Home
last modified time | relevance | path

Searched refs:md5Hash (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/tools/
Dgold.py212 def AddTestResult(self, testName, md5Hash, outputImagePath, matchResult): argument
216 if md5Hash not in self._ignore_hashes:
220 newFilePath = os.path.join(self._output_dir, md5Hash + '.' + imgExt)
229 'md5': md5Hash,
/external/boringssl/src/ssl/test/runner/
Dprf.go361 md5Hash := md5.New()
362 md5Hash.Write(h.buffer)
365 return finishedSum30(md5Hash, sha1Hash, masterSecret, nil)
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashingTest.java383 byte[] md5Hash = Hashing.md5().hashLong(42L).asBytes(); in testConcatenatingHashFunction_makeHash()
385 byte[] combined = new byte[md5Hash.length + murmur3Hash.length]; in testConcatenatingHashFunction_makeHash()
387 buffer.put(md5Hash); in testConcatenatingHashFunction_makeHash()
/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java383 byte[] md5Hash = Hashing.md5().hashLong(42L).asBytes(); in testConcatenatingHashFunction_makeHash()
385 byte[] combined = new byte[md5Hash.length + murmur3Hash.length]; in testConcatenatingHashFunction_makeHash()
387 buffer.put(md5Hash); in testConcatenatingHashFunction_makeHash()
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py611 md5Hash = _messages.StringField(15) variable in Object