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

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstNat.java 66 CstNat otherNat = (CstNat) other;
67 return name.equals(otherNat.name) &&
68 descriptor.equals(otherNat.descriptor);
80 CstNat otherNat = (CstNat) other;
81 int cmp = name.compareTo(otherNat.name);
87 return descriptor.compareTo(otherNat.descriptor);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java 66 CstNat otherNat = (CstNat) other;
67 return name.equals(otherNat.name) &&
68 descriptor.equals(otherNat.descriptor);
80 CstNat otherNat = (CstNat) other;
81 int cmp = name.compareTo(otherNat.name);
87 return descriptor.compareTo(otherNat.descriptor);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstNat.java 66 CstNat otherNat = (CstNat) other;
67 return name.equals(otherNat.name) &&
68 descriptor.equals(otherNat.descriptor);
80 CstNat otherNat = (CstNat) other;
81 int cmp = name.compareTo(otherNat.name);
87 return descriptor.compareTo(otherNat.descriptor);

Completed in 8199 milliseconds