Searched defs:test3 (Results 1 - 17 of 17) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dregress-50447.js47 test3();
112 function test3() function
115 enterFunc ("test3");
127 exitFunc ("test3");
/external/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js40 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
52 o.test3();
H A Dsimple-bailouts.js55 Test.prototype.test3 = function() {
105 t.test3();
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c33 blk_t test3[] = { 3, 1, 4, 5, 9, 2, 7, 10, 5, 6, 10, 8, 0 }; variable
288 printf("test3: ");
289 retval = create_test_list(test3, &bb3);
/external/chromium/third_party/icu/source/test/intltest/
H A Dstrcase.cpp71 UnicodeString test3; local
73 test3 += (UChar32)0x0130;
74 test3 += "STANBUL, NOT CONSTANTINOPLE!";
76 UnicodeString test4(test3);
82 test4 = test3;
88 test3 = "topkap";
89 test3 += (UChar32)0x0131;
90 test3 += " palace, istanbul";
91 test4 = test3;
98 test4 = test3;
[all...]
H A Dcitrtest.cpp203 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
214 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
219 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
240 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
241 if (*test1 != *test3 || *test1 == *test5)
245 delete test3;
289 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
311 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
319 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
355 *test1 = *test3;
[all...]
H A Dustrtest.cpp118 UnicodeString test3; local
119 test3.append((UChar32)0x20402);
120 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
121 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
123 if(test3.length() != 2){
124 errln("append or length failed for UChar32, expected 2, got " + test3.length());
126 test3.append((UChar32)0x0074);
127 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
128 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
130 if(test3
466 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
654 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
[all...]
H A Dapicoll.cpp1165 test3[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}; local
1180 col->getCollationKey(test3, u_strlen(test3), key3, status);
1196 col->getSortKey(test3, sortkey3, 64);
1210 col->getSortKey(test3, 5, sortkey3, 64);
1226 UnicodeString strtest3(test3);
1244 col->getCollationKey(test3, u_strlen(test3), key3, status);
1257 col->getSortKey(test3, sortkey3, 64);
1271 col->getSortKey(test3,
[all...]
/external/icu4c/test/intltest/
H A Dstrcase.cpp73 UnicodeString test3; local
75 test3 += (UChar32)0x0130;
76 test3 += "STANBUL, NOT CONSTANTINOPLE!";
78 UnicodeString test4(test3);
84 test4 = test3;
90 test3 = "topkap";
91 test3 += (UChar32)0x0131;
92 test3 += " palace, istanbul";
93 test4 = test3;
100 test4 = test3;
[all...]
H A Dcitrtest.cpp203 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
214 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
219 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
240 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
241 if (*test1 != *test3 || *test1 == *test5)
245 delete test3;
289 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
311 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
319 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
355 *test1 = *test3;
[all...]
H A Dustrtest.cpp119 UnicodeString test3; local
120 test3.append((UChar32)0x20402);
121 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
122 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
124 if(test3.length() != 2){
125 errln("append or length failed for UChar32, expected 2, got " + test3.length());
127 test3.append((UChar32)0x0074);
128 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
129 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
131 if(test3
467 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
655 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
[all...]
H A Dutxttest.cpp854 UText test3 = UTEXT_INITIALIZER; local
867 utext_openUnicodeString(&test3, &test3Str, &status);
880 UTEXT_SETNATIVEINDEX(&test3, 0);
881 if (utext_compare(&test1, -1, &test3, -1) >= 0) errln("utext_compare() failed, simple setup");
891 UTEXT_SETNATIVEINDEX(&test3, 0);
892 if (utext_compareNativeLimit(&test1, -1, &test3, -1) >= 0) errln("utext_compareNativeLimit() failed, simple setup");
902 UTEXT_SETNATIVEINDEX(&test3, 0);
903 if (utext_compare(&test3, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length");
908 UTEXT_SETNATIVEINDEX(&test3, 0);
909 if (utext_compare(&test3, 1
[all...]
H A Dapicoll.cpp1118 test3[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}; local
1133 col->getCollationKey(test3, u_strlen(test3), key3, status);
1150 col->getSortKey(test3, sortkey3, 64);
1164 col->getSortKey(test3, 5, sortkey3, 64);
1180 UnicodeString strtest3(test3);
1198 col->getCollationKey(test3, u_strlen(test3), key3, status);
1211 col->getSortKey(test3, sortkey3, 64);
1225 col->getSortKey(test3,
[all...]
/external/webkit/WebKit/android/jni/
H A DWebHistory.cpp707 char* test3 = new char[HISTORY_MIN_SIZE]; local
708 const char* ptr = (const char*)test3;
709 memset(test3, 0, HISTORY_MIN_SIZE);
710 *(int*)test3 = 4000;
714 memset(test3, 0, HISTORY_MIN_SIZE);
715 ptr = (const char*)test3;
716 *(int*)(test3 + offset) = 4000;
720 memset(test3, 0, HISTORY_MIN_SIZE);
721 ptr = (const char*)test3;
722 *(int*)(test3
[all...]
/external/chromium/third_party/libevent/test/
H A Dregress.c1029 char test3[EVBUFFER_INITIAL_LENGTH]; local
1053 test3[i] = 'a';
1054 test3[EVBUFFER_INITIAL_LENGTH - 1] = 'x';
1055 evbuffer_add(buf, (u_char *)test3, EVBUFFER_INITIAL_LENGTH);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcapitst.c1034 UChar *test1, *test2, *test3; local
1072 test3=(UChar*)malloc(sizeof(UChar) * 6);
1076 memset(test3,0xFE, sizeof(UChar)*6);
1081 u_uastrcpy(test3, "abcda");
1096 sortklen=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0);
1170 free(test3);
1180 UChar *test1, *test2, *test3; local
1190 test3=(UChar*)malloc(sizeof(UChar) * 6);
1193 u_uastrcpy(test3, "abcda");
1202 sortk3len=ucol_getSortKey(col, test2, u_strlen(test3), NUL
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c1014 UChar *test1, *test2, *test3; local
1052 test3=(UChar*)malloc(sizeof(UChar) * 6);
1056 memset(test3,0xFE, sizeof(UChar)*6);
1061 u_uastrcpy(test3, "abcda");
1076 sortklen=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0);
1148 free(test3);
1158 UChar *test1, *test2, *test3; local
1168 test3=(UChar*)malloc(sizeof(UChar) * 6);
1171 u_uastrcpy(test3, "abcda");
1180 sortk3len=ucol_getSortKey(col, test2, u_strlen(test3), NUL
[all...]

Completed in 1801 milliseconds