/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/ |
H A D | HashTestUtils.java | 63 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 D | HashFunctionEnum.java | 47 private final HashFunction hashFunction; field in HashFunctionEnum 49 private HashFunctionEnum(HashFunction hashFunction) { in HashFunctionEnum()
|
H A D | HashingOutputStreamTest.java | 33 private HashFunction hashFunction; field in HashingOutputStreamTest
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | HashTestUtils.java | 63 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 D | HashFunctionEnum.java | 47 private final HashFunction hashFunction; field in HashFunctionEnum 49 private HashFunctionEnum(HashFunction hashFunction) { in HashFunctionEnum()
|
H A D | HashingOutputStreamTest.java | 33 private HashFunction hashFunction; field in HashingOutputStreamTest
|
/aosp_15_r20/external/setfilters/java/com/google/setfilters/cuckoofilter/ |
H A D | CuckooFilterConfig.java | 33 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 D | CuckooFilterStrategies.java | 56 CuckooFilterConfig.HashFunction hashFunction) { in SIMPLE_MOD()
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/hash/ |
H A D | HashFunctionBenchmark.java | 56 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 D | ChecksumBenchmark.java | 99 private byte runHashFunction(int reps, HashFunction hashFunction) { in runHashFunction()
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/hash/ |
H A D | HashFunctionBenchmark.java | 56 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 D | ChecksumBenchmark.java | 99 private byte runHashFunction(int reps, HashFunction hashFunction) { in runHashFunction()
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | HashNames.cpp | 21 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 D | Host.java | 72 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/ |
D | MacAddressUtil.java | 60 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 D | CuckooFilterConfigTest.java | 54 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 D | ByteSource.java | 338 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 D | ByteSource.java | 338 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 D | UtilsMSL.cpp | 297 ImmutableString GetMetalTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetMetalTypeName()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | HashingOutputStream.java | 45 public HashingOutputStream(HashFunction hashFunction, OutputStream out) { in HashingOutputStream()
|
H A D | HashingInputStream.java | 42 public HashingInputStream(HashFunction hashFunction, InputStream in) { in HashingInputStream()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | HashingOutputStream.java | 45 public HashingOutputStream(HashFunction hashFunction, OutputStream out) { in HashingOutputStream()
|
H A D | HashingInputStream.java | 42 public HashingInputStream(HashFunction hashFunction, InputStream in) { in HashingInputStream()
|
/aosp_15_r20/external/tink/go/hybrid/internal/hpke/ |
H A D | hkdf_kdf.go | 31 hashFunction crypto.Hash member
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
H A D | LazyDelegateByteSource.java | 138 public HashCode hash(HashFunction hashFunction) throws IOException { in hash()
|