Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java87 HashCode fromBytes = HashCode.fromBytes(expected.bytes); in testFromBytes() local
/external/guava/guava/src/com/google/common/hash/
DHashCode.java244 public static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCode
/external/deqp/framework/common/
DtcuRGBA.hpp87 …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/
DChars.java324 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
DShorts.java332 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
DLongs.java303 public static long fromBytes(byte b1, byte b2, byte b3, byte b4, in fromBytes() method in Longs
DInts.java334 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { in fromBytes() method in Ints
/external/glide/library/src/main/java/com/bumptech/glide/
DRequestManager.java524 public DrawableTypeRequest<byte[]> fromBytes() { in fromBytes() method in RequestManager