Searched defs:BloomFilter (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/rappor/
H A Dbloom_filter.cc12 BloomFilter::BloomFilter(uint32_t bytes_size, function in class:rappor::BloomFilter
21 BloomFilter::~BloomFilter() {}
23 void BloomFilter::SetString(const std::string& str) {
39 void BloomFilter::SetBytesForTesting(const ByteVector& bytes) {
H A Dbloom_filter.h16 // BloomFilter is a simple Bloom filter for keeping track of a set of strings.
17 class BloomFilter { class in namespace:rappor
19 // Constructs a BloomFilter using |bytes_size| bytes of Bloom filter bits,
23 BloomFilter(uint32_t bytes_size,
26 ~BloomFilter();
47 DISALLOW_COPY_AND_ASSIGN(BloomFilter);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBloomFilter.h38 class BloomFilter { class in namespace:WTF
46 BloomFilter() { clear(); } function in class:WTF::BloomFilter
83 inline void BloomFilter<keyBits>::add(unsigned hash)
94 inline void BloomFilter<keyBits>::remove(unsigned hash)
108 inline void BloomFilter<keyBits>::clear()
115 bool BloomFilter<keyBits>::likelyEmpty() const
125 bool BloomFilter<keyBits>::isClear() const
137 using WTF::BloomFilter;
/external/guava/guava/src/com/google/common/hash/
H A DBloomFilter.java36 * @param <T> the type of instances that the {@code BloomFilter} accepts
42 public final class BloomFilter<T> implements Serializable { class in inherits:Serializable
60 /** The bit set of the BloomFilter (not necessarily power of 2!)*/
75 * Creates a BloomFilter.
77 private BloomFilter(BitArray bits, int numHashFunctions, Funnel<T> funnel, method in class:BloomFilter
95 * Puts an element into this {@code BloomFilter}. Ensures that subsequent invocations of
113 * Creates a {@code Builder} of a {@link BloomFilter BloomFilter<T>}, with the expected number
116 * <p>Note that overflowing a {@code BloomFilter} with significantly more elements
120 * <p>The constructed {@code BloomFilter<
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 5151 milliseconds