Searched refs:test (Results 151 - 175 of 2532) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/control/
H A Ddo.tcl20 # Implements a "do body while|until test" loop
29 return -code error "wrong # args: should be \"$proc body\" or \"$proc body \[until|while\] test\""
31 set test 0
32 foreach {whileOrUntil test} $args {
35 "until" { set test !($test) }
72 set code [catch {uplevel 1 [list while $test $body]} result]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A DTEST.mk2 * regression test support
6 * test management is still in the design phase
21 * :TEST: xxx.c [ :: test-prereq ... :: ] [ args [ : args ... ] ]
23 * :TEST: xxx.sh [ :: test-prereq ... :: ] [ args [ : args ... ] ]
33 test : .INSERT .TESTINIT
43 test : - test.$(T)
45 test.$$(T) : $$(B).tst
60 test : - test
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dgentest.py20 # Modules we want to skip in API test
182 # Extra code needed for some test cases
278 # Do not test destructors
403 global test
419 test.write("#ifdef %s\n" % (modules_defines[module]))
421 test.write("""
430 test.write("#endif\n\n")
449 # Copy the beginning of the C test program result
456 test = open('testapi.c.new', 'w') variable
459 global test
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dgentest.py20 # Modules we want to skip in API test
182 # Extra code needed for some test cases
278 # Do not test destructors
403 global test
419 test.write("#ifdef %s\n" % (modules_defines[module]))
421 test.write("""
430 test.write("#endif\n\n")
449 # Copy the beginning of the C test program result
456 test = open('testapi.c.new', 'w') variable
459 global test
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A DRegExp_input.js63 // RegExp.input = "abcd12357efg"; /\d+/.test('2345')
65 testcases[count++] = new TestCase ( SECTION, "RegExp.input = 'abcd12357efg'; /\\d+/.test('2345')",
66 true, /\d+/.test('2345'));
68 // RegExp.input = "abcd12357efg"; /\d+/.test(RegExp.input)
70 testcases[count++] = new TestCase ( SECTION, "RegExp.input = 'abcd12357efg'; /\\d+/.test(RegExp.input)",
71 true, /\d+/.test(RegExp.input));
73 // RegExp.input = "abcd12357efg"; (new RegExp('d+')).test(RegExp.input)
75 testcases[count++] = new TestCase ( SECTION, "RegExp.input = 'abcd12357efg'; (new RegExp('d+')).test(RegExp.input)",
76 true, (new RegExp('d+')).test(RegExp.input));
78 // RegExp.input = "abcd12357efg"; /[h-z]+/.test(RegEx
88 function test() function
[all...]
H A DRegExp_input_as_array.js63 // RegExp['$_'] = "abcd12357efg"; /\d+/.test('2345')
65 testcases[count++] = new TestCase ( SECTION, "RegExp['$_'] = 'abcd12357efg'; /\\d+/.test('2345')",
66 true, /\d+/.test('2345'));
68 // RegExp['$_'] = "abcd12357efg"; /\d+/.test(RegExp.input)
70 testcases[count++] = new TestCase ( SECTION, "RegExp['$_'] = 'abcd12357efg'; /\\d+/.test(RegExp.input)",
71 true, /\d+/.test(RegExp.input));
73 // RegExp['$_'] = "abcd12357efg"; /[h-z]+/.test(RegExp.input)
75 testcases[count++] = new TestCase ( SECTION, "RegExp['$_'] = 'abcd12357efg'; /[h-z]+/.test(RegExp.input)",
76 false, /[h-z]+/.test(RegExp.input));
78 // RegExp['$_'] = "abcd12357efg"; (new RegExp('\d+')).test(RegEx
88 function test() function
[all...]
H A Dregress-6359.js25 * Description: ** replace with description of test **
31 var TITLE = "Regression test for bugzilla # 6359"; // Provide ECMA section title or a description
43 * For example, a test might look like this:
48 * "zip = /[\d]{5}$/; \"PO Box 12345 Boston, MA 02134\".match(zip)", // description of the test
67 test(); // leave this alone. this executes the test cases and
/macosx-10.10/MITKerberosShim-66/PrivateKerberos/
H A DKerberosDebug.h85 #define SignalIf_(test) \
87 if (test) SignalCStr_("Assertion " #test " failed"); \
90 #define SignalIfNot_(test) SignalIf_(!(test))
92 #define Assert_(test) SignalIfNot_(test)
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dsoapmark.pl35 This test should be used only for comparison different Perl server
45 foreach my $test (keys %tests) {
46 printf STDERR "%s [%s] ", $dest, $test;
47 eval {$tests{$test}->()}; warn('skipped, ', $@), next if $@;
50 my $r = Benchmark::countit($testtime => $tests{$test});
55 printf STDERR " %.5s call/s\n", $result{$dest}{$test} = $tps / $testnum;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/LexicalConventions/
H A D7.4.2-15-n.js38 This test verifies that the keyword cannot be used as an identifier.
54 test();
55 test();
64 function test() { function
H A D7.8.2-n.js37 test();
/macosx-10.10/OpenSSL098-52/src/ms/
H A Dtencce.bat3 echo test %1 %2 %3 %4 %5 %6
5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
12 echo test base64 %1 %2 %3 %4 %5 %6
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
H A Dtestpemce.bat8 copy ..\test\testcrl.pem >nul
12 copy ..\test\testp7.pem >nul
16 copy ..\test\testreq2.pem >nul
20 copy ..\test\testrsa.pem >nul
24 copy ..\test\testx509.pem >nul
28 copy ..\test\v3-cert1.pem >nul
32 copy ..\test\v3-cert1.pem >nul
36 copy ..\test\testsid.pem >nul
/macosx-10.10/OpenSSL098-52/src/Netware/
H A Dcpy_tests.bat10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
11 rem <test subdirectory> - out_nw.dbg | out_nw
51 mkdir %2\openssl\test
54 rem copy the test nlms
57 rem copy the test perl script
63 rem copy the test directory stuff
64 copy %loc%\test\CAss.cnf %2\openssl\test\
65 copy %loc%\test\Uss.cnf %2\openssl\test\
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/cxa_finalize/
H A Dfoo.cxx39 int test() function
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.4.2-1.js62 test(); // leave this alone. this executes the test cases and
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Expressions/
H A D11.2.2-6-n.js77 test();
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/LexicalConventions/
H A Dkeywords-001.js31 test();
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Dwhile-001.js23 test();
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/instanceof/
H A Dinstanceof-003.js21 The test case described above is correct, however the second test case in this file is not,
57 test();
H A Dregress-7635.js31 var TITLE = "Regression test for Bugzilla #7635"; // Provide ECMA section title or a description
43 * For example, a test might look like this:
48 * "zip = /[\d]{5}$/; \"PO Box 12345 Boston, MA 02134\".match(zip)", // description of the test
69 test(); // leave this alone. this executes the test cases and
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-220367-002.js38 * SUMMARY: Regexp conformance test
46 var summary = 'Regexp conformance test';
56 re.test('a');
67 re.test('b');
81 test();
95 function test() function
97 enterFunc('test');
106 exitFunc ('test');
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_3/Script/
H A Din-001.js35 var TITLE = "Regression test for 196109";
52 test();
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_4/Regress/
H A Ddate-001-n.js33 var TITLE = "Regression test case for 299903";
55 test();
H A Dregress-7224.js31 var TITLE = "Regression test for bugzilla #7224"; // Provide ECMA section title or a description
43 * For example, a test might look like this:
48 * "zip = /[\d]{5}$/; \"PO Box 12345 Boston, MA 02134\".match(zip)", // description of the test
71 test(); // leave this alone. this executes the test cases and

Completed in 246 milliseconds

1234567891011>>