Home
last modified time | relevance | path

Searched refs:getHashType (Results 1 – 15 of 15) sorted by relevance

/external/skia/tools/
Dimage_expectations.cpp69 SkString ImageDigest::getHashType() const { in getHashType() function in sk_tools::ImageDigest
151 Json::Value actualChecksumAlgorithm = digest.getHashType().c_str(); in add()
197 Json::Value actualChecksumAlgorithm = digest.getHashType().c_str(); in matchesExpectation()
Dimage_expectations.h50 SkString getHashType() const;
Dskimage_main.cpp140 const SkString hashType = bitmapAndDigest.fDigest.getHashType(); in write_bitmap()
DPictureRenderer.cpp299 outputFilename.set(imageDigestPtr->getHashType()); in write()
/external/chromium_org/third_party/skia/tools/
Dimage_expectations.cpp74 SkString ImageDigest::getHashType() { in getHashType() function in sk_tools::ImageDigest
170 Json::Value actualChecksumAlgorithm = digest.getHashType().c_str(); in add()
Dimage_expectations.h52 SkString getHashType();
Dskimage_main.cpp140 const SkString hashType = bitmapAndDigest.fDigest.getHashType(); in write_bitmap()
DPictureRenderer.cpp304 outputFilename.set(imageDigestPtr->getHashType()); in write()
/external/skia/gm/
Dgm_expectations.h71 SkString getHashType() const;
Dgm_expectations.cpp104 SkString GmResultDigest::getHashType() const { in getHashType() function in skiagm::GmResultDigest
Dgmmain.cpp252 filename.append(bitmapDigest.getHashType()); in make_bitmap_filename()
/external/chromium_org/third_party/skia/gm/
Dgm_expectations.h71 SkString getHashType() const;
Dgm_expectations.cpp104 SkString GmResultDigest::getHashType() const { in getHashType() function in skiagm::GmResultDigest
Dgmmain.cpp253 filename.append(bitmapDigest.getHashType()); in make_bitmap_filename()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp303 auto Type = getHashType(S); in VisitStmt()
311 PGOHash::HashType getHashType(const Stmt *S) { in getHashType() function