Searched refs:test (Results 101 - 125 of 2532) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A Dtest.js23 Filename: test.js
33 var TITLE = 'RegExp: test';
35 writeHeaderToLog('Executing script: test.js');
42 "/[0-9]{3}/.test('23 2 34 678 9 09')",
43 true, /[0-9]{3}/.test('23 2 34 678 9 09'));
46 "/[0-9]{3}/.test('23 2 34 78 9 09')",
47 false, /[0-9]{3}/.test('23 2 34 78 9 09'));
50 "/\w+ \w+ \w+/.test('do a test')",
51 true, /\w+ \w+ \w+/.test("d
73 function test() function
[all...]
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dcomplete.pl47 local($prompt, @cmp_list, $return, @match, $l, $test, $cmp, $r);
64 $l = length($test = shift(@match));
67 until (substr($cmp, 0, $l) eq substr($test, 0, $l)) {
73 print($test = substr($test, $r, $l - $r));
74 $r = length($return .= $test);
/macosx-10.10/tcl-105/tk/tk/tests/
H A Dbugs.tcl1 # This file is a Tcl script to test out various known bugs that will
2 # cause Tk to crash. This file ends with .tcl instead of .test to make
13 if {[info procs test] != "test"} {
17 test crash-1.0 {imgPhoto} {
27 test crash-1.1 {color} {
/macosx-10.10/tcl-105/tk84/tk/tests/
H A Dbugs.tcl1 # This file is a Tcl script to test out various known bugs that will
2 # cause Tk to crash. This file ends with .tcl instead of .test to make
13 if {[info procs test] != "test"} {
17 test crash-1.0 {imgPhoto} {
27 test crash-1.1 {color} {
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dfloat32-array-nan.js7 function test(a, x) { function
18 test(0, 1);
20 test(0xFFFF0000, 0/0);
H A Darrayify-fires-watchpoint.js9 function test(a, b, c) { function
24 test(makeObjectArray(4), p, 88);
25 test(makeObjectArray(4.5), p, 88.5);
28 test(p, p, 89);
/macosx-10.10/Security-57031.1.35/SecurityTests/
H A Dtestmain.c14 #include <test/testenv.h>
17 #include <test/testlist_begin.h>
19 #include <test/testlist_end.h>
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-weak/
H A Dbundle.cxx28 bool test() function
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dittrans.cpp12 * IntlTestTransliterator is the medium level test class for Transliterator
28 #define CASE(id,test) case id: \
29 name = #test; \
31 logln(#test "---"); logln(); \
32 test t; \
H A Dnmfmtrt.cpp34 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
88 // test(NumberFormat.getInstance(new Locale("sr", "", "")));
98 test(fmt);
104 test(fmt);
110 test(fmt);
128 test(fmt);
133 test(fm
147 NumberFormatRoundTripTest::test(NumberFormat *fmt) function in class:NumberFormatRoundTripTest
218 NumberFormatRoundTripTest::test(NumberFormat *fmt, double value) function in class:NumberFormatRoundTripTest
224 NumberFormatRoundTripTest::test(NumberFormat *fmt, int32_t value) function in class:NumberFormatRoundTripTest
230 NumberFormatRoundTripTest::test(NumberFormat *fmt, const Formattable& value) function in class:NumberFormatRoundTripTest
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/LexicalConventions/
H A Dregexp-literals-001.js38 test();
/macosx-10.10/OpenSSL098-52/src/ms/
H A Dtestpem.bat6 call tpem.bat crl ..\test\testcrl.pem
9 call tpem.bat pkcs7 ..\test\testp7.pem
12 call tpem.bat req ..\test\testreq2.pem
15 call tpem.bat rsa ..\test\testrsa.pem
18 call tpem.bat x509 ..\test\testx509.pem
21 call tpem.bat x509 ..\test\v3-cert1.pem
24 call tpem.bat x509 ..\test\v3-cert1.pem
27 call tpem.bat sess_id ..\test\testsid.pem
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKCExceptions.h74 inline void KCThrowIf_(bool test,OSStatus theErr) argument
77 if (test)
81 inline void KCThrowParamErrIf_(bool test) argument
83 if (test)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKCExceptions.h74 inline void KCThrowIf_(bool test,OSStatus theErr) argument
77 if (test)
81 inline void KCThrowParamErrIf_(bool test) argument
83 if (test)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKCExceptions.h74 inline void KCThrowIf_(bool test,OSStatus theErr) argument
77 if (test)
81 inline void KCThrowParamErrIf_(bool test) argument
83 if (test)
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A DMakefile.am.inc54 test -d atf-sh || mkdir -p atf-sh
62 test -d atf-sh || mkdir -p atf-sh
70 test -d atf-sh || mkdir -p atf-sh
78 test -d atf-sh || mkdir -p atf-sh
86 test -d atf-sh || mkdir -p atf-sh
94 test -d atf-sh || mkdir -p atf-sh
102 test -d atf-sh || mkdir -p atf-sh
110 test -d atf-sh || mkdir -p atf-sh
/macosx-10.10/CPANInternal-159.1/Graph-0.94/util/
H A Dgrand.pl7 my %OPT = (seed => 42, test => 'apsp', fill => 0.50, V => 20, directed => 1);
24 [--test=@{[join('|', @TEST)]}]
40 'test=s' => \$OPT{test},
46 usage() unless exists $TEST{$OPT{test}};
48 print "Running $OPT{test}...\n";
52 if (exists $UTEST{$OPT{test}} && $OPT{directed}) {
54 print "($OPT{test} needs undirected, fixed)\n";
55 } elsif (exists $DTEST{$OPT{test}} && !$OPT{directed}) {
57 print "($OPT{test} need
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.96/util/
H A Dgrand.pl7 my %OPT = (seed => 42, test => 'apsp', fill => 0.50, V => 20, directed => 1);
24 [--test=@{[join('|', @TEST)]}]
40 'test=s' => \$OPT{test},
46 usage() unless exists $TEST{$OPT{test}};
48 print "Running $OPT{test}...\n";
52 if (exists $UTEST{$OPT{test}} && $OPT{directed}) {
54 print "($OPT{test} needs undirected, fixed)\n";
55 } elsif (exists $DTEST{$OPT{test}} && !$OPT{directed}) {
57 print "($OPT{test} need
[all...]
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A DMakefile.PL22 test => { TESTS => 'test.t' },
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Array/
H A D15.4.4.3-1.js53 test();
57 function test() function
59 enterFunc ('test');
65 exitFunc ('test');
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Object/
H A Dregress-72773.js22 * SUMMARY: Regression test: we shouldn't crash on this code
34 var summary = "Regression test: we shouldn't crash on this code";
62 test();
66 function test() function
68 enterFunc ('test');
74 exitFunc ('test');
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Unicode/
H A Duc-003.js25 test();
27 function test() function
29 enterFunc ("test");
35 printStatus ("Escapes in identifiers test.");
40 "Escaped ASCII Identifier test.");
42 "Escaped ASCII Identifier test");
44 "Escaped non-ASCII Identifier test");
46 "Escaped non-ASCII Identifier test");
48 "Escaped keyword Identifier test");
50 "Escaped keyword Identifier test");
[all...]
H A Duc-004.js25 test();
27 function test() function
29 enterFunc ("test");
31 printStatus ("Unicode Characters 1C-1F with regexps test.");
40 i + "] did not match \\S test (it should not.)");
43 i + "] matched \\s test (it should not.)");
46 exitFunc ("test");
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Exceptions/
H A Dcatchguard-001.js25 test();
27 function test() function
29 enterFunc ("test");
35 printStatus ("Basic catchguard test.");
63 exitFunc ("test");
H A Dcatchguard-003.js25 test();
27 function test() function
29 enterFunc ("test");
35 printStatus ("Catchguard 'Common Scope' test.");
68 exitFunc ("test");

Completed in 152 milliseconds

1234567891011>>