HomeSort by relevance Sort by last modified time
    Searched defs:Bytes (Results 1 - 4 of 4) 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/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" );
  /external/giflib/
gif_lib.h 118 * Returns count of bytes written. (MRB)
282 char *Bytes; /* on malloc(3) heap */

Completed in 55 milliseconds