HomeSort by relevance Sort by last modified time
    Searched refs:hashType (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/tools/
image_expectations.h 34 * Create an ImageDigest using a hashType/hashValue pair.
36 * @param hashType the algorithm used to generate the hash; for now, only
40 explicit ImageDigest(const SkString &hashType, uint64_t hashValue);
104 * Expect an image, passed as hashType/hashValue.
106 explicit Expectation(const SkString &hashType, uint64_t hashValue,
image_expectations.cpp 60 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) :
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) :
109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {}
skimage_main.cpp 130 * outDir/hashType/src/digestValue.png
139 // First create the directory for the hashtype.
140 const SkString hashType = bitmapAndDigest.fDigest.getHashType();
141 const SkString hashDir = SkOSPath::Join(outDir, hashType.c_str());
    [all...]
  /external/chromium_org/third_party/skia/expectations/gm/
loader.js 35 hashType: allowedDigest[0], hashValue: allowedDigest[1]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 492 TokenType hashType = consumeHash();
493 if (hashType != null) {
494 type = hashType;
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]
sslimpl.h 880 SSL3HandshakeHashType hashType;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 192 milliseconds