Searched defs:hashType (Results 1 - 7 of 7) sorted by relevance

/external/skia/tools/
H A Dimage_expectations.cpp61 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) { argument
62 if (!hashType.equals(kJsonValue_Image_ChecksumAlgorithm_Bitmap64bitMD5)) {
63 SkFAIL((SkString("unsupported hashType ")+=hashType).c_str());
H A Dskimage_main.cpp130 * outDir/hashType/src/digestValue.png
140 const SkString hashType = bitmapAndDigest.fDigest.getHashType(); local
141 const SkString hashDir = SkOSPath::SkPathJoin(outDir, hashType.c_str());
/external/stlport/test/unit/
H A Dhash_test.cpp64 typedef hash_multimap<int, int> hashType; typedef in class:HashTest
67 void check_keys( hashType& h, mapType& m );
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
209 pair<hashType::iterator,hashType::iterator> range = h.equal_range( i->first );
210 for ( hashType::iterator j = range.first; j != range.second; ++j ) {
230 pair<hashType::iterator,hashType::iterator> range = h.equal_range(mIter->first);
232 for (hashType::iterator h = range.first; h != range.second; h++) {
251 hashType
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.cpp60 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) : argument
62 if (!hashType.equals(kJsonValue_Image_ChecksumAlgorithm_Bitmap64bitMD5)) {
63 SkDebugf("unsupported hashType '%s'\n", hashType.c_str());
64 SkFAIL("unsupported hashType (see above)");
70 // and other always have hashType kJsonKey_Hashtype_Bitmap_64bitMD5
108 Expectation::Expectation(const SkString &hashType, uint64_t hashValue, bool ignoreFailure) : argument
109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {}
H A Dskimage_main.cpp130 * outDir/hashType/src/digestValue.png
140 const SkString hashType = bitmapAndDigest.fDigest.getHashType(); local
141 const SkString hashDir = SkOSPath::Join(outDir, hashType.c_str());
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h880 SSL3HandshakeHashType hashType; member in struct:SSL3HandshakeStateStr
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 225 milliseconds