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

  /external/guava/guava-tests/test/com/google/common/hash/
BloomFilterTest.java 39 * Tests for SimpleGenericBloomFilter and derived BloomFilter views.
54 // BloomFilter.create(Funnels.unencodedCharsFunnel(), 244412641, 1e-11);
59 BloomFilter<String> bf = BloomFilter.create(
100 BloomFilter<String> bf = BloomFilter.create(
141 BloomFilter<String> bf = BloomFilter.create(
186 checkSanity(BloomFilter.create(HashTestUtils.BAD_FUNNEL, expectedInsertions, fpr));
193 BloomFilter.create(Funnels.unencodedCharsFunnel(), -1)
    [all...]
  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 43 * <a href="http://llimllib.github.com/bloomfilter-tutorial/">tutorial</a> may help you understand
48 * has not actually been put in the {@code BloomFilter}.
56 * @param <T> the type of instances that the {@code BloomFilter} accepts
62 public final class BloomFilter<T> implements Predicate<T>, Serializable {
85 * Identifier used to encode this strategy, when marshalled as part of a BloomFilter.
94 /** The bit set of the BloomFilter (not necessarily power of 2!)*/
109 * Creates a BloomFilter.
111 private BloomFilter(BitArray bits, int numHashFunctions, Funnel<? super T> funnel,
124 * Creates a new {@code BloomFilter} that's a copy of this instance. The new instance is equal to
129 public BloomFilter<T> copy()
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/cldr/tools/java/libs/
guava.jar 

Completed in 2415 milliseconds