Home
last modified time | relevance | path

Searched refs:actual_hash (Results 1 – 2 of 2) 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/v8/tools/
Dfind-commit-for-patch.py62 _, _, actual_hash, filename = line.split()
64 if actual_hash.startswith(expected_hash): matched_files += 1