/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 654 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len, in testCompare() function in TestIDNA 776 void TestIDNA::testCompare(const char* testName, CompareFunc func){ in testCompare() function in TestIDNA 817 testCompare(src,srcLen,src,srcLen,testName, func, TRUE); in testCompare() 820 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testCompare() 824 testCompare(src,srcLen,uni1.getBuffer(),uni1.length()-1,testName, func,FALSE); in testCompare() 826 testCompare(src,srcLen,uni0.getBuffer(),uni0.length()-1,testName, func,FALSE); in testCompare() 830 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testCompare() 832 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE); in testCompare() 1217 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testRootLabelSeparator() 1220 testCompare(src,srcLen,src,srcLen,testName, func,TRUE); in testRootLabelSeparator() [all …]
|
D | testidna.h | 78 void testCompare(const char* testName, CompareFunc func); 87 void testCompare(const UChar* s1, int32_t s1Len,
|
/external/guava/guava-gwt/test/com/google/common/primitives/ |
D | SignedBytesTest_gwt.java | 26 public void testCompare() throws Exception { in testCompare() method in SignedBytesTest_gwt 28 testCase.testCompare(); in testCompare()
|
D | UnsignedLongsTest_gwt.java | 21 public void testCompare() throws Exception { in testCompare() method in UnsignedLongsTest_gwt 23 testCase.testCompare(); in testCompare()
|
D | UnsignedIntsTest_gwt.java | 21 public void testCompare() throws Exception { in testCompare() method in UnsignedIntsTest_gwt 23 testCase.testCompare(); in testCompare()
|
D | UnsignedLongTest_gwt.java | 31 public void testCompare() throws Exception { in testCompare() method in UnsignedLongTest_gwt 33 testCase.testCompare(); in testCompare()
|
D | BooleansTest_gwt.java | 66 public void testCompare() throws Exception { in testCompare() method in BooleansTest_gwt 68 testCase.testCompare(); in testCompare()
|
D | CharsTest_gwt.java | 46 public void testCompare() throws Exception { in testCompare() method in CharsTest_gwt 48 testCase.testCompare(); in testCompare()
|
D | FloatsTest_gwt.java | 41 public void testCompare() throws Exception { in testCompare() method in FloatsTest_gwt 43 testCase.testCompare(); in testCompare()
|
D | DoublesTest_gwt.java | 41 public void testCompare() throws Exception { in testCompare() method in DoublesTest_gwt 43 testCase.testCompare(); in testCompare()
|
D | IntsTest_gwt.java | 46 public void testCompare() throws Exception { in testCompare() method in IntsTest_gwt 48 testCase.testCompare(); in testCompare()
|
D | ShortsTest_gwt.java | 46 public void testCompare() throws Exception { in testCompare() method in ShortsTest_gwt 48 testCase.testCompare(); in testCompare()
|
D | LongsTest_gwt.java | 46 public void testCompare() throws Exception { in testCompare() method in LongsTest_gwt 48 testCase.testCompare(); in testCompare()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | FunctionComparator.cpp | 58 int testCompare() { in testCompare() function in TestComparator 119 EXPECT_EQ(Cmp.testCompare(), -1); in TEST()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
D | SessionInfoTest.java | 37 public void testCompare() { in testCompare() method in SessionInfoTest
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/ |
D | TagTest.java | 93 public void testCompare() { in testCompare() method in TagTest
|
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/ |
D | TypedRangeTest.java | 50 public void testCompare() { in testCompare() method in TypedRangeTest
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | SignedBytesTest.java | 75 public void testCompare() { in testCompare() method in SignedBytesTest
|
D | UnsignedIntsTest.java | 55 public void testCompare() { in testCompare() method in UnsignedIntsTest
|
D | UnsignedLongsTest.java | 40 public void testCompare() { in testCompare() method in UnsignedLongsTest
|
D | UnsignedLongTest.java | 232 public void testCompare() { in testCompare() method in UnsignedLongTest
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | SignedBytesTest.java | 78 public void testCompare() { in testCompare() method in SignedBytesTest
|
D | UnsignedIntsTest.java | 58 public void testCompare() { in testCompare() method in UnsignedIntsTest
|
D | UnsignedLongsTest.java | 43 public void testCompare() { in testCompare() method in UnsignedLongsTest
|
D | UnsignedBytesTest.java | 84 public void testCompare() { in testCompare() method in UnsignedBytesTest
|