HomeSort by relevance Sort by last modified time
    Searched refs:compareTo (Results 176 - 200 of 869) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedMethod.java 78 return compareTo((EncodedMethod) other) == 0;
89 public int compareTo(EncodedMethod other) {
90 return method.compareTo(other.method);
OffsettedItem.java 114 public final int compareTo(OffsettedItem other) {
123 return thisType.compareTo(otherType);
ParameterAnnotationStruct.java 95 public int compareTo(ParameterAnnotationStruct other) {
96 return method.compareTo(other.method);
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedMethod.java 77 return compareTo((EncodedMethod) other) == 0;
88 public int compareTo(EncodedMethod other) {
89 return method.compareTo(other.method);
OffsettedItem.java 114 public final int compareTo(OffsettedItem other) {
123 return thisType.compareTo(otherType);
ParameterAnnotationStruct.java 94 public int compareTo(ParameterAnnotationStruct other) {
95 return method.compareTo(other.method);
  /dalvik/hit/src/com/android/hit/
ClassObj.java 230 public final int compareTo(ClassObj o) {
231 return mClassName.compareTo(o.mClassName);
239 return 0 == compareTo((ClassObj) o);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DSAKeyFactoryImplTest.java 194 assertEquals("failure for 'pk.getY().compareTo(publicY)'", 0, pk.getY()
195 .compareTo(publicY));
197 assertEquals("failure for 'params.getP().compareTo(publicP)'", 0,
198 params.getP().compareTo(publicP));
199 assertEquals("failure for 'params.getQ().compareTo(publicQ)'", 0,
200 params.getQ().compareTo(publicQ));
201 assertEquals("failure for 'params.getG().compareTo(publicG)'", 0,
202 params.getG().compareTo(publicG));
211 "failure for 'pk.getAlgorithm().compareTo(publicAlgorithm)'",
212 0, pk.getAlgorithm().compareTo(publicAlgorithm))
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedMethod.java 78 return compareTo((EncodedMethod) other) == 0;
89 public int compareTo(EncodedMethod other) {
90 return method.compareTo(other.method);
OffsettedItem.java 114 public final int compareTo(OffsettedItem other) {
123 return thisType.compareTo(otherType);
ParameterAnnotationStruct.java 95 public int compareTo(ParameterAnnotationStruct other) {
96 return method.compareTo(other.method);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
AbstractResults.java 66 if (child.compareTo(results) < 0) {
78 * @see java.lang.Comparable#compareTo(java.lang.Object)
80 public int compareTo(Object obj) {
83 return getName().compareTo(res.getName());
95 * @see java.lang.Comparable#compareTo(java.lang.Object)
  /external/icu4c/i18n/
sortkey.cpp 25 // 03/06/01 synwee Modified compareTo, to handle the result of
172 CollationKey::compareTo(const CollationKey& target) const
175 return static_cast<Collator::EComparisonResult>(compareTo(target, errorCode));
180 CollationKey::compareTo(const CollationKey& target, UErrorCode &status) const
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationSetItem.java 135 public int compareTo(AnnotationSetItem o) {
143 comp = annotations[i].compareTo(o.annotations[i]);
188 return (this.compareTo(other) == 0);
ProtoIdItem.java 131 public int compareTo(ProtoIdItem o) {
132 int result = returnType.compareTo(o.returnType);
146 return parameters.compareTo(o.parameters);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
AnnotationEncodedSubValue.java 119 int comp = annotationType.compareTo(other.annotationType);
130 comp = names[i].compareTo(other.names[i]);
135 comp = values[i].compareTo(other.values[i]);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 348 if (XMLTAG_SKB_TEMPLATE.compareTo(attribute) == 0) {
370 } else if (XMLTAG_KEYTYPE.compareTo(attribute) == 0) {
390 } else if (XMLTAG_KEYICON.compareTo(attribute) == 0) {
399 } else if (XMLTAG_KEY.compareTo(attribute) == 0) {
461 if (XMLTAG_KEYBOARD.compareTo(attr) == 0) {
508 } else if (XMLTAG_ROW.compareTo(attr) == 0) {
518 } else if (XMLTAG_KEYS.compareTo(attr) == 0) {
572 } else if (XMLTAG_KEY.compareTo(attr) == 0) {
600 if (XMLTAG_ROW.compareTo(attr) == 0) {
611 if (XMLTAG_ROW.compareTo(attr) == 0)
    [all...]
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 87 if (x.compareTo(halfPower) <= 0) {
135 while (x.compareTo(powerOf10) >= 0) {
145 if (x.compareTo(tenPow) >= 0) {
168 return (x2.compareTo(halfPowerSquared) <= 0) ? floorLog : floorLog + 1;
206 return (halfSquare.compareTo(x) >= 0) ? sqrtFloor : sqrtFloor.add(BigInteger.ONE);
251 } while (sqrt1.compareTo(sqrt0) < 0);
  /cts/tools/signature-tools/src/signature/io/html/
ExecutableMemberComparator.java 53 int returnValue = aMember.getName().compareTo(bMember.getName());
66 returnValue += getTypeName(aIt.next().getType()).compareTo(
  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 119 public int compareTo(BuildStep o) {
121 ? (o.inputFile != null ? inputFile.getPath().compareTo(
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 109 public int compareTo(Annotations other) {
117 int result = thisOne.compareTo(otherOne);
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 108 public int compareTo(Annotations other) {
116 int result = thisOne.compareTo(otherOne);
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 109 public int compareTo(Annotations other) {
117 int result = thisOne.compareTo(otherOne);
  /external/doclava/src/com/google/doclava/
MemberInfo.java 69 public int compareTo(Object that) {
70 return this.htmlPage().compareTo(((MemberInfo) that).htmlPage());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 215 return p1.getName().compareTo(p2.getName());
228 return p1.getName().compareTo(p2.getName());

Completed in 1088 milliseconds

1 2 3 4 5 6 78 91011>>