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

  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 164 HashCode hashBytes(byte[] input);
174 HashCode hashBytes(byte[] input, int off, int len);
AbstractStreamingHashFunction.java 48 @Override public HashCode hashBytes(byte[] input) {
52 @Override public HashCode hashBytes(byte[] input, int off, int len) {
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractNonStreamingHashFunctionTest.java 83 public HashCode hashBytes(byte[] input) {
88 public HashCode hashBytes(byte[] input, int off, int len) {
HashFunctionsTest.java 59 hashFunction.hashBytes(new byte[64], 0, 0);
62 hashFunction.hashBytes(new byte[128], -1, 128);
66 hashFunction.hashBytes(new byte[128], 64, 256 /* too long len */);
70 hashFunction.hashBytes(new byte[64], 0, -1);
HashTestUtils.java 47 int hashBytes = hashbits / 8;
50 byte[] hashes = new byte[hashBytes * 256];
57 System.arraycopy(hash, 0, hashes, i * hashBytes, hash.length);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 54 milliseconds