HomeSort by relevance Sort by last modified time
    Searched refs:Bytes (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
IndexedPKIXParameters.java 41 final Map<Bytes, TrustAnchor> encodings
42 = new HashMap<Bytes, TrustAnchor>();
56 Bytes encoded = new Bytes(cert.getEncoded());
105 Bytes encoded = new Bytes(cert.getEncoded());
131 Bytes encoded = new Bytes(cert.getEncoded());
143 static class Bytes {
144 final byte[] bytes; field in class:IndexedPKIXParameters.Bytes
    [all...]
  /external/elfutils/libelf/
gelf_xlate.c 67 #define INLINE2(Bytes, FName, TName) \
68 INLINE3 (Bytes, FName, TName)
69 #define INLINE3(Bytes, FName, TName) \
75 word##Bytes##_t *tdest = (word##Bytes##_t *) dest; \
76 const word##Bytes##_t *tptr = (const word##Bytes##_t *) ptr; \
79 *tdest++ = LEN##Bytes##_SWAP (tptr); \
85 word##Bytes##_t *tdest = (word##Bytes##_t *) dest + n;
    [all...]
  /external/guava/src/com/google/common/primitives/
Bytes.java 36 * bytes as neither signed nor unsigned</i>. The methods which specifically
37 * treat bytes as signed or unsigned are found in {@link SignedBytes} and {@link
44 public final class Bytes {
45 private Bytes() {}
291 && Bytes.indexOf(array, (Byte) target, start, end) != -1;
297 int i = Bytes.indexOf(array, (Byte) target, start, end);
308 int i = Bytes.lastIndexOf(array, (Byte) target, start, end);
356 result = 31 * result + Bytes.hashCode(array[i]);
  /sdk/emulator/mksdcard/
mksdcard.c 48 typedef Byte* Bytes;
50 #define BYTE_(p,i) (((Bytes)(p))[(i)])
109 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label )
164 fat_init( Bytes fat )
173 write_sector( FILE* file, Bytes sector )
201 fprintf(stderr, " if <size> is a simple integer, it specifies a size in bytes\n" );
  /development/samples/NFCDemo/src/com/example/android/nfc/simulator/
FakeTagsActivity.java 30 import com.google.common.primitives.Bytes;
54 final byte[] data = Bytes.concat(new byte[] {(byte) status}, langBytes, textBytes);
71 public TagDescription(String title, byte[] bytes) {
74 msgs = new NdefMessage[] {new NdefMessage(bytes)};
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
UriRecord.java 29 import com.google.common.primitives.Bytes;
143 Bytes.concat(prefix.getBytes(Charset.forName("UTF-8")), Arrays.copyOfRange(payload, 1,
  /packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java 22 import com.google.common.primitives.Bytes;
141 byte[] data = Bytes.concat(
UriRecord.java 26 import com.google.common.primitives.Bytes;
240 byte[] fullUri = Bytes.concat(
266 * We prepend 0x00 to the bytes of the URI to indicate that this
275 byte[] payload = Bytes.concat(new byte[] { 0x00 }, uriBytes);
  /external/giflib/
gifalloc.c 270 ep->Bytes = (char *)malloc(ep->ByteCount);
271 if (ep->Bytes == NULL)
275 memcpy(ep->Bytes, ExtData, Len);
292 (void)free((char *)ep->Bytes);
gif_lib.h 118 * Returns count of bytes written. (MRB)
282 char *Bytes; /* on malloc(3) heap */
  /external/skia/src/images/
SkMovie_gif.cpp 74 const uint8_t* b = (const uint8_t*)image->ExtensionBlocks[j].Bytes;
156 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
158 transparent = (unsigned char)eb->Bytes[3];
SkImageDecoder_libgif.cpp 139 if (eb->Bytes[0] & 1) {
140 transpIndex = (unsigned char)eb->Bytes[3];
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 408 UnicodeString.MaximumLength = sizeof(Buffer); // in bytes!!!
893 IN ULONG Bytes,
906 ASSERT(0 == (Bytes % 512));
917 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
922 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
948 IN ULONG Bytes,
953 return _BlockIo(Handle, Offset, Bytes, (PCHAR)Buffer, FALSE, Errno);
961 IN ULONG Bytes,
966 return _BlockIo(Handle, Offset, Bytes, Buffer, TRUE, Errno);
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 21 import com.google.common.primitives.Bytes;
66 byte[] data = Bytes.concat(
112 public TagDescription(String title, byte[] bytes) {
115 NdefMessage[] msgs = new NdefMessage[] { new NdefMessage(bytes) };
  /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/libvpx/examples/includes/geshi/geshi/
rails.php 243 'ActiveSupport::CoreExtensions::Numeric::Bytes',
  /external/iproute2/doc/
ip-cref.tex 465 sequence of hexadecimal bytes separated by colons, but some link
489 RX: bytes packets errors dropped overrun mcast
491 TX: bytes packets errors dropped carrier collsns
498 \item \verb|bytes| --- the total number of bytes received or transmitted
531 RX: bytes packets errors dropped overrun mcast
535 TX: bytes packets errors dropped carrier collsns
    [all...]

Completed in 133 milliseconds