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

  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 120 Constant otherItem = (Constant) other.get0(i);
121 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);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java 96 OffsettedItem otherItem = (OffsettedItem) other;
98 ItemType otherType = otherItem.itemType();
104 return (compareTo0(otherItem) == 0);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 122 Constant otherItem = (Constant) other.get0(i);
123 int compare = thisItem.compareTo(otherItem);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstArray.java 121 Constant otherItem = (Constant) other.get0(i);
122 int compare = thisItem.compareTo(otherItem);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 113 public int compare(TestListItem item, TestListItem otherItem) {
114 return item.title.compareTo(otherItem.title);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1675 milliseconds