Searched refs:test (Results 176 - 200 of 2532) sorted by relevance

1234567891011>>

/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib1508.c22 #include "test.h"
28 int test(char *URL) function
H A Dlib517.c22 #include "test.h"
104 archs and the test suite has no good way to support two different outputs
122 int test(char *URL) function
/macosx-10.10/libclosure-65/objectTests/
H A Djosh.cpp11 #include "test.h"
19 void test(void){ function in struct:TestObject
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/test/
H A Dall.py7 import test.regrtest
13 # from Python 2.2's test.regrtest module
30 # directory is probably named 'test', it isn't a module, so it
31 # shouldn't interfere with references to the Python 'test' module).
35 test.regrtest.STDTESTS = []
36 test.regrtest.NOTTESTS = []
39 test.regrtest.main(testdir=testdir)
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dprocvar2.tcl4 # Simple procedure with local variables. Used to test that the local
22 a TEST test
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Dtest.tcl6 namespace eval ::sak::test {}
10 proc ::sak::test::usage {args} {
12 puts stdout [join $args { }]\n[sak::help::on test]
19 package provide sak::test 1.0
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Dtest.tcl6 namespace eval ::sak::test {}
10 proc ::sak::test::usage {args} {
12 puts stdout [join $args { }]\n[sak::help::on test]
19 package provide sak::test 1.0
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Statements/
H A D12.6.2-1.js44 test();
62 function test() { function
H A D12.6.2-3.js44 test();
55 function test() { function
H A D12.6.2-4.js47 test();
57 function test() { function
H A D12.6.2-9-n.js53 test();
55 function test() { function
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Object/
H A Dregress-79129-001.js22 * SUMMARY: Regression test: we shouldn't crash on this code
28 var summary = "Regression test: we shouldn't crash on this code";
31 test();
35 function test() function
37 enterFunc ('test');
41 exitFunc ('test');
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-98306.js22 * SUMMARY: Regression test for Bugzilla bug 98306
36 test();
40 function test() function
42 enterFunc ('test');
58 exitFunc ('test');
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dfloat32array-out-of-bounds.js13 function test(value) { function
20 test(42);
H A Dint32-out-of-bounds.js7 function test(value) { function
14 test(42);
H A Dnew-array-with-size-with-bad-time.js12 function test(size) { function
33 test(42);
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha1test.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
H A Dshatest.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dsha1test.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
H A Dshatest.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
/macosx-10.10/libffi-18.1/tests/testsuite/lib/
H A Dlibffi-dg.exp24 proc libffi-dg-test-1 { target_compile prog do_what extra_tool_flags } {
66 proc libffi-dg-test { prog do_what extra_tool_flags } {
67 return [libffi-dg-test-1 target_compile $prog $do_what $extra_tool_flags]
204 foreach test $testcases {
207 if ![runtest_file_p $runtests $test] {
214 if [expr [search_for $test "for*("]+[search_for $test "while*("]] {
220 set nshort [file tail [file dirname $test]]/[file tail $test]
224 dg-test
[all...]
/macosx-10.10/libunwind-35.3/testsuite/
H A DUnwind_ForcedUnwind.cxx36 void test() function
51 test();
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/lib/
H A Dlibffi-dg.exp24 proc libffi-dg-test-1 { target_compile prog do_what extra_tool_flags } {
66 proc libffi-dg-test { prog do_what extra_tool_flags } {
67 return [libffi-dg-test-1 target_compile $prog $do_what $extra_tool_flags]
204 foreach test $testcases {
207 if ![runtest_file_p $runtests $test] {
214 if [expr [search_for $test "for*("]+[search_for $test "while*("]] {
220 set nshort [file tail [file dirname $test]]/[file tail $test]
224 dg-test
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/lib/
H A Dlibffi-dg.exp24 proc libffi-dg-test-1 { target_compile prog do_what extra_tool_flags } {
66 proc libffi-dg-test { prog do_what extra_tool_flags } {
67 return [libffi-dg-test-1 target_compile $prog $do_what $extra_tool_flags]
204 foreach test $testcases {
207 if ![runtest_file_p $runtests $test] {
214 if [expr [search_for $test "for*("]+[search_for $test "while*("]] {
220 set nshort [file tail [file dirname $test]]/[file tail $test]
224 dg-test
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/lib/
H A Dlibffi-dg.exp24 proc libffi-dg-test-1 { target_compile prog do_what extra_tool_flags } {
66 proc libffi-dg-test { prog do_what extra_tool_flags } {
67 return [libffi-dg-test-1 target_compile $prog $do_what $extra_tool_flags]
204 foreach test $testcases {
207 if ![runtest_file_p $runtests $test] {
214 if [expr [search_for $test "for*("]+[search_for $test "while*("]] {
220 set nshort [file tail [file dirname $test]]/[file tail $test]
224 dg-test
[all...]

Completed in 228 milliseconds

1234567891011>>