HomeSort by relevance Sort by last modified time
    Searched defs:fromBytes (Results 1 - 10 of 10) sorted by null

  /external/guava/guava/src/com/google/common/hash/
HashCodes.java 106 static HashCode fromBytes(byte[] bytes) {
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 45 static <T> T fromBytes(byte[] bytes) {
52 Log.w(TAG, "fromBytes(): " + e);
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodesTest.java 68 HashCode fromBytes = HashCodes.fromBytes(expected.bytes);
69 assertExpectedHashCode(expected, fromBytes);
HashingTest.java 134 assertEquals(HashCodes.fromBytes(new byte[] { (byte) 0x80, 0, 0, 0 }),
136 assertEquals(HashCodes.fromBytes(new byte[] { (byte) 0xa0, 0, 0, 0 }),
  /external/guava/guava/src/com/google/common/primitives/
Chars.java 303 return fromBytes(bytes[0], bytes[1]);
314 public static char fromBytes(byte b1, byte b2) {
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) {
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,
Shorts.java 309 return fromBytes(bytes[0], bytes[1]);
320 public static short fromBytes(byte b1, byte b2) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 117 milliseconds