Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/shaping/
Drun-tests.py70 actual_hash = hashlib.sha1 (ff.read()).hexdigest ().strip () variable
71 if actual_hash != expected_hash:
73 (fontfile, expected_hash, actual_hash))
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dwrapper.py148 def actual_hash(path): function
292 actual = actual_hash(tmp_path)
/external/autotest/server/cros/faft/
Dfingerprint_test.py477 actual_hash = self._calculate_sha256sum(build_fw_file)
479 self.check_equal(actual_hash, expected_hash)