Searched defs:shortValue (Results 1 - 10 of 10) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/lang/
H A DNumber.java82 public short shortValue() { method in class:Number
H A DByte.java220 public short shortValue() { method in class:Byte
H A DShort.java220 public short shortValue() { method in class:Short
H A DDouble.java292 public short shortValue() { method in class:Double
H A DFloat.java296 public short shortValue() { method in class:Float
H A DInteger.java461 public short shortValue() { method in class:Integer
H A DLong.java385 public short shortValue() { method in class:Long
/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_GetPutFields.java44 public short shortValue = 0; field in class:Support_GetPutFields
85 shortValue = 1234;
102 shortValue == other.shortValue
117 shortValue = getField.get("shortValue", (short) 0);
130 putField.put("shortValue", shortValue);
H A DSupport_GetPutFieldsDefaulted.java55 public short shortValue = 0; field in class:Support_GetPutFieldsDefaulted
96 shortValue = 4321;
113 shortValue == other.shortValue
129 shortValue = getField.get("shortValue", (short) 4321);
H A DSupport_GetPutFieldsDeprecated.java46 public short shortValue = 0; field in class:Support_GetPutFieldsDeprecated
87 shortValue = 3078;
104 shortValue == other.shortValue
118 shortValue = getField.get("shortValue", (short) 0);
131 putField.put("shortValue", shortValue);

Completed in 37 milliseconds