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

  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 46 HashCode hashcode1 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
47 HashCode hashcode2 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
BloomFilterTest.java 24 checkSanity(BloomFilter.create(HashTestUtils.BAD_FUNNEL, expectedInsertions, fpr));
HashTestUtils.java 78 static final Funnel<Object> BAD_FUNNEL = new Funnel<Object>() {

Completed in 1953 milliseconds