/bionic/tests/ |
strings_test.cpp | 37 ASSERT_LT(strcasecmp("hello1", "hello2"), 0); 38 ASSERT_GT(strcasecmp("hello2", "hello1"), 0); 44 ASSERT_LT(strcasecmp_l("hello1", "hello2", l), 0); 45 ASSERT_GT(strcasecmp_l("hello2", "hello1", l), 0); 52 ASSERT_LT(strncasecmp("hello1", "hello2", 6), 0); 53 ASSERT_GT(strncasecmp("hello2", "hello1", 6), 0); 60 ASSERT_LT(strncasecmp_l("hello1", "hello2", 6, l), 0); 61 ASSERT_GT(strncasecmp_l("hello2", "hello1", 6, l), 0);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
FontRenderingTests.java | 74 R.drawable.hello1); 168 R.drawable.hello1);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
String2Test.java | 33 String hello1 = "Hello"; field in class:String2Test 259 assertTrue("Concatenation failed to produce correct string", hello1 564 hello1.indexOf("", -5)); 565 assertEquals("Reported wrong error code", 5, hello1.indexOf("", 5)); 623 assertEquals("Reported wrong error code", -1, hello1 625 assertEquals("Did not accept valid large starting position", 5, hello1 [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
ObjectOutputStreamTest.java | 704 t1.setValue("hello1"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bytes.py | 560 b = bytearray(b'hello1') # test even number of items [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bytes.py | 560 b = bytearray(b'hello1') # test even number of items [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationMiscTest.java | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cmsccoll.c | [all...] |