HomeSort by relevance Sort by last modified time
    Searched full:test2 (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 56 public final static byte[] test2 = { field in class:TestWebData
78 test2
86 new TestWebData(52, 14000002, "test2", "unknown/unknown", false)
  /external/icu4c/test/intltest/
apicoll.cpp 431 UnicodeString test2("abcda");
459 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
460 doAssert(someCollators[index]->equals(test1, test2), "Result should be \"abcda\" == \"abCda\"");
499 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
507 UnicodeString test2("abcda");
513 col3->getCollationKey(test2, sortk2, status);
514 col3->getCollationKey(test2, sortk3, status);
540 UnicodeString test1("Abcda"), test2("abcda");
560 doAssert((sortk1.compareTo(col->getCollationKey(test2, sortk2, key2Status)))
638 col->getCollationKey(test2, sortk2, key2Status)
1164 test2[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0}, local
    [all...]
itercoll.h 113 const UnicodeString test2; member in class:CollationIteratorTest
rndmcoll.cpp 74 void RandomCollatorTest::Test2(){
85 TESTCASE(1, Test2);
regcoll.cpp 46 const UnicodeString test2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"; local
423 const UnicodeString test2(chars2);
435 CollationElementIterator *i2 = c2->createCollationElementIterator(test2);
788 //obsolete- static const UChar test2[][CollationRegressionTest::MAX_TOKEN_LEN] =
794 //obsolete- compareArray(*c, test2, ARRAY_LENGTH(test2));
904 static const UChar test2[][CollationRegressionTest::MAX_TOKEN_LEN] = local
910 compareArray(*c, test2, ARRAY_LENGTH(test2));
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 45 private static final String TABLE_NAME_2 = "test2";
119 // Add the values into table test1 which table test1 possess and table test2 don't.
124 // Add the values into table test2 which table test2 possess and table test1 don't.
129 // Delete the values table test1 and test2 both possess.
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 32 blk_t test2[] = { 11, 10, 9, 8, 7, 6, 5, 4, 3, 3, 2, 1 }; variable
282 printf("test2: ");
283 retval = create_test_list(test2, &bb2);
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 256 Test test2 = iterator.next(); local
276 test2.setResult(new CtsTestResult(CtsTestResult.CODE_PASS, null, null));
280 assertEquals(test2.getFullName(), excludedList.get(0));
281 test2.setResult(new CtsTestResult(CtsTestResult.CODE_NOT_EXECUTED, null, null));
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.java 44 public int test2(int x) { method in class:Blort
expected.txt 20 Blort.test2:(I)I:
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 31 public int test2(int x) { method in class:Blort
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 39 public static int test2() { method in class:Blort
  /external/gtest/test/
gtest_list_tests_unittest_.cc 71 TEST_F(FooTest, Test2) {
gtest_filter_unittest.py 117 'HasDeathTest.Test2',
371 'HasDeathTest.Test2', ] + PARAM_TESTS)
444 'HasDeathTest.Test2',
546 'HasDeathTest.Test2',
gtest_filter_unittest_.cc 105 TEST(HasDeathTest, Test2) {
  /external/icu4c/samples/legacy/
legacy.cpp 78 static const char* test2[4] = {
  /external/ipsec-tools/src/libipsec/
test-policy.c 90 int test2 __P((void));
99 test2();
223 test2() function
233 printf("TEST2\n");
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorAttributeTest.java 101 "test2");
158 "test2");
NumberFormatTest.java 126 "Test2: NumberFormat.getIntegerInstance().format(35.76) returned wrong value",
168 "Test2: NumberFormat.getIntegerInstance().format(-35.76) returned wrong value",
591 "Test2: NumberFormat.getCurrencyInstance().format(123456.789) returned wrong value",
633 "Test2: NumberFormat.getCurrencyInstance(Locale.US).format(123456.789) returned wrong value",
702 "Test2: ((DecimalFormat) NumberFormat.getInstance()).toPattern returned wrong value",
739 "Test2: ((DecimalFormat) NumberFormat.getInstance()).toPattern returned wrong value",
749 "Test2: ((DecimalFormat) NumberFormat.getInstance()).toPattern returned wrong value",
784 "Test2: ((DecimalFormat) NumberFormat.getNumberInstance()).toPattern returned wrong value",
    [all...]
  /external/v8/test/mjsunit/compiler/
simple-bailouts.js 51 Test.prototype.test2 = function() {
102 t.test2();
  /dalvik/dx/tests/052-dex-static-var-access/
expected.txt 30 Blort.test2:(ZILjava/lang/Object;)V:
  /dalvik/dx/tests/065-dex-new-array/
expected.txt 8 Blort.test2:()[B:
  /dalvik/dx/tests/073-dex-null-array-refs/
expected.txt 8 Blort.test2:()V:
  /dalvik/dx/tests/109-int-branch/
expected.txt 32 blort.test2:(I)Ljava/lang/Object;:
  /external/clearsilver/cs/
Makefile 29 CS_TESTS = test.cs test2.cs test3.cs test4.cs test5.cs test6.cs test7.cs \

Completed in 60 milliseconds

1 2 34 5 6 7 8