/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
|
D | HashTestUtils.java | 471 Hasher hasher = hashFunction.newHasher(); in randomHash() local
|
/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/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/tensorflow/tensorflow/core/lib/core/ |
D | stringpiece_test.cc | 69 StringPieceHasher hasher; in TEST() local
|
/external/brotli/c/enc/ |
D | backward_references.c | 111 HasherHandle hasher, in BrotliCreateBackwardReferences()
|
D | quality.h | 50 BrotliHasherParams hasher; member
|
D | backward_references_hq.c | 636 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()
|
D | encode.c | 1093 HasherHandle hasher = NULL; in BrotliCompressBufferQuality10() local
|
/external/lzma/CPP/7zip/UI/Common/ |
D | HashCalc.cpp | 85 CMyComPtr<IHasher> hasher; in SetMethods() local
|
D | LoadCodecs.cpp | 924 STDMETHODIMP CCodecs::CreateHasher(UInt32 index, IHasher **hasher) in CreateHasher()
|
D | Bench.cpp | 2233 CMyComPtr<IHasher> hasher; in CrcBench() local
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 427 CMyComPtr<IHasher> &hasher) in CreateHasher()
|
/external/lz4/tests/ |
D | test-lz4-speed.py | 37 def hashfile(hasher, fname, blocksize=65536): argument
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 496 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/ |
D | ByteSource.java | 296 Hasher hasher = hashFunction.newHasher(); in hash() local
|
/external/libcxx/src/experimental/filesystem/ |
D | path.cpp | 400 std::hash<string_view_t> hasher; in hash_value() local
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatset.h | 46 typedef Hash hasher; typedef
|
D | flatmap.h | 62 typedef Hash hasher; typedef
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 521 typedef hash<Key> hasher; typedef
|