Searched defs:test1 (Results 1 - 25 of 39) sorted by relevance

12

/external/v8/test/mjsunit/regress/
H A Dregress-263.js37 function test1() { with({}) try { } finally { with({}) return; } } function
38 test1();
H A Dregress-265.js49 function test1() { function
64 test1();
H A Dregress-603.js40 var test1 = re1.call(null, 'abcdefghijklm') + 'z'; variable
41 assertEquals('cdez', test1);
/external/e2fsprogs/lib/ext2fs/
H A Dtst_byteswap.c28 __u16 test1[] = { variable
55 printf("swab16(0x%04x) = 0x%04x\n", test1[i],
56 ext2fs_swab16(test1[i]));
57 if (ext2fs_swab16(test1[i]) != test1[i+1]) {
59 ext2fs_swab16(test1[i]), test1[i+1]);
62 if (ext2fs_swab16(test1[i+1]) != test1[i]) {
64 ext2fs_swab16(test1[
[all...]
H A Dtst_badblocks.c31 blk_t test1[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 0 }; variable
276 printf("test1: ");
277 retval = create_test_list(test1, &bb1);
/external/v8/test/mjsunit/compiler/
H A Dthis-property-refs.js42 Test.prototype.test1 = function() {
57 t.test1();
H A Dsimple-global-access.js40 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
42 o.test1();
H A Dsimple-bailouts.js47 Test.prototype.test1 = function() {
100 t.test1();
/external/chromium/third_party/icu/source/test/intltest/
H A Ditercoll.h112 const UnicodeString test1; member in class:CollationIteratorTest
H A Dcitrtest.cpp197 CharacterIterator* test1 = new StringCharacterIterator(testText); local
205 CharacterIterator* test5 = test1->clone();
214 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
216 if (*test1 != *test5)
219 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
220 || test1->hashCode() == test4->hashCode())
223 if (test1
287 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText)); local
[all...]
H A Dregcoll.cpp45 const UnicodeString test1 = "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?"; local
47 CollationElementIterator *i1 = en_us->createCollationElementIterator(test1);
48 CollationElementIterator *i2 = en_us->createCollationElementIterator(test1);
422 const UnicodeString test1(chars1);
431 CollationElementIterator *i1 = c1->createCollationElementIterator(test1);
771 static const UChar test1[][CollationRegressionTest::MAX_TOKEN_LEN] = local
777 compareArray(*c, test1, ARRAY_LENGTH(test1));
851 static const UChar test1[][CollationRegressionTest::MAX_TOKEN_LEN] = local
857 compareArray(*c, test1, ARRAY_LENGT
868 static const UChar test1[][CollationRegressionTest::MAX_TOKEN_LEN] = local
891 static const UChar test1[][CollationRegressionTest::MAX_TOKEN_LEN] = local
[all...]
/external/icu4c/test/intltest/
H A Ditercoll.h112 const UnicodeString test1; member in class:CollationIteratorTest
H A Dcitrtest.cpp197 CharacterIterator* test1 = new StringCharacterIterator(testText); local
205 CharacterIterator* test5 = test1->clone();
214 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
216 if (*test1 != *test5)
219 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
220 || test1->hashCode() == test4->hashCode())
223 if (test1
287 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText)); local
[all...]
/external/srec/tools/grxmlcompile/
H A Dtesthashmap.cpp30 void test1();
40 void test1() function
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dregress-50447.js45 test1();
76 function test1() function
79 enterFunc ("test1");
90 exitFunc ("test1");
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dregress-192226.js63 test1(sin);
70 test1(e);
79 function test1(arg) function
/external/ipsec-tools/src/libipsec/
H A Dtest-policy.c87 int test1 __P((void));
98 test1();
105 test1() function
/external/bluetooth/glib/tests/refcount/
H A Dobjects.c116 GTest *test1, *test2; local
125 test1 = g_object_new (G_TYPE_TEST, NULL);
135 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
H A Dsignals.c238 GTest *test1, *test2; local
247 test1 = g_object_new (G_TYPE_TEST, NULL);
250 g_signal_connect (test1, "notify::test-prop", G_CALLBACK (notify), NULL);
251 g_signal_connect (test1, "test-signal1", G_CALLBACK (notify), NULL);
252 g_signal_connect (test1, "test-signal2", G_CALLBACK (notify), NULL);
261 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
/external/jpeg/
H A Dansi2knr.c315 int test1();
375 switch ( test1(buf) )
476 test1(buf) function
/external/chromium/third_party/icu/source/test/cintltst/
H A Duenumtst.c30 static const char* test1[] = { variable
209 UEnumeration *en = getchArrayEnum(test1, sizeof(test1)/sizeof(test1[0]));
H A Dcrestst.c153 UResourceBundle *test1 = 0, *test2 = 0; local
172 test1=ures_open(testdatapath, NULL, &err);
186 result1= ures_getStringByKey(test1, "string_in_Root_te_te_IN", &resultLen, &err);
226 log_verbose("for getVersionNumber : %s\n", ures_getVersionNumber(test1));
228 ures_close(test1);
/external/icu4c/test/cintltst/
H A Duenumtst.c30 static const char* test1[] = { variable
209 UEnumeration *en = getchArrayEnum(test1, sizeof(test1)/sizeof(test1[0]));
H A Dcrestst.c156 UResourceBundle *test1 = 0, *test2 = 0; local
175 test1=ures_open(testdatapath, NULL, &err);
189 result1= ures_getStringByKey(test1, "string_in_Root_te_te_IN", &resultLen, &err);
229 log_verbose("for getVersionNumber : %s\n", ures_getVersionNumber(test1));
231 ures_close(test1);
/external/openssl/crypto/evp/
H A Devp_test.c136 static void test1(const EVP_CIPHER *c,const unsigned char *key,int kn, function
256 test1(c,key,kn,iv,in,plaintext,pn,ciphertext,cn,encdec);

Completed in 162 milliseconds

12