Home | History | Annotate | Download | only in skpdiff

Lines Matching refs:gm_json

34 import gm_json
49 IMAGE_FILENAME_RE = re.compile(gm_json.IMAGE_FILENAME_PATTERN)
114 image_url = gm_json.CreateGmActualUrl(
115 test_name, gm_json.JSONKEY_HASHTYPE_BITMAP_64BITMD5, hash_val)
141 expected_results = expected_results_json[gm_json.JSONKEY_EXPECTEDRESULTS]
144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value
147 gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS:
150 gm_json.JSONKEY_HASHTYPE_BITMAP_64BITMD5,
380 expectations = gm_json.LoadFromFile(json_path)
385 # Write it out to disk using gm_json to keep the formatting consistent.
386 gm_json.WriteToFile(expectations, json_path)