- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for assertIndependentHashers (0.14 sec)
-
guava-tests/test/com/google/common/hash/HashTestUtils.java
hashcodes.add(hashcode1); } assertThat((double) hashcodes.size()).isGreaterThan(objects * 0.95); // quite relaxed test assertHashBytesThrowsCorrectExceptions(hashFunction); assertIndependentHashers(hashFunction); assertShortcutsAreEquivalent(hashFunction, 512); } static void assertHashByteBufferInvariants(HashFunction hashFunction) { assertHashByteBufferMatchesBytes(hashFunction);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:19:59 UTC 2025 - 25.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/HashTestUtils.java
hashcodes.add(hashcode1); } assertThat((double) hashcodes.size()).isGreaterThan(objects * 0.95); // quite relaxed test assertHashBytesThrowsCorrectExceptions(hashFunction); assertIndependentHashers(hashFunction); assertShortcutsAreEquivalent(hashFunction, 512); } static void assertHashByteBufferInvariants(HashFunction hashFunction) { assertHashByteBufferMatchesBytes(hashFunction);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:19:59 UTC 2025 - 25.6K bytes - Viewed (0)