HomeSort by relevance Sort by last modified time
    Searched refs:hash32 (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 132 HashCode hash32 = HashCodes.fromInt(32); local
133 assertEquals(hash32, Hashing.combineOrdered(ImmutableList.of(hash32)));
135 Hashing.combineOrdered(ImmutableList.of(hash32, hash32)));
137 Hashing.combineOrdered(ImmutableList.of(hash32, hash32, hash32)));
139 Hashing.combineOrdered(ImmutableList.of(hash31, hash32)).equals(
140 Hashing.combineOrdered(ImmutableList.of(hash32, hash31))))
182 HashCode hash32 = HashCodes.fromInt(32); local
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_field.cc 18 uint32 hash32 = ((hash_bin[0] & 0xFF) << 24) | local
23 return base::UintToString(hash32);

Completed in 36 milliseconds