Home
last modified time | relevance | path

Searched defs:compareUnsigned (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DLong.annotated.java99 public static int compareUnsigned(long x, long y) { throw new RuntimeException("Stub!"); } in compareUnsigned() method in Long
DInteger.annotated.java98 public static int compareUnsigned(int x, int y) { throw new RuntimeException("Stub!"); } in compareUnsigned() method in Integer
/libcore/ojluni/annotations/hiddenapi/java/lang/
DLong.java189 public static int compareUnsigned(long x, long y) { in compareUnsigned() method in Long
DInteger.java185 public static int compareUnsigned(int x, int y) { in compareUnsigned() method in Integer
/libcore/ojluni/src/main/java/java/lang/
DLong.java1272 public static int compareUnsigned(long x, long y) { in compareUnsigned() method in Long