HomeSort by relevance Sort by last modified time
    Searched refs:Byte (Results 201 - 225 of 236) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
jni.h 619 CALL_TYPE(jbyte, Byte)
669 CALL_NONVIRT_TYPE(jbyte, Byte)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 766 args = {java.lang.String.class, byte.class}
769 final byte expected = Byte.valueOf("1");
771 assertEquals(expected, mIntent.getByteExtra(TEST_EXTRA_NAME, Byte.valueOf("1")));
928 args = {java.lang.String.class, byte[].class}
931 final byte[] expected = TEST_ACTION.getBytes();
    [all...]
  /dalvik/vm/
CheckJni.cpp 53 * returns a byte array, things will fail in strange ways later on.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 76 "Boolean", "Byte", "Short", "Integer", "Long",
163 if (ec == Byte.TYPE)
164 clone_obj = ((byte []) obj).clone();
  /external/guava/src/com/google/common/primitives/
generate.sh 74 public static final int BYTES = WrapperCl.SIZE / Byte.SIZE;
290 * Returns a big-endian representation of {@code value} in a ?-element byte
293 * value {@code ?} would yield the byte array {@code {?}}.
301 public static byte[] toByteArray(primtyp value) {
302 return new byte[] {
310 * ByteBuffer.wrap(bytes).getPrimTyp()}. For example, the input byte array
320 public static primtyp fromByteArray(byte[] bytes) {
  /external/zlib/
trees.c     [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 73 * of primitive objects, which generally result in writing a 4-byte length
81 * <li> {@link #writeByteArray(byte[])},
82 * {@link #writeByteArray(byte[], int, int)}, {@link #readByteArray(byte[])},
343 public final native byte[] marshall();
348 public final native void unmarshall(byte[] data, int offest, int length);
366 * Write a byte array into the parcel at the current {@link #dataPosition},
370 public final void writeByteArray(byte[] b) {
375 * Write an byte array into the parcel at the current {@link #dataPosition},
378 * @param offset Index of first byte to be written
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 24 next_in: PChar; // next input byte
28 next_out: PChar; // next output byte should be put here
228 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 51 * If the length of a byte array to be sorted is greater than
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 274 || value instanceof Short || value instanceof Byte
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java     [all...]
  /external/icu4c/i18n/
decNumberLocal.h 69 #define Byte int8_t
126 /* References to multi-byte sequences under different sizes; these */
305 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */
306 /* (array) notation (the 0 word or byte contains the sign bit), */
465 /* extra byte is written to the right of the three digits because */
473 /* decode). Each DPD decode is 3 bytes BCD8 plus a one-byte */
474 /* length which is not used, here). Fixed-length 4-byte moves */
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 209 } else if (value instanceof byte[]){
210 prog.bindBlob(index, (byte[]) value);
236 } else if (obj instanceof byte[]) {
241 || obj instanceof Short || obj instanceof Byte) {
294 final byte[] value = cursor.getBlob(i);
408 byte [] arr = getCollationKeyInBytes(name);
422 byte [] arr = getCollationKeyInBytes(name);
427 private static int getKeyLen(byte[] arr) {
436 private static byte[] getCollationKeyInBytes(String name) {
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 82 private static final int INTEGER_BYTE_COUNT = Integer.SIZE / Byte.SIZE;
84 private static final byte[] EMPTY_DATA = new byte[0];
129 byte[] systemSettingsData = getSystemSettings();
130 byte[] secureSettingsData = getSecureSettings();
131 byte[] locale = mSettingsHelper.getLocaleData();
132 byte[] wifiSupplicantData = getWifiSupplicant(FILE_WIFI_SUPPLICANT);
133 byte[] wifiConfigData = getFileData(mWifiConfigFile);
176 byte[] localeData = new byte[size]
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 32 * objects as well as primitive data types (int, byte, char etc.). The data can
47 private static final byte NOT_SC_BLOCK_DATA = (byte) (SC_BLOCK_DATA ^ 0xFF);
149 * Puts the value of the byte field identified by {@code name} to the
157 public abstract void put(String name, byte value);
385 byte[] written = primitiveTypesBuffer.toByteArray();
392 output.writeByte((byte) toWrite);
628 * Writes {@code count} bytes from the byte array {@code buffer} starting at
635 * the index of the first byte in {@code buffer} to write.
643 public void write(byte[] buffer, int offset, int length) throws IOException
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 377 args = {byte[].class, int.class, int.class}
398 byte data[] = new byte[minBuffSize];
426 args = {byte[].class, int.class, int.class}
457 byte data[] = new byte[minBuffSize];
487 args = {byte[].class, int.class, int.class}
523 byte data[] = new byte[minBuffSize];
554 args = {byte[].class, int.class, int.class
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 104 0x01 Non-posted write byte (1-32 bytes)
106 0x04 Posted write byte (1-32 bytes)
108 0x10 Read byte (4 bytes)
227 0x40 64 Byte Sized Reads
264 0x01 Address mismatches (starting byte not the same)
  /external/doclava/src/com/google/doclava/
Stubs.java 685 if (("byte".equals(n) || "short".equals(n) || "int".equals(n) || "long".equals(n)
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 635 static final int BYTE = 2;
674 case BYTE:
732 case BYTE:
733 out.writeByte((Byte) this.value);
780 case BYTE:
781 return byte.class;
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 122 java.lang.Byte.class, // Types.TINYINT,
280 byte[] output = res.getBytes(1);
312 byte[] output = res.getBytes(1);
362 byte[] output = res.getBytes("value");
394 byte[] output = res.getBytes("value");
    [all...]
  /external/libpng/
pngrutil.c     [all...]
  /external/zlib/contrib/minizip/
zip.c 138 uInt pos_in_buffered_data; /* last written byte in buffered_data */
150 Byte buffered_data[Z_BUFSIZE];/* buffer contain compressed data to be writ*/
283 nbByte == 1, 2 ,4 or 8 (byte, short or long, ZPOS64_T)
643 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 1045 /* there should be at least one zero (the compression type byte)
    [all...]

Completed in 1636 milliseconds

1 2 3 4 5 6 7 8910