Searched refs:expected_hash (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dprebuilts_fetcher.py44 expected_hash = _GetRemoteFileID(local_file_path)
48 is_changed = (local_hash != expected_hash)
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Ddownload_utils.py47 def __init__(self, download_url, expected_hash, actual_hash):
49 self.expected_hash = expected_hash
54 self.actual_hash, self.expected_hash, self.download_url)
320 raise HashError(actual_hash=tar_hash, expected_hash=hash_val,
/external/skia/platform_tools/android/bin/
H A Ddownload_utils.py47 def __init__(self, download_url, expected_hash, actual_hash):
49 self.expected_hash = expected_hash
54 self.actual_hash, self.expected_hash, self.download_url)
320 raise HashError(actual_hash=tar_hash, expected_hash=hash_val,
/external/chromium_org/content/browser/download/
H A Dbase_file_unittest.cc266 std::string expected_hash = GetFinalHash(); local
268 base::HexEncode(expected_hash.data(), expected_hash.size());
328 std::string expected_hash = GetFinalHash(); local
330 base::HexEncode(expected_hash.data(), expected_hash.size());
352 std::string expected_hash = GetFinalHash(); local
354 base::HexEncode(expected_hash.data(), expected_hash.size());
380 std::string expected_hash local
[all...]
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.cc153 const std::string* expected_hash = NULL; local
154 if (!hash_reader_->GetHashForBlock(block, &expected_hash) ||
155 *expected_hash != final)
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher_operation.cc111 std::vector<uint8_t> expected_hash; local
112 if (!base::HexStringToBytes(output_sha256_, &expected_hash) ||
113 expected_hash.size() != crypto::kSHA256Length)
124 if (memcmp(actual_hash, &expected_hash[0], sizeof(actual_hash)))
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_server.py182 - expected_hash = the current expected hash value
189 expected_hash, actual_hash,
193 self.expected_hash = expected_hash
351 expectation.expected_hash)
401 expectation.expected_hash)
410 expectation.expected_hash
/external/skia/tools/skpdiff/
H A Dskpdiff_server.py182 - expected_hash = the current expected hash value
189 expected_hash, actual_hash,
193 self.expected_hash = expected_hash
351 expectation.expected_hash)
401 expectation.expected_hash)
410 expectation.expected_hash
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Dbuild_jsdoc_validator_jar.py130 for name, expected_hash in expected_hashes.iteritems():
132 if expected_hash != actual_hash:
133 results.append((name, expected_hash, actual_hash))
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py210 expected_hash = ReadHash(hash_path)
211 if os.path.exists(file_path) and CalculateHash(file_path) == expected_hash:
221 url = 'gs://%s/%s' % (bucket, expected_hash)
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation_unittest.cc186 std::string expected_hash = base::MD5DigestToBase16(expected_digest); local
189 CreateOperation(GURL(""), expected_hash);
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.h66 const std::string& expected_hash);
H A Dwebkit_test_controller.cc83 const std::string& expected_hash) {
87 if (!expected_hash.empty())
88 *output_ << "\nExpectedHash: " << expected_hash << "\n"; local
81 PrintImageHeader( const std::string& actual_hash, const std::string& expected_hash) argument
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_auth_request_handler_unittest.cc312 base::string16 expected_hash = base::UTF8ToUTF16(base::MD5String(salted_key)); local
313 EXPECT_EQ(expected_hash,
/external/chromium_org/media/base/
H A Dvideo_frame_unittest.cc91 void ExpectFrameExtents(VideoFrame::Format format, const char* expected_hash) { argument
119 EXPECT_EQ(MD5DigestToBase16(digest), expected_hash); local

Completed in 475 milliseconds