/external/mockito/src/org/mockito/internal/configuration/injection/ |
PropertyAndSetterInjection.java | 134 public int compare(Field field1, Field field2) { method in class:PropertyAndSetterInjection.FieldTypeAndNameComparator
|
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 203 public IntegerValue compare(LongValue other) method in class:LongValue 217 return compare(other).negate(); 358 public IntegerValue compare(SpecificLongValue other) method in class:LongValue 373 return compare(other).negate(); 514 public IntegerValue compare(ParticularLongValue other) method in class:LongValue 516 return compare((SpecificLongValue)other); 529 return compare(other).negate();
|
ParticularLongValue.java | 154 public IntegerValue compare(LongValue other) method in class:ParticularLongValue
|
/external/srec/portable/src/ |
LCHAR.c | 120 int compare; local 125 CHKLOG(rc, lstrcasecmp(text, L("true"), &compare)); 126 if (compare == 0) 131 CHKLOG(rc, lstrcasecmp(text, L("yes"), &compare)); 132 if (compare == 0) 137 CHKLOG(rc, lstrcasecmp(text, L("false"), &compare)); 138 if (compare == 0) 143 CHKLOG(rc, lstrcasecmp(text, L("no"), &compare)); 144 if (compare == 0)
|
/external/stlport/stlport/stl/ |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { function in class:__char_traits_base 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) function in class:char_traits 256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) function in class:char_traits
|
/external/v8/src/ |
bignum-dtoa.cc | 222 int compare = Bignum::PlusCompare(*numerator, *numerator, *denominator); local 223 if (compare < 0) { 225 } else if (compare > 0) { 332 // by 10 so that we can compare more easily.
|
/frameworks/av/media/libstagefright/foundation/ |
AString.cpp | 290 return compare(other) < 0; 294 return compare(other) > 0; 297 int AString::compare(const AString &other) const { function in class:android::AString
|
/frameworks/base/core/java/android/content/pm/ |
PackageItemInfo.java | 277 public final int compare(PackageItemInfo aa, PackageItemInfo ab) { method in class:PackageItemInfo.DisplayNameComparator 282 return sCollator.compare(sa.toString(), sb.toString());
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbAccessory.java | 156 private static boolean compare(String s1, String s2) { method in class:UsbAccessory 165 return (compare(mManufacturer, accessory.getManufacturer()) && 166 compare(mModel, accessory.getModel()) && 167 compare(mDescription, accessory.getDescription()) && 168 compare(mVersion, accessory.getVersion()) && 169 compare(mUri, accessory.getUri()) && 170 compare(mSerial, accessory.getSerial()));
|
/frameworks/base/libs/hwui/ |
PatchCache.cpp | 78 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs, function in class:android::uirenderer::PatchCache::PatchDescription
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/ |
TestDelegates.java | 74 compare(originalClass, delegateClass); method 82 private void compare(Class<?> originalClass, Class<?> delegateClass) throws SecurityException { method in class:TestDelegates
|
/hardware/ti/omap4xxx/camera/ |
CameraHalUtilClasses.cpp | 345 if (!area1.itemAt(i)->compare(area2.itemAt(i))) { 353 bool CameraArea::compare(const sp<CameraArea> &area) { function in class:android::CameraArea
|
/libcore/luni/src/main/java/java/text/ |
Collator.java | 78 * if (usCollator.compare("abc", "ABC") == 0) { 85 * The following example shows how to compare two strings using the collator for 90 * // Compare two strings in the default locale 93 * if (myCollator.compare("\u00e0\u0325", "a\u0325\u0300") != 0) { 96 * if (myCollator.compare("\u00e0\u0325", "a\u0325\u0300") != 0) { 184 * the first string to compare. 186 * the second string to compare. 193 public int compare(Object object1, Object object2) { method in class:Collator 194 return compare((String) object1, (String) object2); 201 * the first string to compare 208 public abstract int compare(String string1, String string2); method in class:Collator [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldPriorityQueueTest.java | 86 public int compare(String object1, String object2) { method in class:OldPriorityQueueTest.MockComparatorStringByLength 102 public int compare(E object1, E object2) { method in class:OldPriorityQueueTest.MockComparatorCast
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { function in class:__char_traits_base 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) function in class:char_traits 256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) function in class:char_traits
|
/packages/apps/Camera2/src/com/android/camera/data/ |
LocalData.java | 172 /** Compare taken/modified date of LocalData in descent order to make 185 public int compare(LocalData d1, LocalData d2) { method in class:LocalData.NewestFirstComparator
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pod_char_traits.h | 109 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pod_char_traits.h | 114 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pod_char_traits.h | 114 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pod_char_traits.h | 109 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { function in class:__char_traits_base 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) function in class:char_traits 256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) function in class:char_traits
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pod_char_traits.h | 109 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { function in class:__char_traits_base 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) function in class:char_traits 256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) function in class:char_traits
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pod_char_traits.h | 109 compare(const char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { function in class:__char_traits_base 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) function in class:char_traits 256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) function in class:char_traits
|