| /libcore/luni/src/test/java/libcore/java/util/ | 
| D | HexFormatTest.java | 35         final short shortValue = 0x4321;  in toHexDigits_short()  local
  | 
| /libcore/ojluni/src/main/java/java/lang/ | 
| D | Number.java | 119     public short shortValue() {  in shortValue()  method in Number
  | 
| D | Short.java | 409     public short shortValue() {  in shortValue()  method in Short
  | 
| D | Byte.java | 407     public short shortValue() {  in shortValue()  method in Byte
  | 
| D | Double.java | 805     public short shortValue() {  in shortValue()  method in Double
  | 
| D | Float.java | 647     public short shortValue() {  in shortValue()  method in Float
  | 
| D | Long.java | 1407     public short shortValue() {  in shortValue()  method
  | 
| /libcore/support/src/test/java/tests/support/ | 
| D | Support_GetPutFields.java | 44     public short shortValue = 0;  field in Support_GetPutFields
  | 
| D | Support_GetPutFieldsDefaulted.java | 55     public short shortValue = 0;  field in Support_GetPutFieldsDefaulted
  | 
| D | Support_GetPutFieldsDeprecated.java | 46     public short shortValue = 0;  field in Support_GetPutFieldsDeprecated
  | 
| /libcore/ojluni/annotations/sdk/nullability/java/lang/ | 
| D | Byte.annotated.java | 53 public short shortValue() { throw new RuntimeException("Stub!"); }  in shortValue()  method in Byte
  | 
| D | Double.annotated.java | 61 public short shortValue() { throw new RuntimeException("Stub!"); }  in shortValue()  method in Double
  | 
| D | Float.annotated.java | 63 public short shortValue() { throw new RuntimeException("Stub!"); }  in shortValue()  method in Float
  | 
| D | Integer.annotated.java | 72 public short shortValue() { throw new RuntimeException("Stub!"); }  in shortValue()  method in Integer
  | 
| D | Long.annotated.java | 75 public short shortValue() { throw new RuntimeException("Stub!"); }  in shortValue()  method in Long
  | 
| /libcore/ojluni/annotations/hiddenapi/java/lang/ | 
| D | Short.java | 78     public short shortValue() {  in shortValue()  method in Short
  | 
| D | Byte.java | 78     public short shortValue() {  in shortValue()  method in Byte
  | 
| D | Float.java | 95     public short shortValue() {  in shortValue()  method in Float
  | 
| D | Double.java | 92     public short shortValue() {  in shortValue()  method in Double
  | 
| D | Long.java | 133     public short shortValue() {  in shortValue()  method in Long
  | 
| D | Integer.java | 124     public short shortValue() {  in shortValue()  method in Integer
  | 
| /libcore/luni/src/test/java/libcore/java/text/ | 
| D | NumberFormatTest.java | 39             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/ | 
| D | MethodHandleAccessorsTest.java | 475         short shortValue = value instanceof Short ? ((Short)value).shortValue() : (short)0;  in tryAccessor()  local
  |