Searched refs:hashType (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.h34 * 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,
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/third_party/skia/expectations/gm/
H A Dloader.js35 hashType: allowedDigest[0], hashValue: allowedDigest[1]
/external/skia/expectations/gm/
H A Dloader.js35 hashType: allowedDigest[0], hashValue: allowedDigest[1]
/external/skia/tools/
H A Dimage_expectations.h37 * Create an ImageDigest using a hashType/hashValue pair.
39 * @param hashType the algorithm used to generate the hash; for now, only
43 explicit ImageDigest(const SkString &hashType, uint64_t hashValue);
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/owasp/sanitizer/src/main/org/owasp/html/
H A DCssTokens.java492 TokenType hashType = consumeHash();
493 if (hashType != null) {
494 type = hashType;
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c3988 PORT_Assert(ss->ssl3.hs.hashType == handshake_hash_unknown);
4001 ss->ssl3.hs.hashType = handshake_hash_single;
4004 ss->ssl3.hs.hashType = handshake_hash_combo;
4025 ss->ssl3.hs.hashType = handshake_hash_single;
4068 ss->ssl3.hs.hashType = handshake_hash_combo;
4103 ss->ssl3.hs.hashType = handshake_hash_unknown;
4140 if (ss->ssl3.hs.hashType == handshake_hash_unknown) {
4148 if (ss->ssl3.hs.hashType == handshake_hash_single) {
4157 if (ss->ssl3.hs.hashType == handshake_hash_single) {
4624 ss->ssl3.hs.hashType
[all...]
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 301 milliseconds