| /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 | HashingOutputStreamTest.java | 31 private Hasher hasher; field in HashingOutputStreamTest
|
| D | HashingInputStreamTest.java | 35 private Hasher hasher; field in HashingInputStreamTest
|
| D | HashingTest.java | 120 HashFunction hasher = Hashing.goodFastHash(i); in testGoodFastHash() local 366 Hasher hasher = Hashing.md5().newHasher(); in testHashIntVsForLoop() 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.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/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.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/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/guava/src/com/google/common/hash/ |
| D | HashingOutputStream.java | 33 private final Hasher hasher; field in HashingOutputStream
|
| D | HashingInputStream.java | 33 private final Hasher hasher; field in HashingInputStream
|
| D | AbstractNonStreamingHashFunction.java | 50 Hasher hasher = newHasher(len * 2); in hashUnencodedChars() local
|
| /external/perfetto/include/perfetto/base/ |
| D | string_view.h | 99 base::Hash hasher; in Hash() local
|
| /external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
| D | gen_node.h | 107 std::hash<int32_t> hasher; member
|
| D | subgraph.cc | 71 std::hash<const GenNode*> hasher; in Hash() local
|
| /external/brotli/c/enc/ |
| D | params.h | 39 BrotliHasherParams hasher; member
|
| D | backward_references.c | 125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
|
| D | backward_references_hq.c | 654 const int* dist_cache, HasherHandle hasher, ZopfliNode* nodes) { in BrotliZopfliComputeShortestPath() 714 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences() 732 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences()
|
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
| D | trt_lru_cache.h | 39 typedef HashFunction hasher; typedef
|
| /external/tensorflow/tensorflow/core/lib/hash/ |
| D | hash_test.cc | 87 StringPieceHasher hasher; in TEST() local
|
| /external/lzma/CPP/7zip/UI/Common/ |
| D | HashCalc.cpp | 81 CMyComPtr<IHasher> hasher; in SetMethods() local
|
| /external/lz4/tests/ |
| D | test-lz4-speed.py | 37 def hashfile(hasher, fname, blocksize=65536): argument
|
| /external/guava/guava/src/com/google/common/io/ |
| D | ByteSource.java | 296 Hasher hasher = hashFunction.newHasher(); in hash() local
|