/external/skia/infra/bots/recipe_modules/swarming/resources/ |
D | noop_merge.py | 12 def noop_merge(output_json, jsons_to_merge): argument 26 shutil.copyfile(jsons_to_merge[0], output_json) 28 with open(output_json, 'w') as f: 42 return noop_merge(args.output_json, args.jsons_to_merge)
|
D | collect_task.py | 16 task_output_dir, output_json): argument 123 merge_cmd.extend(('-o', output_json)) 131 if not os.path.exists(output_json): 133 'merge_cmd did not create output_json file: %r', output_json) 155 args.task_output_dir, args.output_json)
|
D | standard_isolated_script_merge.py | 13 def StandardIsolatedScriptMerge(output_json, jsons_to_merge): argument 27 with open(output_json, 'w') as f: 41 return StandardIsolatedScriptMerge(args.output_json, args.jsons_to_merge)
|
D | standard_gtest_merge.py | 174 output_json, summary_json, jsons_to_merge): argument 177 with open(output_json, 'wb') as f: 194 args.output_json, args.summary_json, args.jsons_to_merge)
|
/external/skqp/infra/bots/recipe_modules/swarming/resources/ |
D | noop_merge.py | 12 def noop_merge(output_json, jsons_to_merge): argument 26 shutil.copyfile(jsons_to_merge[0], output_json) 28 with open(output_json, 'w') as f: 42 return noop_merge(args.output_json, args.jsons_to_merge)
|
D | collect_task.py | 16 task_output_dir, output_json): argument 123 merge_cmd.extend(('-o', output_json)) 131 if not os.path.exists(output_json): 133 'merge_cmd did not create output_json file: %r', output_json) 155 args.task_output_dir, args.output_json)
|
D | standard_isolated_script_merge.py | 13 def StandardIsolatedScriptMerge(output_json, jsons_to_merge): argument 27 with open(output_json, 'w') as f: 41 return StandardIsolatedScriptMerge(args.output_json, args.jsons_to_merge)
|
D | standard_gtest_merge.py | 174 output_json, summary_json, jsons_to_merge): argument 177 with open(output_json, 'wb') as f: 194 args.output_json, args.summary_json, args.jsons_to_merge)
|
/external/libvpx/libvpx/test/android/ |
D | scrape_gtest_log.py | 36 output_json = '' 39 output_json = os.path.join(arg) 49 path = os.path.dirname(output_json) 53 outfile = open(output_json, 'w')
|
/external/skqp/infra/bots/recipe_modules/isolate/resources/ |
D | find_isolated_tests.py | 58 if not (options.output_json or options.clean_isolated_files): 60 if options.output_json and options.clean_isolated_files: 90 if options.output_json: 91 with open(options.output_json, 'wb') as f:
|
/external/skia/infra/bots/recipe_modules/isolate/resources/ |
D | find_isolated_tests.py | 58 if not (options.output_json or options.clean_isolated_files): 60 if options.output_json and options.clean_isolated_files: 90 if options.output_json: 91 with open(options.output_json, 'wb') as f:
|
/external/skia/infra/bots/recipe_modules/isolate/examples/ |
D | full.py | 77 api.isolate.output_json(discovered_targets)) 85 api.isolate.output_json([target], missing)) 90 api.isolate.output_json(expected_batcharchive_targets, missing))
|
/external/skqp/infra/bots/recipe_modules/isolate/examples/ |
D | full.py | 77 api.isolate.output_json(discovered_targets)) 85 api.isolate.output_json([target], missing)) 90 api.isolate.output_json(expected_batcharchive_targets, missing))
|
/external/skqp/infra/bots/recipe_modules/isolate/ |
D | api.py | 68 step_test_data=lambda: (self.test_api.output_json(targets)), 164 step_test_data=lambda: self.test_api.output_json([target]), 181 step_test_data=lambda: self.test_api.output_json(batch_targets),
|
D | test_api.py | 14 def output_json(self, targets=None, missing=None): member in IsolateTestApi
|
/external/skia/infra/bots/recipe_modules/isolate/ |
D | api.py | 68 step_test_data=lambda: (self.test_api.output_json(targets)), 164 step_test_data=lambda: self.test_api.output_json([target]), 181 step_test_data=lambda: self.test_api.output_json(batch_targets),
|
D | test_api.py | 14 def output_json(self, targets=None, missing=None): member in IsolateTestApi
|
/external/noto-fonts/emoji-compat/ |
D | createfont.py | 559 output_json = {} 560 output_json['version'] = METADATA_VERSION 561 output_json['sourceSha'] = create_sha_from_source_files( 563 output_json['list'] = [] 570 output_json['list'].append(element) 575 print(json.dumps(output_json, indent=4, sort_keys=True, separators=(',', ':')),
|
/external/v8/tools/unittests/ |
D | run_perf_test.py | 485 output_json = path.join(TEST_WORKSPACE, "output.json") 489 "--json-test-results", output_json, 493 return self._LoadResults(output_json)
|
/external/autotest/site_utils/ |
D | run_suite.py | 2109 output_json = json.dumps(obj, sort_keys=True) 2110 sys.stdout.write('#JSON_START#%s#JSON_END#' % output_json.strip())
|