Searched defs:compare (Results 1 – 12 of 12) sorted by relevance
25 public static int compare(short ushortA, short ushortB) { in compare() method in Unsigned34 public static int compare(int uintA, int uintB) { in compare() method in Unsigned
123 int compare = thisItem.compareTo(otherItem); in compareTo() local
77 int compare = thisEntry.compareTo(otherEntry); in compareTo() local
149 int compare = thisEntry.compareTo(otherEntry); in compareTo() local
151 int compare = thisEntry.compareTo(otherEntry); in compareTo() local
72 public int compare(AnnotationItem item1, AnnotationItem item2) { in compare() method in AnnotationItem.TypeIdSorter
71 public int compare(AnnotationItem item1, AnnotationItem item2) { in compare() method in AnnotationItem.TypeIdSorter
243 int compare = type.getType().compareTo(other.type.getType()); in compareTo() local
260 int compare = type.getType().compareTo(other.type.getType()); in compareTo() local
998 public int compare(SsaBasicBlock b1, SsaBasicBlock b2) { in compare() method in SsaBasicBlock.LabelComparator