Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DByte.annotated.java77 public static long toUnsignedLong(byte x) { throw new RuntimeException("Stub!"); } in toUnsignedLong() method in Byte
DInteger.annotated.java100 public static long toUnsignedLong(int x) { throw new RuntimeException("Stub!"); } in toUnsignedLong() method in Integer
/libcore/ojluni/annotations/hiddenapi/java/lang/
DByte.java126 public static long toUnsignedLong(byte x) { in toUnsignedLong() method in Byte
DInteger.java189 public static long toUnsignedLong(int x) { in toUnsignedLong() method in Integer
/libcore/ojluni/src/main/java/java/lang/
DShort.java568 public static long toUnsignedLong(short x) { in toUnsignedLong() method in Short