Searched refs:diff_csv (Results 1 – 1 of 1) sorted by relevance
/development/tools/compare_cts_reports/ |
D | compare_cts_reports.py | 53 def one_way_compare(reports, diff_csv): argument 67 with open(diff_csv, 'w') as diff_csvfile: 88 def two_way_compare(reports, diff_csv): argument 117 with open(diff_csv, 'w') as diff_csvfile: 176 def n_way_compare(reports, diff_csv): argument 220 with open(diff_csv, 'w') as diff_csvfile: 289 diff_csv = os.path.join(output_dir, args.csv) 313 one_way_compare(ctsreports, diff_csv) 315 two_way_compare(ctsreports, diff_csv) 317 n_way_compare(ctsreports, diff_csv)
|