Searched refs:compareTo0 (Results 1 - 20 of 20) sorted by relevance

/dalvik/dx/src/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 DCstFieldRef.java67 protected int compareTo0(Constant other) { method in class:CstFieldRef
68 int cmp = super.compareTo0(other);
H A DCstKnownNull.java50 protected int compareTo0(Constant other) { method in class:CstKnownNull
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 DCstAnnotation.java61 protected int compareTo0(Constant other) { method in class:CstAnnotation
H A DCstString.java69 protected int compareTo0(Constant other) { method in class:CstString
H A DCstMemberRef.java71 * after calling {@code super.compareTo0()}.</p>
74 protected int compareTo0(Constant other) { method in class:CstMemberRef
H A DCstNat.java79 protected int compareTo0(Constant other) { method in class:CstNat
H A DCstArray.java63 protected int compareTo0(Constant other) { method in class:CstArray
H A DCstType.java173 protected int compareTo0(Constant other) { method in class:CstType
H A DCstUtf8.java221 protected int compareTo0(Constant other) { method in class:CstUtf8
/dalvik/dx/src/com/android/dx/dex/file/
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 DStringDataItem.java94 protected int compareTo0(OffsettedItem other) { method in class:StringDataItem
H A DEncodedArrayItem.java82 protected int compareTo0(OffsettedItem other) { method in class:EncodedArrayItem
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 DAnnotationItem.java132 protected int compareTo0(OffsettedItem other) { method in class:AnnotationItem
H A DAnnotationsDirectoryItem.java120 public int compareTo0(OffsettedItem other) { method in class:AnnotationsDirectoryItem

Completed in 401 milliseconds