Searched refs:summary_file (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | test.py | 235 def check_annotation_summary(self, summary_file, check_entries): argument 240 self.check_exist(filename=summary_file) 241 with open(summary_file, 'r') as fh: 433 summary_file = os.path.join("annotated_files", "summary") 434 self.check_annotation_summary(summary_file, [ 527 summary_file = os.path.join("annotated_files", "summary") 528 self.check_annotation_summary(summary_file, [ 567 summary_file = os.path.join("annotated_files", "summary") 568 self.check_annotation_summary(summary_file, [ 625 summary_file = os.path.join("annotated_files", "summary") [all …]
|