Searched refs:test1 (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/branch-islands/
H A Dextra.c4 bool test1() function
H A Dmain.c9 extern bool test1();
16 if ( test1() )
17 FAIL("branch-islands: test1");
/macosx-10.10.1/xnu-2782.1.97/iokit/Tests/
H A DTestContainers.cpp121 OSData *test1, *test2, *test3; local
129 test1 = OSData::withCapacity(DATA_SIZE_1);
130 TEST_ASSERT('d', "0a", test1);
131 if (test1)
132 test1->release();
139 test1 = OSData::withCapacity(DATA_SIZE_1);
140 TEST_ASSERT('d', "1a", test1);
141 if (test1) {
142 TEST_ASSERT('d', "1b", !test1->getLength());
143 TEST_ASSERT('d', "1c", test1
249 OSString *test1, *test2; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DManagedStatic.cpp23 namespace test1 { namespace in namespace:__anon10570
36 pthread_create(&t1, NULL, test1::helper, NULL);
37 pthread_create(&t2, NULL, test1::helper, NULL);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dbug-131764.js2 function test1(arr) { function
11 noInline(test1)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dustrtest.cpp75 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n");
79 c=(UnicodeString *)test1.clone();
80 test1.insert(24, "good ");
82 if (test1 != expectedValue)
83 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
91 test1.remove(41, 8);
93 if (test1 != expectedValue)
94 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
96 test1.replace(58, 6, "ir country");
98 if (test1 !
[all...]
H A Dcitrtest.cpp200 CharacterIterator* test1 = new StringCharacterIterator(testText); local
208 CharacterIterator* test5 = test1->clone();
217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
219 if (*test1 != *test5)
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
223 || test1->hashCode() == test4->hashCode())
226 if (test1
290 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText)); local
[all...]
H A Ditercoll.h112 const UnicodeString test1; member in class:CollationIteratorTest
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-initializer/
H A DMakefile31 all: main test1.dylib test2.dylib
33 main : main.c test1.dylib test2.dylib test3.dylib
36 test1.dylib : foo.c
37 ${CC} ${CCFLAGS} -dynamiclib foo.c -DINIT_NAME=myinit -o test1.dylib
46 ${RM} ${RMFLAGS} *~ main test1.dylib test2.dylib test3.dylib
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Scope/
H A Dregress-192226.js63 test1(sin);
70 test1(e);
79 function test1(arg) function
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dgccw.c17 /* -Wmissing-prototypes: no previous prototype for 'test1' */
19 test1(void) function
/macosx-10.10.1/vim-55/src/testdir/
H A Dmain.aap7 Scripts = test1.out test2.out test3.out test4.out test5.out test6.out
37 # test1 is special, it checks for features
38 test1.out: test1.in
39 :del {force} test1.failed tiny.vim small.vim mbyte.vim mzscheme.vim
40 :sys {i} $VimProg -u unix.vim -U NONE --noplugin -s dotest.in test1.in
41 @if os.system("diff test.out test1.ok") != 0:
42 :error test1 FAILED - Something basic is wrong
43 :move {force} test.out test1.out
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/sortlist/
H A Dtests.sh26 cat <<EOF >test1.good
36 @10.53.0.1 -b 10.53.0.1 -p 5300 >test1.dig
39 diff test1.dig test1.good || status=1
/macosx-10.10.1/libclosure-65/tests/
H A Dblock_examples.c23 int test1(int verbose) { function
31 if (error_found("block_examples: test1, inner byref doesn't change global", x, desiredValue, verbose)) return 1;
83 errors += test1(verbose);
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtestdict.c31 static const xmlChar *test1[NB_STRINGS_MAX]; variable
238 if (!xmlDictOwns(dict, test1[i])) {
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) {
297 if (xmlDictQLookup(dict, &prefix[0], cur) != test1[i]) {
325 memset(test1, 0, sizeof(test1));
332 test1[i] = xmlDictLookup(dict, strings1[i], -1);
333 if (test1[i] == NULL) {
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
343 if (test1[
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtestdict.c31 static const xmlChar *test1[NB_STRINGS_MAX]; variable
238 if (!xmlDictOwns(dict, test1[i])) {
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) {
297 if (xmlDictQLookup(dict, &prefix[0], cur) != test1[i]) {
325 memset(test1, 0, sizeof(test1));
332 test1[i] = xmlDictLookup(dict, strings1[i], -1);
333 if (test1[i] == NULL) {
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
343 if (test1[
[all...]
/macosx-10.10.1/libauto-186/tests/
H A Dweakassign.m72 void test1() {
93 test1();
96 test1();
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A DtstLastError.py9 self.test1()
52 def test1(self): member in class:TestCase
80 test.test1()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A DtstLastError.py9 self.test1()
52 def test1(self): member in class:TestCase
80 test.test1()
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Exceptions/
H A Dregress-50447.js45 test1();
76 function test1() function
79 enterFunc ("test1");
90 exitFunc ("test1");
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/p12Reencode/
H A DdoReencode16 set P12_BLOBS = (test1.p12 test12.p12 test15.p12 test18.p12 \
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtcllib.test124 BuildTestLib tcllib1.dir/test1.tlib
125 PutFile tcllib1.dir/test1.tndx {bogus
132 set re {(error while autoloading "TclLibAAB": )?format error in library index "....+test1.tndx" \(bogus\)$}
138 PutFile tcllib1.dir/test1.tndx \
139 {test1-package 56 240 TclLibAAB TclLibAAC TclLibAAD}
143 set re {^(error while autoloading "TclLibAAB": )?range to eval outside of file bounds in "....+test1.tlib", index file probably corrupt$}
147 PutFile tcllib1.dir/test1.tndx \
148 {test1-package -1 140 TclLibAAB TclLibAAC TclLibAAD}
152 set re {^(error while autoloading "TclLibAAB": )?format error in library index ".*" \(test1-package -1 140 TclLibAAB TclLibAAC TclLibAAD\)$}
158 PutFile tcllib1.dir/test1
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcitertst.c425 UChar test1[50]; local
428 u_uastrcpy(test1, "What subset of all possible test cases?");
432 iter=ucol_openElements(coll, test1, u_strlen(test1), &status);
566 UChar test1[50]; local
569 u_uastrcpy(test1, "What subset of all possible test cases?");
573 iter = ucol_openElements(en_us, test1, u_strlen(test1), &status);
587 ucol_setOffset(iter, u_strlen(test1), &status);
599 if (offset != u_strlen(test1))
708 UChar test1[50]; local
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DsslKcSetup22 set P12_PFX=test1.p12
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/common/
H A DMakefile.am16 import-test1a.imp import-test1b.imp import-test1.out \
17 import-test1.xml import-test1.xsl

Completed in 249 milliseconds

1234