Searched defs:byteValue (Results 1 – 13 of 13) sorted by relevance
47 @Override public byte byteValue() { in byteValue() method in LazyPrimitiveValue
295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte() local
162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local
161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local
59 int byteValue = (byte)value; in convertToByte() local
187 } byteValue; member
806 map.put(byte.class, TypeId.get(Byte.class).getMethod(TypeId.BYTE, "byteValue")); in map.put()
993 public byte byteValue; field in DexMakerTest.Instance1077 public static byte byteValue; field in DexMakerTest.Static
695 public byte byteValue() { in byteValue() method in CR
1303 BigInteger.prototype.byteValue = bnByteValue; method in BigInteger
1825 public byte byteValue() { return (byte)Math.PI; } in byteValue() method in NumberFormatTest.PI
1826 public byte byteValue() { return (byte)Math.PI; } in byteValue() method in NumberFormatTest.PI