Home
last modified time | relevance | path

Searched refs:Funnel (Results 1 – 25 of 45) sorted by relevance

12

/external/guava/guava/src/com/google/common/hash/
DFunnels.java35 public static Funnel<byte[]> byteArrayFunnel() { in byteArrayFunnel()
39 private enum ByteArrayFunnel implements Funnel<byte[]> {
60 public static Funnel<CharSequence> unencodedCharsFunnel() { in unencodedCharsFunnel()
64 private enum UnencodedCharsFunnel implements Funnel<CharSequence> {
84 public static Funnel<CharSequence> stringFunnel(Charset charset) { in stringFunnel()
88 private static class StringCharsetFunnel implements Funnel<CharSequence>, Serializable {
143 public static Funnel<Integer> integerFunnel() { in integerFunnel()
147 private enum IntegerFunnel implements Funnel<Integer> {
167 public static <E> Funnel<Iterable<? extends E>> sequentialFunnel(Funnel<E> elementFunnel) { in sequentialFunnel()
171 private static class SequentialFunnel<E> implements Funnel<Iterable<? extends E>>, Serializable {
[all …]
DBloomFilter.java81 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits); in put()
88 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits); in mightContain()
107 private final Funnel<? super T> funnel;
114 LockFreeBitArray bits, int numHashFunctions, Funnel<? super T> funnel, Strategy strategy) { in BloomFilter()
312 Funnel<? super T> funnel, long expectedInsertions) { in toBloomFilter()
339 Funnel<? super T> funnel, long expectedInsertions, double fpp) { in toBloomFilter()
377 Funnel<? super T> funnel, int expectedInsertions, double fpp) { in create()
403 Funnel<? super T> funnel, long expectedInsertions, double fpp) { in create()
409 Funnel<? super T> funnel, long expectedInsertions, double fpp, Strategy strategy) { in create()
453 public static <T> BloomFilter<T> create(Funnel<? super T> funnel, int expectedInsertions) {
[all …]
DBloomFilterStrategies.java48 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_32()
68 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_32()
96 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_64()
114 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_64()
DFunnel.java46 public interface Funnel<T> extends Serializable { interface
DHashFunction.java214 <T> HashCode hashObject(T instance, Funnel<? super T> funnel); in hashObject()
DHasher.java122 <T> Hasher putObject(T instance, Funnel<? super T> funnel); in putObject()
DAbstractHashFunction.java32 public <T> HashCode hashObject(T instance, Funnel<? super T> funnel) { in hashObject()
DAbstractHasher.java117 public <T> Hasher putObject(T instance, Funnel<? super T> funnel) { in putObject()
/external/guava/android/guava/src/com/google/common/hash/
DFunnels.java35 public static Funnel<byte[]> byteArrayFunnel() { in byteArrayFunnel()
39 private enum ByteArrayFunnel implements Funnel<byte[]> {
60 public static Funnel<CharSequence> unencodedCharsFunnel() { in unencodedCharsFunnel()
64 private enum UnencodedCharsFunnel implements Funnel<CharSequence> {
84 public static Funnel<CharSequence> stringFunnel(Charset charset) { in stringFunnel()
88 private static class StringCharsetFunnel implements Funnel<CharSequence>, Serializable {
143 public static Funnel<Integer> integerFunnel() { in integerFunnel()
147 private enum IntegerFunnel implements Funnel<Integer> {
167 public static <E> Funnel<Iterable<? extends E>> sequentialFunnel(Funnel<E> elementFunnel) { in sequentialFunnel()
171 private static class SequentialFunnel<E> implements Funnel<Iterable<? extends E>>, Serializable {
[all …]
DBloomFilter.java80 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits); in put()
87 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits); in mightContain()
106 private final Funnel<? super T> funnel;
113 LockFreeBitArray bits, int numHashFunctions, Funnel<? super T> funnel, Strategy strategy) { in BloomFilter()
310 Funnel<? super T> funnel, int expectedInsertions, double fpp) { in create()
336 Funnel<? super T> funnel, long expectedInsertions, double fpp) { in create()
342 Funnel<? super T> funnel, long expectedInsertions, double fpp, Strategy strategy) { in create()
386 public static <T> BloomFilter<T> create(Funnel<? super T> funnel, int expectedInsertions) {
410 public static <T> BloomFilter<T> create(Funnel<? super T> funnel, long expectedInsertions) {
466 final Funnel<? super T> funnel;
[all …]
DBloomFilterStrategies.java48 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_32()
68 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_32()
96 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_64()
114 T object, Funnel<? super T> funnel, int numHashFunctions, LockFreeBitArray bits) { in MURMUR128_MITZ_64()
DFunnel.java46 public interface Funnel<T> extends Serializable { interface
DHashFunction.java214 <T> HashCode hashObject(T instance, Funnel<? super T> funnel); in hashObject()
DHasher.java122 <T> Hasher putObject(T instance, Funnel<? super T> funnel); in putObject()
DAbstractHashFunction.java32 public <T> HashCode hashObject(T instance, Funnel<? super T> funnel) { in hashObject()
DAbstractHasher.java117 public <T> Hasher putObject(T instance, Funnel<? super T> funnel) { in putObject()
DAbstractCompositeHashFunction.java180 public <T> Hasher putObject(T instance, Funnel<? super T> funnel) { in fromHashers()
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DStringMapFunnel.java19 import com.google.common.hash.Funnel;
28 enum StringMapFunnel implements Funnel<Map<String, String>> {
DHost.java26 import com.google.common.hash.Funnel;
93 enum HostFunnel implements Funnel<Host> {
DVmSpec.java24 import com.google.common.hash.Funnel;
91 enum VmSpecFunnel implements Funnel<VmSpec> {
DBenchmarkSpec.java26 import com.google.common.hash.Funnel;
106 enum BenchmarkSpecFunnel implements Funnel<BenchmarkSpec> {
/external/guava/guava-tests/test/com/google/common/hash/
DFunnelsTest.java97 Funnel<Object> elementFunnel = mock(Funnel.class); in testSequential()
99 Funnel<Iterable<?>> sequential = Funnels.sequentialFunnel(elementFunnel); in testSequential()
108 private static void assertNullsThrowException(Funnel<?> funnel) { in assertNullsThrowException()
/external/guava/android/guava-tests/test/com/google/common/hash/
DFunnelsTest.java97 Funnel<Object> elementFunnel = mock(Funnel.class); in testSequential()
99 Funnel<Iterable<?>> sequential = Funnels.sequentialFunnel(elementFunnel); in testSequential()
108 private static void assertNullsThrowException(Funnel<?> funnel) { in assertNullsThrowException()
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DB21331232.output11 T object, Funnel<? super T> funnels, int numHashFunctions, BitArray bits);
DB21331232.input12 …<T> boolean mightContain(T object, Funnel<? super T> funnels, int numHashFunctions, BitArray bits);

12