Searched defs:shortValue (Results 1 – 9 of 9) sorted by relevance
71 @Override public short shortValue() { in shortValue() method in LazyPrimitiveValue
173 short shortValue = fieldValue.getShortValue(); in testGetValues002() local
203 short shortValue = fieldValue.getShortValue(); in testGetValues002() local
77 int shortValue = (short)value; in convertToShort() local
808 map.put(short.class, TypeId.get(Short.class).getMethod(TypeId.SHORT, "shortValue")); in map.put()
995 public short shortValue; field in DexMakerTest.Instance1079 public static short shortValue; field in DexMakerTest.Static
1304 BigInteger.prototype.shortValue = bnShortValue; method in BigInteger
1827 public short shortValue() { return (short)Math.PI; } in shortValue() method in NumberFormatTest.PI
1828 public short shortValue() { return (short)Math.PI; } in shortValue() method in NumberFormatTest.PI