Home
last modified time | relevance | path

Searched refs:actual_hash (Results 1 – 2 of 2) sorted by relevance

/external/skia/platform_tools/android/bin/
Ddownload_utils.py47 def __init__(self, download_url, expected_hash, actual_hash): argument
50 self.actual_hash = actual_hash
54 self.actual_hash, self.expected_hash, self.download_url)
320 raise HashError(actual_hash=tar_hash, expected_hash=hash_val,
/external/skia/tools/skpdiff/
Dskpdiff_server.py189 expected_hash, actual_hash, argument
194 self.actual_hash = actual_hash
355 expectation.actual_hash)
409 expectation_hash = expectation.actual_hash if is_actual else\