Lines Matching defs:json
9 Call e.g. with tools/run-perf.py --arch ia32 some_suite.json
11 The suite json format is expected to be:
110 import json
227 f.write(json.dumps(self.ToDict()))
268 return json.dumps(self.ToDict(), indent=2, separators=(',', ': '))
613 config_path = os.path.join(args.shell_dir, 'v8_build_config.json')
617 return json.load(f)
919 parser.add_argument('--json-test-results',
920 help='Path to a file for storing json results.')
921 parser.add_argument('--json-test-results-secondary',
922 help='Path to a file for storing json results from run '
1001 logging.error('For writing secondary json test results, a secondary outdir '
1054 suite = json.loads(f.read())
1056 # If no name is given, default to the file name without .json.