HomeSort by relevance Sort by last modified time
    Searched refs:Byte (Results 501 - 525 of 631) sorted by null

<<212223242526

  /external/qemu/distrib/zlib-1.2.3/
trees.c     [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 29 next_in: PChar; (* next input byte *)
33 next_out: PChar; (* next output byte should be put there *)
266 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
  /external/zlib/src/
trees.c     [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 427 * Inserts a byte value into the mapping of this Bundle, replacing
431 * @param value a byte
433 public void putByte(String key, byte value) {
659 * Inserts a byte array value into the mapping of this Bundle, replacing
663 * @param value a byte array object, or null
665 public void putByteArray(String key, byte[] value) {
872 * Returns the value associated with the given key, or (byte) 0 if
876 * @return a byte value
878 public byte getByte(String key) {
880 return getByte(key, (byte) 0)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 71 private static final byte[] PBAP_TARGET = new byte[] {
72 0x79, 0x61, 0x35, (byte)0xf0, (byte)0xf0, (byte)0xc5, 0x11, (byte)0xd8, 0x09, 0x66,
73 0x08, 0x00, 0x20, 0x0c, (byte)0x9a, 0x66
185 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
208 byte[] remote = (byte[])request.getHeader(HeaderSet.WHO)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java 52 static byte[] byteArray;
110 * @tests java.util.Arrays#binarySearch(byte[], byte)
113 // Test for method int java.util.Arrays.binarySearch(byte [], byte)
114 for (byte counter = 0; counter < arraySize; counter++)
115 assertTrue("Binary search on byte[] answered incorrect position",
118 -1, Arrays.binarySearch(intArray, (byte) -1));
121 Arrays.binarySearch(intArray, (byte) arraySize) == -(arraySize + 1));
122 for (byte counter = 0; counter < arraySize; counter++
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 634 CALL_TYPE(jbyte, Byte)
684 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryInputCapsule.java 64 protected HashMap<Byte, Object> fieldData;
74 public void setContent(byte[] content, int start, int limit) {
75 fieldData = new HashMap<Byte, Object>();
77 byte alias = content[index];
82 byte type = cObj.aliasFields.get(alias).type;
102 case BinaryClassField.BYTE: {
256 "setContent(byte[] content)", "Exception", e);
296 public byte readByte(String name, byte defVal) throws IOException {
300 return ((Byte) fieldData.get(field.alias)).byteValue()
    [all...]
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java 125 public byte readByte(String name, byte defVal) throws IOException {
129 return Byte.parseByte(tmpString);
141 public byte[] readByteArray(String name, byte[] defVal) throws IOException {
162 byte[] tmp = new byte[strings.length];
164 tmp[i] = Byte.parseByte(strings[i]);
180 public byte[][] readByteArray2D(String name, byte[][] defVal) throws IOException
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 718 * Reads the exif tags from a byte array, clearing this ExifInterface
721 * @param jpeg a byte array containing a jpeg compressed image.
724 public void readExif(byte[] jpeg) throws IOException {
793 * @param jpeg a byte array containing a jpeg compressed image.
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 621 CALL_TYPE(jbyte, Byte)
671 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 718 * Reads the exif tags from a byte array, clearing this ExifInterface
721 * @param jpeg a byte array containing a jpeg compressed image.
724 public void readExif(byte[] jpeg) throws IOException {
793 * @param jpeg a byte array containing a jpeg compressed image.
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 718 * Reads the exif tags from a byte array, clearing this ExifInterface
721 * @param jpeg a byte array containing a jpeg compressed image.
724 public void readExif(byte[] jpeg) throws IOException {
793 * @param jpeg a byte array containing a jpeg compressed image.
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifInterface.java 718 * Reads the exif tags from a byte array, clearing this ExifInterface
721 * @param jpeg a byte array containing a jpeg compressed image.
724 public void readExif(byte[] jpeg) throws IOException {
793 * @param jpeg a byte array containing a jpeg compressed image.
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 718 * Reads the exif tags from a byte array, clearing this ExifInterface
721 * @param jpeg a byte array containing a jpeg compressed image.
724 public void readExif(byte[] jpeg) throws IOException {
793 * @param jpeg a byte array containing a jpeg compressed image.
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 634 CALL_TYPE(jbyte, Byte)
684 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]

Completed in 730 milliseconds

<<212223242526