HomeSort by relevance Sort by last modified time
    Searched refs:test3 (Results 1 - 25 of 46) sorted by null

1 2

  /dalvik/dx/tests/097-dex-branch-offset-zero/
Blort.java 27 public void test3(int x, int y) { method in class:Blort
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 27 public short[] test3() { method in class:Blort
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 35 public static void test3() { method in class:Blort
  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp 118 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.length() != 3)
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...]
strcase.cpp 71 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...]
citrtest.cpp 203 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...]
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 29 public int test3() method in class:Blort
  /external/icu4c/test/intltest/
ustrtest.cpp 119 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.length() != 3)
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...]
strcase.cpp 73 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...]
utxttest.cpp 854 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, 18, &test2, -1) <= 0) errln("utext_compare() failed, one explicit length")
    [all...]
  /system/core/libacc/tests/data/
film.c 16 int test3(int x, int y) { function
42 a = test3(x,y);
casts.c 19 void test3() { function
78 test3();
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 46 public static void test3() { method in class:Blort
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.java 67 public int test3(int x) { method in class:Blort
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 40 public int test3(int x) { method in class:Blort
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 707 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 + offset) = 4000
    [all...]
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 164 Test test3 = iterator.next(); local
165 assertEquals("android.location.cts.AddressTest#testThree", test3.getFullName());
167 result = test3.getResult();
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.java 47 public static void test3() { method in class:Blort
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 27 public static int test3() { method in class:Blort
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-50447.js 47 test3();
112 function test3() function
115 enterFunc ("test3");
127 exitFunc ("test3");
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 33 static public int test3(boolean b) { method in class:Blort
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 55 public static int test3() { method in class:Blort
  /external/chromium/third_party/icu/source/test/testdata/
testdata.mak 31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp"
58 test3.cnv
134 "$(TESTDATABLD)\test3.cnv": "$(TESTDATA)\test3.ucm"
  /external/v8/test/mjsunit/compiler/
simple-global-access.js 40 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
52 o.test3();
  /external/v8/test/mjsunit/regress/
regress-603.js 48 var test3 = Function.prototype.call.apply(re3, [null, 'abcdefghijklm']) + 'z';
49 assertEquals('efgz', test3);

Completed in 577 milliseconds

1 2