Searched defs:compareTo0 (Results 1 - 19 of 19) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DStringDataItem.java94 protected int compareTo0(OffsettedItem other) { method in class:StringDataItem
H A DTypeListItem.java116 protected int compareTo0(OffsettedItem other) { method in class:TypeListItem
H A DAnnotationSetItem.java96 protected int compareTo0(OffsettedItem other) { method in class:AnnotationSetItem
H A DEncodedArrayItem.java73 protected int compareTo0(OffsettedItem other) { method in class:EncodedArrayItem
H A DOffsettedItem.java88 * {@link #compareTo0} deciding same-type comparisons.
104 return (compareTo0(otherItem) == 0);
112 * {@link #compareTo0} deciding same-class comparisons.
126 return compareTo0(other);
285 protected int compareTo0(OffsettedItem other) { method in class:OffsettedItem
H A DAnnotationItem.java130 protected int compareTo0(OffsettedItem other) { method in class:AnnotationItem
H A DAnnotationsDirectoryItem.java120 public int compareTo0(OffsettedItem other) { method in class:AnnotationsDirectoryItem
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DConstant.java56 return compareTo0(other);
67 protected abstract int compareTo0(Constant other); method in class:Constant
H A DCstAnnotation.java61 protected int compareTo0(Constant other) { method in class:CstAnnotation
H A DCstFieldRef.java67 protected int compareTo0(Constant other) { method in class:CstFieldRef
68 int cmp = super.compareTo0(other);
H A DCstLiteral32.java52 protected int compareTo0(Constant other) { method in class:CstLiteral32
H A DCstLiteral64.java52 protected int compareTo0(Constant other) { method in class:CstLiteral64
H A DCstBaseMethodRef.java89 protected final int compareTo0(Constant other) { method in class:CstBaseMethodRef
90 int cmp = super.compareTo0(other);
H A DCstKnownNull.java50 protected int compareTo0(Constant other) { method in class:CstKnownNull
H A DCstMemberRef.java71 * after calling {@code super.compareTo0()}.</p>
74 protected int compareTo0(Constant other) { method in class:CstMemberRef
H A DCstArray.java62 protected int compareTo0(Constant other) { method in class:CstArray
H A DCstNat.java79 protected int compareTo0(Constant other) { method in class:CstNat
H A DCstString.java221 protected int compareTo0(Constant other) { method in class:CstString
H A DCstType.java175 protected int compareTo0(Constant other) { method in class:CstType

Completed in 1698 milliseconds