HomeSort by relevance Sort by last modified time
    Searched refs:BYTES (Results 1 - 25 of 26) sorted by null

1 2

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 162 new EventValueDescription("Freed Bytes", EventValueType.LONG, ValueType.BYTES),
163 new EventValueDescription("Soft Limit", EventValueType.LONG, ValueType.BYTES),
165 ValueType.BYTES),
167 ValueType.BYTES),
170 new EventValueDescription("Allocated Bytes (aggregate)", EventValueType.LONG,
171 ValueType.BYTES),
172 new EventValueDescription("Actual Size", EventValueType.LONG, ValueType.BYTES),
173 new EventValueDescription("Allowed Size", EventValueType.LONG, ValueType.BYTES),
176 new EventValueDescription("Allocated Bytes", EventValueType.LONG
    [all...]
EventValueDescription.java 42 BYTES(2),
102 * {@link #mValueType} is set to {@link ValueType#BYTES} by default. It set to
111 mValueType = ValueType.BYTES;
  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 57 /** Assert that actual equals the first len bytes of expected. */
65 /** Assert that actual equals the first len bytes of expected. */
73 /** Assert that actual equals the first len bytes of expected. */
123 private static final byte[] BYTES = { (byte) 0xff, (byte) 0xee, (byte) 0xdd,
128 assertEquals(BYTES, 0, Base64.decode("", 0));
129 assertEquals(BYTES, 1, Base64.decode("/w==", 0));
130 assertEquals(BYTES, 2, Base64.decode("/+4=", 0));
131 assertEquals(BYTES, 3, Base64.decode("/+7d", 0));
132 assertEquals(BYTES, 4, Base64.decode("/+7dzA==", 0));
133 assertEquals(BYTES, 5, Base64.decode("/+7dzLs=", 0))
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/provider/
TagContract.java 61 public static final String BYTES = "bytes";
79 values.put(BYTES, msg.toByteArray());
TagDBHelper.java 52 NdefMessages.BYTES + " BLOB NOT NULL, " +
TagProvider.java 65 .put(NdefMessages.BYTES, NdefMessages.BYTES)
255 new String[] { NdefMessages.BYTES }, "_id=?",
  /external/oprofile/libop/
op_xml_out.h 43 BYTES_TABLE, BYTES,
  /external/guava/src/com/google/common/primitives/
Chars.java 48 * The number of bytes required to represent a primitive {@code char}
51 public static final int BYTES = Character.SIZE / Byte.SIZE;
286 * stored in the first 2 bytes of {@code bytes}; equivalent to {@code
287 * ByteBuffer.wrap(bytes).getChar()}. For example, the input byte array
293 * @throws IllegalArgumentException if {@code bytes} has fewer than 2
297 public static char fromByteArray(byte[] bytes) {
298 checkArgument(bytes.length >= BYTES,
299 "array too small: %s < %s", bytes.length, BYTES)
    [all...]
Ints.java 48 * The number of bytes required to represent a primitive {@code int}
51 public static final int BYTES = Integer.SIZE / Byte.SIZE;
290 * the first 4 bytes of {@code bytes}; equivalent to {@code
291 * ByteBuffer.wrap(bytes).getInt()}. For example, the input byte array {@code
300 * @throws IllegalArgumentException if {@code bytes} has fewer than 4 elements
303 public static int fromByteArray(byte[] bytes) {
304 checkArgument(bytes.length >= BYTES,
305 "array too small: %s < %s", bytes.length, BYTES)
    [all...]
Longs.java 48 * The number of bytes required to represent a primitive {@code long}
51 public static final int BYTES = Long.SIZE / Byte.SIZE;
262 * stored in the first 8 bytes of {@code bytes}; equivalent to {@code
263 * ByteBuffer.wrap(bytes).getLong()}. For example, the input byte array
272 * @throws IllegalArgumentException if {@code bytes} has fewer than 8
276 public static long fromByteArray(byte[] bytes) {
277 checkArgument(bytes.length >= BYTES,
278 "array too small: %s < %s", bytes.length, BYTES)
    [all...]
Shorts.java 48 * The number of bytes required to represent a primitive {@code short}
51 public static final int BYTES = Short.SIZE / Byte.SIZE;
286 * stored in the first ? bytes of {@code bytes}; equivalent to {@code
287 * ByteBuffer.wrap(bytes).getShort()}. For example, the input byte array
293 * @throws IllegalArgumentException if {@code bytes} has fewer than ?
297 public static short fromByteArray(byte[] bytes) {
298 checkArgument(bytes.length >= BYTES,
299 "array too small: %s < %s", bytes.length, BYTES)
    [all...]
generate.sh 71 * The number of bytes required to represent a primitive {@code primtyp}
74 public static final int BYTES = WrapperCl.SIZE / Byte.SIZE;
309 * stored in the first ? bytes of {@code bytes}; equivalent to {@code
310 * ByteBuffer.wrap(bytes).getPrimTyp()}. For example, the input byte array
316 * @throws IllegalArgumentException if {@code bytes} has fewer than ?
320 public static primtyp fromByteArray(byte[] bytes) {
321 checkArgument(bytes.length >= BYTES,
322 "array too small: %s < %s", bytes.length, BYTES)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 125 BYTES (JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) {
FieldSet.java 444 case BYTES : return input.readBytes ();
546 case BYTES : output.writeBytesNoTag ((ByteString ) value); break;
623 * Compute the number of bytes that would be needed to encode a
644 * Compute the number of bytes that would be needed to encode a
669 case BYTES : return CodedOutputStream.computeBytesSizeNoTag ((ByteString )value);
686 * Compute the number of bytes needed to encode a particular field.
TextFormat.java 231 case BYTES:
709 * the given list. String literals (whether bytes or text) may come in
    [all...]
Descriptors.java 256 // serialized form. So, if we convert it to bytes in ISO-8859-1, we
257 // should get the original bytes that we want.
829 BYTES (JavaType.BYTE_STRING),
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/
WriteTagActivity.java 57 new String[] { NdefMessages.TITLE, NdefMessages.BYTES },
156 setStatus("Tag capacity is " + ndef.getMaxSize() + " bytes, message is " +
157 mSize + " bytes.", false);
EditTagActivity.java 186 NdefMessages.BYTES
TagViewer.java 320 NdefMessages.BYTES, // 0
MyTagList.java 209 NdefMessages.BYTES, // 3
  /system/core/libcutils/
mq.c 55 /** Listens for bytes coming from remote peers. */
56 typedef void BytesListener(Credentials credentials, char* bytes, size_t size);
72 /** A generic packet of bytes. */
73 BYTES,
83 /** Reading bytes. */
92 /** Packet size. Used for BYTES. */
110 /** Buffer of bytes. Used with BYTES. */
111 Buffer* bytes; member in union:OutgoingPacket::__anon17387
460 /** Writes packet bytes to peer. *
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 390 HANDLE_TYPE( BYTES, Bytes, string);
419 HANDLE_TYPE( BYTES, Bytes, *string_value);
extension_set.cc     [all...]
  /external/dropbear/libtommath/mtest/
mpi.h 189 #define BYTES CHAR_BIT

Completed in 709 milliseconds

1 2