Home
last modified time | relevance | path

Searched defs:byteValue (Results 1 – 22 of 22) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DNumber.java103 public byte byteValue() { in byteValue() method in Number
DByte.java325 public byte byteValue() { in byteValue() method in Byte
DShort.java329 public byte byteValue() { in byteValue() method in Short
DFloat.java579 public byte byteValue() { in byteValue() method in Float
DDouble.java656 public byte byteValue() { in byteValue() method in Double
DLong.java978 public byte byteValue() { in byteValue() method in Long
/libcore/luni/src/test/java/libcore/java/io/
DOldObjectInputStreamGetFieldTest.java65 public byte byteValue; field in OldObjectInputStreamGetFieldTest
/libcore/support/src/test/java/tests/support/
DSupport_GetPutFields.java38 public byte byteValue = 0; field in Support_GetPutFields
DSupport_GetPutFieldsDeprecated.java40 public byte byteValue = 0; field in Support_GetPutFieldsDeprecated
DSupport_GetPutFieldsDefaulted.java49 public byte byteValue = 0; field in Support_GetPutFieldsDefaulted
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DByte.annotated.java51 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Byte
DDouble.annotated.java59 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Double
DFloat.annotated.java61 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Float
DLong.annotated.java69 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Long
DInteger.annotated.java66 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Integer
/libcore/ojluni/annotations/hiddenapi/java/lang/
DShort.java74 public byte byteValue() { in byteValue() method in Short
DByte.java74 public byte byteValue() { in byteValue() method in Byte
DFloat.java91 public byte byteValue() { in byteValue() method in Float
DDouble.java88 public byte byteValue() { in byteValue() method in Double
DLong.java129 public byte byteValue() { in byteValue() method in Long
DInteger.java120 public byte byteValue() { in byteValue() method in Integer
/libcore/luni/src/test/java/libcore/java/text/
DNumberFormatTest.java34 public byte byteValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() method in NumberFormatTest.MyNumber