HomeSort by relevance Sort by last modified time
    Searched defs:otherItem (Results 1 - 4 of 4) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 122 Constant otherItem = (Constant) other.get0(i);
123 int compare = thisItem.compareTo(otherItem);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 121 Constant otherItem = (Constant) other.get0(i);
122 int compare = thisItem.compareTo(otherItem);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 96 OffsettedItem otherItem = (OffsettedItem) other;
98 ItemType otherType = otherItem.itemType();
104 return (compareTo0(otherItem) == 0);
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 96 OffsettedItem otherItem = (OffsettedItem) other;
98 ItemType otherType = otherItem.itemType();
104 return (compareTo0(otherItem) == 0);

Completed in 157 milliseconds