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

1 2

  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
ObjectUtilsTest.java 23 public void testCompare() {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
SessionInfoTest.java 37 public void testCompare() {
  /external/guava/guava-gwt/test/com/google/common/primitives/
SignedBytesTest_gwt.java 26 public void testCompare() throws Exception {
28 testCase.testCompare();
UnsignedIntsTest_gwt.java 21 public void testCompare() throws Exception {
23 testCase.testCompare();
UnsignedLongTest_gwt.java 31 public void testCompare() throws Exception {
33 testCase.testCompare();
UnsignedLongsTest_gwt.java 21 public void testCompare() throws Exception {
23 testCase.testCompare();
BooleansTest_gwt.java 66 public void testCompare() throws Exception {
68 testCase.testCompare();
CharsTest_gwt.java 46 public void testCompare() throws Exception {
48 testCase.testCompare();
DoublesTest_gwt.java 41 public void testCompare() throws Exception {
43 testCase.testCompare();
FloatsTest_gwt.java 41 public void testCompare() throws Exception {
43 testCase.testCompare();
IntsTest_gwt.java 46 public void testCompare() throws Exception {
48 testCase.testCompare();
LongsTest_gwt.java 46 public void testCompare() throws Exception {
48 testCase.testCompare();
ShortsTest_gwt.java 46 public void testCompare() throws Exception {
48 testCase.testCompare();
  /external/icu/icu4c/source/test/intltest/
testidna.h 61 void TestCompare();
78 void testCompare(const char* testName, CompareFunc func);
87 void testCompare(const UChar* s1, int32_t s1Len,
testidna.cpp 650 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len,
772 void TestIDNA::testCompare(const char* testName, CompareFunc func){
813 testCompare(src,srcLen,src,srcLen,testName, func, TRUE);
816 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
820 testCompare(src,srcLen,uni1.getBuffer(),uni1.length()-1,testName, func,FALSE);
822 testCompare(src,srcLen,uni0.getBuffer(),uni0.length()-1,testName, func,FALSE);
826 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE);
828 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE);
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfo_DisplayNameComparatorTest.java 45 public void testCompare() throws NameNotFoundException {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/
TagTest.java 93 public void testCompare() {
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
TypedRangeTest.java 50 public void testCompare() {
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 113 public void testCompare() {
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
SignedBytesTest.java 75 public void testCompare() {
UnsignedIntsTest.java 55 public void testCompare() {
UnsignedLongTest.java 232 public void testCompare() {
UnsignedLongsTest.java 40 public void testCompare() {
  /external/guava/guava-tests/test/com/google/common/primitives/
SignedBytesTest.java 78 public void testCompare() {
  /libcore/luni/src/test/java/libcore/android/system/
StructTimespecTest.java 65 public void testCompare() {

Completed in 442 milliseconds

1 2