Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DNumber.java118 public short shortValue() { in shortValue() method in Number
DByte.java334 public short shortValue() { in shortValue() method in Byte
DShort.java337 public short shortValue() { in shortValue() method in Short
DFloat.java592 public short shortValue() { in shortValue() method in Float
DDouble.java669 public short shortValue() { in shortValue() method in Double
DLong.java987 public short shortValue() { in shortValue() method in Long
/libcore/support/src/test/java/tests/support/
DSupport_GetPutFields.java44 public short shortValue = 0; field in Support_GetPutFields
DSupport_GetPutFieldsDeprecated.java46 public short shortValue = 0; field in Support_GetPutFieldsDeprecated
DSupport_GetPutFieldsDefaulted.java55 public short shortValue = 0; field in Support_GetPutFieldsDefaulted
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DByte.annotated.java53 public short shortValue() { throw new RuntimeException("Stub!"); } in shortValue() method in Byte
DDouble.annotated.java61 public short shortValue() { throw new RuntimeException("Stub!"); } in shortValue() method in Double
DFloat.annotated.java63 public short shortValue() { throw new RuntimeException("Stub!"); } in shortValue() method in Float
DLong.annotated.java71 public short shortValue() { throw new RuntimeException("Stub!"); } in shortValue() method in Long
DInteger.annotated.java68 public short shortValue() { throw new RuntimeException("Stub!"); } in shortValue() method in Integer
/libcore/ojluni/annotations/hiddenapi/java/lang/
DShort.java78 public short shortValue() { in shortValue() method in Short
DByte.java78 public short shortValue() { in shortValue() method in Byte
DFloat.java95 public short shortValue() { in shortValue() method in Float
DDouble.java92 public short shortValue() { in shortValue() method in Double
DLong.java133 public short shortValue() { in shortValue() method in Long
DInteger.java124 public short shortValue() { in shortValue() method in Integer
/libcore/luni/src/test/java/libcore/java/text/
DNumberFormatTest.java39 public short shortValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() method in NumberFormatTest.MyNumber
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java475 short shortValue = value instanceof Short ? ((Short)value).shortValue() : (short)0; in tryAccessor() local