Searched defs:fromBytes (Results 1 - 10 of 10) sorted by relevance
/external/guava/guava/src/com/google/common/hash/ |
H A D | HashCodes.java | 106 static HashCode fromBytes(byte[] bytes) { method in class:HashCodes
|
/external/deqp/framework/common/ |
H A D | tcuRGBA.hpp | 87 static RGBA fromBytes (const deUint8* bytes) { return RGBA(bytes[0], bytes[1], bytes[2], bytes[3]); } function in class:tcu::RGBA
|
/external/guava/guava/src/com/google/common/primitives/ |
H A D | Chars.java | 303 return fromBytes(bytes[0], bytes[1]); 314 public static char fromBytes(byte b1, byte b2) { method in class:Chars
|
H A D | Shorts.java | 309 return fromBytes(bytes[0], bytes[1]); 320 public static short fromBytes(byte b1, byte b2) { method in class:Shorts
|
H A D | Ints.java | 312 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 D | Longs.java | 287 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/robolectric/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
Completed in 3187 milliseconds