/external/guava/guava/src/com/google/common/hash/ |
D | Funnels.java | 35 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 …]
|
D | BloomFilter.java | 81 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 …]
|
D | BloomFilterStrategies.java | 48 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()
|
D | Funnel.java | 46 public interface Funnel<T> extends Serializable { interface
|
D | HashFunction.java | 214 <T> HashCode hashObject(T instance, Funnel<? super T> funnel); in hashObject()
|
D | Hasher.java | 122 <T> Hasher putObject(T instance, Funnel<? super T> funnel); in putObject()
|
D | AbstractHashFunction.java | 32 public <T> HashCode hashObject(T instance, Funnel<? super T> funnel) { in hashObject()
|
D | AbstractHasher.java | 117 public <T> Hasher putObject(T instance, Funnel<? super T> funnel) { in putObject()
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | Funnels.java | 35 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 …]
|
D | BloomFilter.java | 80 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 …]
|
D | BloomFilterStrategies.java | 48 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()
|
D | Funnel.java | 46 public interface Funnel<T> extends Serializable { interface
|
D | HashFunction.java | 214 <T> HashCode hashObject(T instance, Funnel<? super T> funnel); in hashObject()
|
D | Hasher.java | 122 <T> Hasher putObject(T instance, Funnel<? super T> funnel); in putObject()
|
D | AbstractHashFunction.java | 32 public <T> HashCode hashObject(T instance, Funnel<? super T> funnel) { in hashObject()
|
D | AbstractHasher.java | 117 public <T> Hasher putObject(T instance, Funnel<? super T> funnel) { in putObject()
|
D | AbstractCompositeHashFunction.java | 180 public <T> Hasher putObject(T instance, Funnel<? super T> funnel) { in fromHashers()
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | StringMapFunnel.java | 19 import com.google.common.hash.Funnel; 28 enum StringMapFunnel implements Funnel<Map<String, String>> {
|
D | Host.java | 26 import com.google.common.hash.Funnel; 93 enum HostFunnel implements Funnel<Host> {
|
D | VmSpec.java | 24 import com.google.common.hash.Funnel; 91 enum VmSpecFunnel implements Funnel<VmSpec> {
|
D | BenchmarkSpec.java | 26 import com.google.common.hash.Funnel; 106 enum BenchmarkSpecFunnel implements Funnel<BenchmarkSpec> {
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | FunnelsTest.java | 97 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/ |
D | FunnelsTest.java | 97 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/ |
D | B21331232.output | 11 T object, Funnel<? super T> funnels, int numHashFunctions, BitArray bits);
|
D | B21331232.input | 12 …<T> boolean mightContain(T object, Funnel<? super T> funnels, int numHashFunctions, BitArray bits);
|