/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 33 TestHasher hasher = new TestHasher(); // byte order insignificant here in testBytes() local 44 TestHasher hasher = new TestHasher(); in testShort() local 50 TestHasher hasher = new TestHasher(); in testInt() local 56 TestHasher hasher = new TestHasher(); in testLong() local 62 TestHasher hasher = new TestHasher(); in testChar() local 83 TestHasher hasher = new TestHasher(); in testFloat() local 89 TestHasher hasher = new TestHasher(); in testDouble() local 95 TestHasher hasher = new TestHasher(); in testCorrectExceptions() local
|
D | FarmHashFingerprint64Test.java | 83 Hasher hasher = HASH_FN.newHasher(); in testPutNonChars() local 135 Hasher hasher = HASH_FN.newHasher(); in testHashFloatIsStable() local
|
D | HashingOutputStreamTest.java | 32 private Hasher hasher; field in HashingOutputStreamTest
|
D | HashingInputStreamTest.java | 33 private Hasher hasher; field in HashingInputStreamTest
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 33 TestHasher hasher = new TestHasher(); // byte order insignificant here in testBytes() local 44 TestHasher hasher = new TestHasher(); in testShort() local 50 TestHasher hasher = new TestHasher(); in testInt() local 56 TestHasher hasher = new TestHasher(); in testLong() local 62 TestHasher hasher = new TestHasher(); in testChar() local 83 TestHasher hasher = new TestHasher(); in testFloat() local 89 TestHasher hasher = new TestHasher(); in testDouble() local 95 TestHasher hasher = new TestHasher(); in testCorrectExceptions() local
|
D | FarmHashFingerprint64Test.java | 83 Hasher hasher = HASH_FN.newHasher(); in testPutNonChars() local 135 Hasher hasher = HASH_FN.newHasher(); in testHashFloatIsStable() local
|
D | HashingOutputStreamTest.java | 32 private Hasher hasher; field in HashingOutputStreamTest
|
D | HashingInputStreamTest.java | 33 private Hasher hasher; field in HashingInputStreamTest
|
D | MacHashFunctionTest.java | 222 Hasher hasher = Hashing.hmacMd5(MD5_KEY).newHasher(); in testPutAfterHash() local 235 Hasher hasher = Hashing.hmacMd5(MD5_KEY).newHasher(); in testHashTwice() local
|
/external/google-fruit/include/fruit/impl/util/ |
D | hash_helpers.defn.h | 43 …HashSetWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher hasher, in createHashSetWithArenaAllocatorAndCustomFunctors() 68 …HashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher hasher, in createHashMapWithArenaAllocatorAndCustomFunctors()
|
/external/python/rsa/rsa/ |
D | pkcs1_v2.py | 31 def mgf1(seed, length, hasher='SHA-1'): argument
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | merge.pass.cpp | 96 struct hasher in main() struct 99 size_t operator()(const Counter<int>& p) const { return std::hash<Counter<int>>()(p); } in main()
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | merge.pass.cpp | 96 struct hasher in main() struct 99 size_t operator()(const Counter<int>& p) const { return std::hash<Counter<int>>()(p); } in main()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
D | merge.pass.cpp | 96 struct hasher in main() struct 99 size_t operator()(const Counter<int>& p) const in main()
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
D | merge.pass.cpp | 96 struct hasher in main() struct 99 size_t operator()(const Counter<int>& p) const in main()
|
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 263 static HRESULT CreateHasher2(UInt32 index, IHasher **hasher) in CreateHasher2() 266 *hasher = g_Hashers[index]->CreateHasher(); in CreateHasher2() local 341 STDMETHODIMP CHashers::CreateHasher(UInt32 index, IHasher **hasher) in CreateHasher()
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | HashingOutputStream.java | 32 private final Hasher hasher; field in HashingOutputStream
|
D | HashingInputStream.java | 33 private final Hasher hasher; field in HashingInputStream
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashingOutputStream.java | 32 private final Hasher hasher; field in HashingOutputStream
|
D | HashingInputStream.java | 33 private final Hasher hasher; field in HashingInputStream
|
/external/python/cryptography/docs/development/custom-vectors/secp256k1/ |
D | generate_secp256k1.py | 27 def __init__(self, hasher): argument
|
/external/guava/guava-tests/benchmark/com/google/common/hash/ |
D | HashFunctionBenchmark.java | 55 int hasher(int reps) { in hasher() method in HashFunctionBenchmark
|
/external/guava/android/guava-tests/benchmark/com/google/common/hash/ |
D | HashFunctionBenchmark.java | 55 int hasher(int reps) { in hasher() method in HashFunctionBenchmark
|
/external/tensorflow/tensorflow/core/graph/ |
D | optimizer_cse.cc | 104 HashingOutputStream hasher; in MixProto() local 200 Hasher hasher; in NodeHash() local
|
/external/perfetto/include/perfetto/ext/base/ |
D | string_view.h | 126 base::Hash hasher; in Hash() local
|