Searched defs:shortValue (Results 1 – 11 of 11) sorted by relevance
71 @Override public short shortValue() { in shortValue() method in LazyPrimitiveValue
172 short shortValue = fieldValue.getShortValue(); in testGetValues002() local
202 short shortValue = fieldValue.getShortValue(); in testGetValues002() local
77 int shortValue = (short)value; in convertToShort() local
743 map.put(short.class, TypeId.get(Short.class).getMethod(TypeId.SHORT, "shortValue")); in map.put()
958 public short shortValue; field in DexMakerTest.Instance1041 public static short shortValue; field in DexMakerTest.Static
797 boolean shortValue = true; field in BagFormatter
798 boolean shortValue = true; field in BagFormatter
1304 BigInteger.prototype.shortValue = bnShortValue; method in BigInteger
1778 public short shortValue() { return (short)Math.PI; } in shortValue() method in NumberFormatTest.PI
1782 public short shortValue() { return (short)Math.PI; } in shortValue() method in NumberFormatTest.PI