/libcore/ojluni/src/main/java/java/lang/ |
D | Short.java | 542 public static int compareUnsigned(short x, short y) { in compareUnsigned() method in Short
|
D | Byte.java | 539 public static int compareUnsigned(byte x, byte y) { in compareUnsigned() method in Byte
|
D | Long.java | 1686 public static int compareUnsigned(long x, long y) { in compareUnsigned() method
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Arrays.annotated.java | 387 public static int compareUnsigned(byte @libcore.util.Nullable [] a, byte @libcore.util.Nullable [] … in compareUnsigned() method in Arrays 389 public static int compareUnsigned(byte @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, by… in compareUnsigned() method in Arrays 395 public static int compareUnsigned(short @libcore.util.Nullable [] a, short @libcore.util.Nullable [… in compareUnsigned() method in Arrays 397 public static int compareUnsigned(short @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, s… in compareUnsigned() method in Arrays 407 public static int compareUnsigned(int @libcore.util.Nullable [] a, int @libcore.util.Nullable [] b)… in compareUnsigned() method in Arrays 409 public static int compareUnsigned(int @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, int… in compareUnsigned() method in Arrays 415 public static int compareUnsigned(long @libcore.util.Nullable [] a, long @libcore.util.Nullable [] … in compareUnsigned() method in Arrays 417 public static int compareUnsigned(long @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, lo… in compareUnsigned() method in Arrays
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Integer.annotated.java | 102 public static int compareUnsigned(int x, int y) { throw new RuntimeException("Stub!"); } in compareUnsigned() method in Integer
|
D | Long.annotated.java | 103 public static int compareUnsigned(long x, long y) { throw new RuntimeException("Stub!"); } in compareUnsigned() method in Long
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Long.java | 189 public static int compareUnsigned(long x, long y) { in compareUnsigned() method in Long
|
D | Integer.java | 185 public static int compareUnsigned(int x, int y) { in compareUnsigned() method in Integer
|
/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 5930 public static int compareUnsigned(byte[] a, byte[] b) { in compareUnsigned() method in Arrays 5997 public static int compareUnsigned(byte[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays 6185 public static int compareUnsigned(short[] a, short[] b) { in compareUnsigned() method in Arrays 6251 public static int compareUnsigned(short[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays 6574 public static int compareUnsigned(int[] a, int[] b) { in compareUnsigned() method in Arrays 6640 public static int compareUnsigned(int[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays 6828 public static int compareUnsigned(long[] a, long[] b) { in compareUnsigned() method in Arrays 6894 public static int compareUnsigned(long[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays
|