Home
last modified time | relevance | path

Searched refs:gm_json (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/
H A Djsondiff.py27 # We need to add the 'gm' directory, so that we can import gm_json.py within
40 import gm_json namespace
81 json_dict = gm_json.LoadFromString(contents)
82 all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS]
91 gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS]
99 if digest_pair[0] != gm_json.JSONKEY_HASHTYPE_BITMAP_64BITMD5:
126 json_dict = gm_json.LoadFromString(contents)
127 all_result_types = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
134 gm_json.JSONKEY_HASHTYPE_BITMAP_64BITMD5):
H A Dreformat-json.py30 # We need to add the 'gm' directory, so that we can import gm_json.py within
43 import gm_json namespace
47 gm_json.WriteToFile(gm_json.LoadFromFile(filename), filename)

Completed in 1 milliseconds