Home
last modified time | relevance | path

Searched defs:hashFunction (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/
H A DHashTestUtils.java63 static void verifyHashFunction(HashFn hashFunction, int hashbits, int expected) { in verifyHashFunction()
469 static void assertInvariants(HashFunction hashFunction) { in assertInvariants()
489 static void assertHashByteBufferInvariants(HashFunction hashFunction) { in assertHashByteBufferInvariants()
496 static void assertHashByteBufferMatchesBytes(HashFunction hashFunction) { in assertHashByteBufferMatchesBytes()
503 static void assertHashByteBufferExhaustsBuffer(HashFunction hashFunction) { in assertHashByteBufferExhaustsBuffer()
512 static void assertHashByteBufferPreservesByteOrder(HashFunction hashFunction) { in assertHashByteBufferPreservesByteOrder()
523 static void assertHasherByteBufferPreservesByteOrder(HashFunction hashFunction) { in assertHasherByteBufferPreservesByteOrder()
536 static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) { in assertHashBytesThrowsCorrectExceptions()
558 static void assertIndependentHashers(HashFunction hashFunction) { in assertIndependentHashers()
578 static HashCode randomHash(HashFunction hashFunction, Random random, int numActions) { in randomHash()
[all …]
H A DHashFunctionEnum.java47 private final HashFunction hashFunction; field in HashFunctionEnum
49 private HashFunctionEnum(HashFunction hashFunction) { in HashFunctionEnum()
H A DHashingOutputStreamTest.java33 private HashFunction hashFunction; field in HashingOutputStreamTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/
H A DHashTestUtils.java63 static void verifyHashFunction(HashFn hashFunction, int hashbits, int expected) { in verifyHashFunction()
469 static void assertInvariants(HashFunction hashFunction) { in assertInvariants()
489 static void assertHashByteBufferInvariants(HashFunction hashFunction) { in assertHashByteBufferInvariants()
496 static void assertHashByteBufferMatchesBytes(HashFunction hashFunction) { in assertHashByteBufferMatchesBytes()
503 static void assertHashByteBufferExhaustsBuffer(HashFunction hashFunction) { in assertHashByteBufferExhaustsBuffer()
512 static void assertHashByteBufferPreservesByteOrder(HashFunction hashFunction) { in assertHashByteBufferPreservesByteOrder()
523 static void assertHasherByteBufferPreservesByteOrder(HashFunction hashFunction) { in assertHasherByteBufferPreservesByteOrder()
536 static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) { in assertHashBytesThrowsCorrectExceptions()
558 static void assertIndependentHashers(HashFunction hashFunction) { in assertIndependentHashers()
578 static HashCode randomHash(HashFunction hashFunction, Random random, int numActions) { in randomHash()
[all …]
H A DHashFunctionEnum.java47 private final HashFunction hashFunction; field in HashFunctionEnum
49 private HashFunctionEnum(HashFunction hashFunction) { in HashFunctionEnum()
H A DHashingOutputStreamTest.java33 private HashFunction hashFunction; field in HashingOutputStreamTest
/aosp_15_r20/external/setfilters/java/com/google/setfilters/cuckoofilter/
H A DCuckooFilterConfig.java33 private final HashFunction hashFunction; field in CuckooFilterConfig
38 Size size, HashFunction hashFunction, Strategy strategy, boolean useSpaceOptimization) { in CuckooFilterConfig()
49 public HashFunction hashFunction() { in hashFunction() method in CuckooFilterConfig
68 private HashFunction hashFunction; field in CuckooFilterConfig.Builder
81 public Builder setHashFunction(HashFunction hashFunction) { in setHashFunction()
352 long fingerprint, int bucketIndex, int bucketCount, HashFunction hashFunction); in computeOtherBucketIndex()
H A DCuckooFilterStrategies.java56 CuckooFilterConfig.HashFunction hashFunction) { in SIMPLE_MOD()
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/hash/
H A DHashFunctionBenchmark.java56 HashFunction hashFunction = hashFunctionEnum.getHashFunction(); in hasher() local
65 int hashFunction(int reps) { in hashFunction() method in HashFunctionBenchmark
66 HashFunction hashFunction = hashFunctionEnum.getHashFunction(); in hashFunction() local
76 HashFunction hashFunction = hashFunctionEnum.getHashFunction(); in hashFunctionWithOffset() local
H A DChecksumBenchmark.java99 private byte runHashFunction(int reps, HashFunction hashFunction) { in runHashFunction()
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/hash/
H A DHashFunctionBenchmark.java56 HashFunction hashFunction = hashFunctionEnum.getHashFunction(); in hasher() local
65 int hashFunction(int reps) { in hashFunction() method in HashFunctionBenchmark
66 HashFunction hashFunction = hashFunctionEnum.getHashFunction(); in hashFunction() local
76 HashFunction hashFunction = hashFunctionEnum.getHashFunction(); in hashFunctionWithOffset() local
H A DChecksumBenchmark.java99 private byte runHashFunction(int reps, HashFunction hashFunction) { in runHashFunction()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DHashNames.cpp21 ImmutableString HashName(const ImmutableString &name, ShHashFunction64 hashFunction) in HashName()
58 ShHashFunction64 hashFunction, in HashName()
85 ImmutableString HashName(const TSymbol *symbol, ShHashFunction64 hashFunction, NameMap *nameMap) in HashName()
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DHost.java72 private void initHash(HashFunction hashFunction) { in initHash()
103 private HashFunction hashFunction = getPersistentHashFunction(); field in Host.Builder
119 @VisibleForTesting public Builder hashFunctionForTesting(HashFunction hashFunction) { in hashFunctionForTesting()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java60 private MacAddress calculatePersistentMacInternal(String key, Mac hashFunction) { in calculatePersistentMacInternal()
91 Mac hashFunction = getCachedHashFunction(alias); in calculatePersistentMacWithCachedHash() local
/aosp_15_r20/external/setfilters/javatests/com/google/setfilters/cuckoofilter/
H A DCuckooFilterConfigTest.java54 CuckooFilterConfig.HashFunction hashFunction) { in computeOtherBucketIndex()
80 CuckooFilterConfig.HashFunction hashFunction = config.hashFunction(); in build_buildsCuckooFilterConfig() local
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DByteSource.java338 public HashCode hash(HashFunction hashFunction) throws IOException { in hash()
638 public HashCode hash(HashFunction hashFunction) throws IOException { in hash()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DByteSource.java338 public HashCode hash(HashFunction hashFunction) throws IOException { in hash()
638 public HashCode hash(HashFunction hashFunction) throws IOException { in hash()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DUtilsMSL.cpp297 ImmutableString GetMetalTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetMetalTypeName()
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DHashingOutputStream.java45 public HashingOutputStream(HashFunction hashFunction, OutputStream out) { in HashingOutputStream()
H A DHashingInputStream.java42 public HashingInputStream(HashFunction hashFunction, InputStream in) { in HashingInputStream()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DHashingOutputStream.java45 public HashingOutputStream(HashFunction hashFunction, OutputStream out) { in HashingOutputStream()
H A DHashingInputStream.java42 public HashingInputStream(HashFunction hashFunction, InputStream in) { in HashingInputStream()
/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Dhkdf_kdf.go31 hashFunction crypto.Hash member
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DLazyDelegateByteSource.java138 public HashCode hash(HashFunction hashFunction) throws IOException { in hash()

12345678910>>...15