Home
last modified time | relevance | path

Searched refs:otherItem (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DOffsettedItem.java96 OffsettedItem otherItem = (OffsettedItem) other; in equals() local
98 ItemType otherType = otherItem.itemType(); in equals()
104 return (compareTo0(otherItem) == 0); in equals()
/dalvik/dx/src/com/android/dx/dex/file/
DOffsettedItem.java96 OffsettedItem otherItem = (OffsettedItem) other; in equals() local
98 ItemType otherType = otherItem.itemType(); in equals()
104 return (compareTo0(otherItem) == 0); in equals()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstArray.java120 Constant otherItem = (Constant) other.get0(i); in compareTo() local
121 int compare = thisItem.compareTo(otherItem); in compareTo()
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstArray.java122 Constant otherItem = (Constant) other.get0(i); in compareTo() local
123 int compare = thisItem.compareTo(otherItem); in compareTo()