Searched defs:fromBytes (Results 1 – 7 of 7) sorted by relevance
| /external/guava/guava-tests/test/com/google/common/hash/ |
| D | HashCodesTest.java | 68 HashCode fromBytes = HashCodes.fromBytes(expected.bytes); in testFromBytes() local
|
| /external/guava/guava/src/com/google/common/hash/ |
| D | HashCodes.java | 106 static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCodes
|
| /external/deqp/framework/common/ |
| D | tcuRGBA.hpp | 87 …static RGBA fromBytes (const deUint8* bytes) { return RGBA(bytes[0], bytes[1], bytes[2], bytes[… in fromBytes() function in tcu::RGBA
|
| /external/guava/guava/src/com/google/common/primitives/ |
| D | Chars.java | 314 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
|
| D | Shorts.java | 320 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
|
| D | Longs.java | 299 public static long fromBytes(byte b1, byte b2, byte b3, byte b4, in fromBytes() method in Longs
|
| D | Ints.java | 323 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { in fromBytes() method in Ints
|