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

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstFieldRef.java 76 CstUtf8 otherDescriptor = otherField.getNat().getDescriptor();
77 return thisDescriptor.compareTo(otherDescriptor);
CstType.java 186 String otherDescriptor = ((CstType) other).type.getDescriptor();
187 return thisDescriptor.compareTo(otherDescriptor);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstFieldRef.java 76 CstString otherDescriptor = otherField.getNat().getDescriptor();
77 return thisDescriptor.compareTo(otherDescriptor);
CstType.java 176 String otherDescriptor = ((CstType) other).type.getDescriptor();
177 return thisDescriptor.compareTo(otherDescriptor);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstFieldRef.java 76 CstString otherDescriptor = otherField.getNat().getDescriptor();
77 return thisDescriptor.compareTo(otherDescriptor);
CstType.java 177 String otherDescriptor = ((CstType) other).type.getDescriptor();
178 return thisDescriptor.compareTo(otherDescriptor);

Completed in 63 milliseconds