/aosp_15_r20/external/cronet/testing/merge_scripts/ |
H A D | noop_merge.py | 16 def noop_merge(output_json, jsons_to_merge): argument 25 if len(jsons_to_merge) > 1: 26 print('Multiple JSONs provided: %s' % (','.join(jsons_to_merge)), 29 if jsons_to_merge: 30 shutil.copyfile(jsons_to_merge[0], output_json) 41 return noop_merge(args.output_json, args.jsons_to_merge)
|
H A D | standard_gtest_merge.py | 37 def merge_shard_results(summary_json, jsons_to_merge): argument 86 jsons_to_merge) 125 def load_shard_json(index, task_id, jsons_to_merge): argument 140 j for j in jsons_to_merge 183 output_json, summary_json, jsons_to_merge): argument 185 output = merge_shard_results(summary_json, jsons_to_merge) 198 args.output_json, args.summary_json, args.jsons_to_merge)
|
H A D | standard_gtest_merge_test.py | 384 jsons_to_merge = [] 392 jsons_to_merge.append(json_path) 395 0, None, jsons_to_merge) 400 12, None, jsons_to_merge) 405 jsons_to_merge = [] 413 jsons_to_merge.append(json_path) 416 0, 'deadbeef0', jsons_to_merge) 422 12, 'deadbeef12', jsons_to_merge)
|
H A D | standard_isolated_script_merge.py | 17 def StandardIsolatedScriptMerge(output_json, summary_json, jsons_to_merge): argument 43 jsons_to_merge) 69 def find_shard_output_path(index, task_id, jsons_to_merge): argument 82 j for j in jsons_to_merge 101 args.output_json, args.summary_json, args.jsons_to_merge)
|
/aosp_15_r20/external/cronet/build/android/pylib/results/presentation/ |
H A D | standard_gtest_merge.py | 14 def merge_shard_results(summary_json, jsons_to_merge): argument 62 jsons_to_merge) 94 def load_shard_json(index, task_id, jsons_to_merge): argument 108 j for j in jsons_to_merge 153 output_json, summary_json, jsons_to_merge): argument 155 output = merge_shard_results(summary_json, jsons_to_merge) 171 args.output_json, args.summary_json, args.jsons_to_merge)
|
/aosp_15_r20/external/angle/build/android/pylib/results/presentation/ |
H A D | standard_gtest_merge.py | 14 def merge_shard_results(summary_json, jsons_to_merge): argument 62 jsons_to_merge) 94 def load_shard_json(index, task_id, jsons_to_merge): argument 108 j for j in jsons_to_merge 153 output_json, summary_json, jsons_to_merge): argument 155 output = merge_shard_results(summary_json, jsons_to_merge) 171 args.output_json, args.summary_json, args.jsons_to_merge)
|
/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/ |
H A D | merge_results.py | 174 new_args += params.jsons_to_merge 182 elif len(params.jsons_to_merge) == 1: 184 with open(params.jsons_to_merge[0]) as f_read:
|
/aosp_15_r20/external/angle/scripts/ |
H A D | angle_deqp_test_merge.py | 36 args.output_json, args.summary_json, args.jsons_to_merge)
|
H A D | process_angle_perf_results.py | 104 def _merge_json_output(output_json, jsons_to_merge, extra_links, test_cross_device=False): argument 115 merged_results = results_merger.merge_test_results(jsons_to_merge, test_cross_device)
|