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

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

Completed in 520 milliseconds