Home
last modified time | relevance | path

Searched refs:result_csvfile (Results 1 – 2 of 2) sorted by relevance

/development/tools/compare_cts_reports/
Dparse_cts_report.py152 def load_from_csv(self, result_csvfile, ignore_abi=False): argument
160 result_reader = csv.reader(result_csvfile)
176 def write_to_csv(self, result_csvfile, summary_csvfile): argument
187 result_writer = csv.writer(result_csvfile)
226 open(parsed_result_path, 'w') as result_csvfile,
229 self.write_to_csv(result_csvfile, summary_csvfile)
Dcompare_cts_reports.py248 with open(result_path, 'r') as result_csvfile:
249 report.load_from_csv(result_csvfile, ignore_abi)