Home
last modified time | relevance | path

Searched refs:checkNo2BitCharacteristics (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java50 HashTestUtils.checkNo2BitCharacteristics(Hashing.md5()); in testMd5()
58 HashTestUtils.checkNo2BitCharacteristics(Hashing.sha1()); in testSha1()
66 HashTestUtils.checkNo2BitCharacteristics(Hashing.sha256()); in testSha256()
74 HashTestUtils.checkNo2BitCharacteristics(Hashing.sha512()); in testSha512()
93 HashTestUtils.checkNo2BitCharacteristics(Hashing.murmur3_128()); in testMurmur3_128()
102 HashTestUtils.checkNo2BitCharacteristics(Hashing.murmur3_32()); in testMurmur3_32()
111 HashTestUtils.checkNo2BitCharacteristics(Hashing.sipHash24()); in testSipHash24()
130 HashTestUtils.checkNo2BitCharacteristics(Hashing.goodFastHash(32)); in testGoodFastHash32()
139 HashTestUtils.checkNo2BitCharacteristics(Hashing.goodFastHash(128)); in testGoodFastHash128()
148 HashTestUtils.checkNo2BitCharacteristics(Hashing.goodFastHash(256)); in testGoodFastHash256()
DHashTestUtils.java328 static void checkNo2BitCharacteristics(HashFunction function) { in checkNo2BitCharacteristics() method in HashTestUtils