Searched defs:fromBytes (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashCodes.java106 static HashCode fromBytes(byte[] bytes) { method in class:HashCodes
/external/guava/guava/src/com/google/common/primitives/
H A DChars.java303 return fromBytes(bytes[0], bytes[1]);
314 public static char fromBytes(byte b1, byte b2) { method in class:Chars
H A DShorts.java309 return fromBytes(bytes[0], bytes[1]);
320 public static short fromBytes(byte b1, byte b2) { method in class:Shorts
H A DInts.java312 return fromBytes(bytes[0], bytes[1], bytes[2], bytes[3]);
323 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { method in class:Ints
H A DLongs.java287 return fromBytes(bytes[0], bytes[1], bytes[2], bytes[3],
299 public static long fromBytes(byte b1, byte b2, byte b3, byte b4, method in class:Longs
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRawHeaders.java304 public static RawHeaders fromBytes(InputStream in) throws IOException { method in class:RawHeaders
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 995 milliseconds