Searched defs:compare (Results 1 - 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/util/
H A DUnsigned.java25 public static int compare(short ushortA, short ushortB) { method in class:Unsigned
34 public static int compare(int uintA, int uintB) { method in class:Unsigned
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationItem.java72 public int compare(AnnotationItem item1, AnnotationItem item2) { method in class:AnnotationItem.TypeIdSorter
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationItem.java70 public int compare(AnnotationItem item1, AnnotationItem item2) { method in class:AnnotationItem.TypeIdSorter
/dalvik/dx/src/com/android/dx/ssa/
H A DSsaBasicBlock.java1019 public int compare(SsaBasicBlock b1, SsaBasicBlock b2) { method in class:SsaBasicBlock.LabelComparator

Completed in 357 milliseconds