Lines Matching refs:json
15 import json
54 'json': 'application/json'
79 GENERATED_JSON_SUBDIR = 'generated-json'
173 'resultsToLoad=/%s/%s/%s-vs-%s_%s.json">%s</a>' % (
195 json_filename: basename of the JSON summary file to load for each builder
294 # Download the JSON file for each builder we care about.
329 # downloading individual expectation JSON files from
366 json_dir, '%s-vs-%s_%s.json' % (
542 if content_type != 'application/json;charset=UTF-8':
548 data = json.loads(json_data)
610 """ Send the contents of this dictionary in JSON format, with a JSON
617 self.send_header('Content-type', 'application/json')
619 json.dump(json_dict, self.wfile)
633 # when this tool downloaded the JSON summaries from skia-autogen,
661 parser.add_argument('--json-filename',
662 help=('JSON summary filename to read for each builder; '