Home
last modified time | relevance | path

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

/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/brotli/enc/
Dbackward_references.c107 HasherHandle hasher, in BrotliCreateBackwardReferences()
Dquality.h50 BrotliHasherParams hasher; member
Dbackward_references_hq.c623 HasherHandle hasher, in BrotliZopfliComputeShortestPath()
678 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateZopfliBackwardReferences()
698 const BrotliEncoderParams* params, HasherHandle hasher, int* dist_cache, in BrotliCreateHqZopfliBackwardReferences()
Dencode.c1127 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/bison/lib/
Dhash.c71 Hash_hasher hasher; member
595 Hash_hasher hasher, Hash_comparator comparator, in hash_initialize()
/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
/external/libcxx/src/experimental/filesystem/
Dpath.cpp399 std::hash<string_view> hasher; in hash_value() local
/external/protobuf/src/google/protobuf/
Dmap.h521 typedef hash<Key> hasher; typedef
/external/v8/src/
Dobjects.cc11707 StringHasher hasher(String::kMaxArrayIndexSize, seed); in ComputeUtf8Hash() local