/libcore/ojluni/src/main/java/java/lang/ |
D | Number.java | 103 public byte byteValue() { in byteValue() method in Number
|
D | Byte.java | 325 public byte byteValue() { in byteValue() method in Byte
|
D | Short.java | 329 public byte byteValue() { in byteValue() method in Short
|
D | Float.java | 579 public byte byteValue() { in byteValue() method in Float
|
D | Double.java | 656 public byte byteValue() { in byteValue() method in Double
|
D | Long.java | 978 public byte byteValue() { in byteValue() method in Long
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldObjectInputStreamGetFieldTest.java | 65 public byte byteValue; field in OldObjectInputStreamGetFieldTest
|
/libcore/support/src/test/java/tests/support/ |
D | Support_GetPutFields.java | 38 public byte byteValue = 0; field in Support_GetPutFields
|
D | Support_GetPutFieldsDeprecated.java | 40 public byte byteValue = 0; field in Support_GetPutFieldsDeprecated
|
D | Support_GetPutFieldsDefaulted.java | 49 public byte byteValue = 0; field in Support_GetPutFieldsDefaulted
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Byte.annotated.java | 51 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Byte
|
D | Double.annotated.java | 59 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Double
|
D | Float.annotated.java | 61 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Float
|
D | Long.annotated.java | 69 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Long
|
D | Integer.annotated.java | 66 public byte byteValue() { throw new RuntimeException("Stub!"); } in byteValue() method in Integer
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Short.java | 74 public byte byteValue() { in byteValue() method in Short
|
D | Byte.java | 74 public byte byteValue() { in byteValue() method in Byte
|
D | Float.java | 91 public byte byteValue() { in byteValue() method in Float
|
D | Double.java | 88 public byte byteValue() { in byteValue() method in Double
|
D | Long.java | 129 public byte byteValue() { in byteValue() method in Long
|
D | Integer.java | 120 public byte byteValue() { in byteValue() method in Integer
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | NumberFormatTest.java | 34 public byte byteValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() method in NumberFormatTest.MyNumber
|