Home
last modified time | relevance | path

Searched defs:fromBytes (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashCodesTest.java68 HashCode fromBytes = HashCodes.fromBytes(expected.bytes); in testFromBytes() local
/external/guava/guava/src/com/google/common/hash/
DHashCodes.java106 static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCodes
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRawHeaders.java296 public static RawHeaders fromBytes(InputStream in) throws IOException { in fromBytes() method in RawHeaders
/external/guava/guava/src/com/google/common/primitives/
DChars.java314 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
DShorts.java320 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
DLongs.java299 public static long fromBytes(byte b1, byte b2, byte b3, byte b4, in fromBytes() method in Longs
DInts.java323 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { in fromBytes() method in Ints