HomeSort by relevance Sort by last modified time
    Searched refs:byteValue (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ActivityResultFacade.java 69 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.byteValue());
  /frameworks/base/core/java/android/content/
ContentValues.java 339 return value != null ? ((Number) value).byteValue() : null;
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 460 return ((Byte)value).byteValue();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
ANQPFactory.java 117 target.put(id.byteValue());
  /libcore/ojluni/src/main/java/java/lang/reflect/
Array.java 458 setByte(array, index, ((Byte) value).byteValue());
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 649 out.write(byteHeader.byteValue());
703 out.write(byteHeader.byteValue());
713 out.write(byteHeader.byteValue());
    [all...]
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 169 return ((Byte)byteMap.get(new Integer(index))).byteValue();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 73 assertEquals((byte) 0x37, bundle.getByte("bar", (byte) 0x37).byteValue());
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
BaseConstructor.java 299 Array.setByte(array, index, ((Number) value).byteValue());
  /libcore/ojluni/src/main/java/java/lang/
Integer.java 713 public byte byteValue() {
    [all...]
Long.java 711 public byte byteValue() {
    [all...]
  /external/crcalc/src/com/hp/creals/
CR.java 97 // Added byteValue and fixed some comments. Hans.Boehm@hp.com 12/17/2002
695 public byte byteValue() {
696 return BigIntegerValue().byteValue();
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 452 for (byte byteValue : bytes) {
453 output.write(byteValue);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
FloatTest.java 118 * java.lang.Float#byteValue()
121 // Test for method byte java.lang.Float.byteValue()
124 assertTrue("Returned incorrect byte value", f.byteValue() == 0 && f2.byteValue() == 90);
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 380 writer.write(element.byteValue());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
SupplicantBridge.java 400 octets[bo++] = mapped.byteValue();
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimal.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java     [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 681 result[i] = Integer.valueOf(ipv4Matcher.group(i + 1)).byteValue();
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
FieldPacker.java 638 fp.addI8(((Byte)obj).byteValue());
  /libcore/ojluni/src/main/java/java/util/
Scanner.java     [all...]
Formatter.java     [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
AVA.java 554 hexBytes[i] = hexList.get(i).byteValue();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 465 setVol = i.byteValue();
    [all...]

Completed in 1550 milliseconds

1 23 4 5 6 7