Home
last modified time | relevance | path

Searched refs:testCompare (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp654 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 …]
Dtestidna.h78 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/
DSignedBytesTest_gwt.java26 public void testCompare() throws Exception { in testCompare() method in SignedBytesTest_gwt
28 testCase.testCompare(); in testCompare()
DUnsignedLongsTest_gwt.java21 public void testCompare() throws Exception { in testCompare() method in UnsignedLongsTest_gwt
23 testCase.testCompare(); in testCompare()
DUnsignedIntsTest_gwt.java21 public void testCompare() throws Exception { in testCompare() method in UnsignedIntsTest_gwt
23 testCase.testCompare(); in testCompare()
DUnsignedLongTest_gwt.java31 public void testCompare() throws Exception { in testCompare() method in UnsignedLongTest_gwt
33 testCase.testCompare(); in testCompare()
DCharsTest_gwt.java46 public void testCompare() throws Exception { in testCompare() method in CharsTest_gwt
48 testCase.testCompare(); in testCompare()
DBooleansTest_gwt.java66 public void testCompare() throws Exception { in testCompare() method in BooleansTest_gwt
68 testCase.testCompare(); in testCompare()
DFloatsTest_gwt.java41 public void testCompare() throws Exception { in testCompare() method in FloatsTest_gwt
43 testCase.testCompare(); in testCompare()
DDoublesTest_gwt.java41 public void testCompare() throws Exception { in testCompare() method in DoublesTest_gwt
43 testCase.testCompare(); in testCompare()
DShortsTest_gwt.java46 public void testCompare() throws Exception { in testCompare() method in ShortsTest_gwt
48 testCase.testCompare(); in testCompare()
DIntsTest_gwt.java46 public void testCompare() throws Exception { in testCompare() method in IntsTest_gwt
48 testCase.testCompare(); in testCompare()
DLongsTest_gwt.java46 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/
DFunctionComparator.cpp58 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/
DSessionInfoTest.java37 public void testCompare() { in testCompare() method in SessionInfoTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/
DTagTest.java93 public void testCompare() { in testCompare() method in TagTest
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DTypedRangeTest.java50 public void testCompare() { in testCompare() method in TypedRangeTest
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DSignedBytesTest.java75 public void testCompare() { in testCompare() method in SignedBytesTest
DUnsignedIntsTest.java55 public void testCompare() { in testCompare() method in UnsignedIntsTest
DUnsignedLongsTest.java40 public void testCompare() { in testCompare() method in UnsignedLongsTest
DUnsignedLongTest.java232 public void testCompare() { in testCompare() method in UnsignedLongTest
/external/guava/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java78 public void testCompare() { in testCompare() method in SignedBytesTest
DUnsignedLongsTest.java43 public void testCompare() { in testCompare() method in UnsignedLongsTest
DUnsignedIntsTest.java58 public void testCompare() { in testCompare() method in UnsignedIntsTest
DUnsignedBytesTest.java84 public void testCompare() { in testCompare() method in UnsignedBytesTest

12