Home
last modified time | relevance | path

Searched defs:hasher (Results 1 – 25 of 38) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java33 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
DHashingOutputStreamTest.java31 private Hasher hasher; field in HashingOutputStreamTest
DHashingInputStreamTest.java35 private Hasher hasher; field in HashingInputStreamTest
DHashingTest.java120 HashFunction hasher = Hashing.goodFastHash(i); in testGoodFastHash() local
366 Hasher hasher = Hashing.md5().newHasher(); in testHashIntVsForLoop() local
/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.defn.h43 …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/
Dpkcs1_v2.py31 def mgf1(seed, length, hasher='SHA-1'): argument
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dmerge.pass.cpp96 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/
Dmerge.pass.cpp96 struct hasher in main() struct
99 size_t operator()(const Counter<int>& p) const in main()
/external/libcxx/test/std/containers/unord/unord.set/
Dmerge.pass.cpp96 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/
Dmerge.pass.cpp96 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/
DCodecExports.cpp263 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/
DHashingOutputStream.java33 private final Hasher hasher; field in HashingOutputStream
DHashingInputStream.java33 private final Hasher hasher; field in HashingInputStream
DAbstractNonStreamingHashFunction.java50 Hasher hasher = newHasher(len * 2); in hashUnencodedChars() local
/external/perfetto/include/perfetto/base/
Dstring_view.h99 base::Hash hasher; in Hash() local
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.h107 std::hash<int32_t> hasher; member
Dsubgraph.cc71 std::hash<const GenNode*> hasher; in Hash() local
/external/brotli/c/enc/
Dparams.h39 BrotliHasherParams hasher; member
Dbackward_references.c125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences()
Dbackward_references_hq.c654 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/
Dtrt_lru_cache.h39 typedef HashFunction hasher; typedef
/external/tensorflow/tensorflow/core/lib/hash/
Dhash_test.cc87 StringPieceHasher hasher; in TEST() local
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp81 CMyComPtr<IHasher> hasher; in SetMethods() local
/external/lz4/tests/
Dtest-lz4-speed.py37 def hashfile(hasher, fname, blocksize=65536): argument
/external/guava/guava/src/com/google/common/io/
DByteSource.java296 Hasher hasher = hashFunction.newHasher(); in hash() local

12