Home
last modified time | relevance | path

Searched defs:hasher (Results 1 – 25 of 26) 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
DHashTestUtils.java471 Hasher hasher = hashFunction.newHasher(); in randomHash() local
/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/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/tensorflow/tensorflow/core/lib/core/
Dstringpiece_test.cc69 StringPieceHasher hasher; in TEST() local
/external/brotli/c/enc/
Dbackward_references.c111 HasherHandle hasher, in BrotliCreateBackwardReferences()
Dquality.h50 BrotliHasherParams hasher; member
Dbackward_references_hq.c636 HasherHandle hasher, in BrotliZopfliComputeShortestPath()
693 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateZopfliBackwardReferences()
713 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateHqZopfliBackwardReferences()
Dencode.c1093 HasherHandle hasher = NULL; in BrotliCompressBufferQuality10() local
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp85 CMyComPtr<IHasher> hasher; in SetMethods() local
DLoadCodecs.cpp924 STDMETHODIMP CCodecs::CreateHasher(UInt32 index, IHasher **hasher) in CreateHasher()
DBench.cpp2233 CMyComPtr<IHasher> hasher; in CrcBench() local
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp427 CMyComPtr<IHasher> &hasher) in CreateHasher()
/external/lz4/tests/
Dtest-lz4-speed.py37 def hashfile(hasher, fname, blocksize=65536): argument
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc496 SeededHasher hasher, std::vector<Tensor>* output_dense, in FastParseSerializedExample()
881 SeededHasher hasher; in FastParseExample() local
1143 SeededHasher hasher; in FastParseSingleExample() local
/external/guava/guava/src/com/google/common/io/
DByteSource.java296 Hasher hasher = hashFunction.newHasher(); in hash() local
/external/libcxx/src/experimental/filesystem/
Dpath.cpp400 std::hash<string_view_t> hasher; in hash_value() local
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatset.h46 typedef Hash hasher; typedef
Dflatmap.h62 typedef Hash hasher; typedef
/external/protobuf/src/google/protobuf/
Dmap.h521 typedef hash<Key> hasher; typedef

12