Searched refs:summary_file (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | test.py | 355 def check_annotation_summary(self, summary_file, check_entries): argument 360 self.check_exist(filename=summary_file) 361 with open(summary_file, 'r') as fh: 554 summary_file = os.path.join("annotated_files", "summary") 555 self.check_annotation_summary(summary_file, [ 647 summary_file = os.path.join("annotated_files", "summary") 648 self.check_annotation_summary(summary_file, [ 687 summary_file = os.path.join("annotated_files", "summary") 688 self.check_annotation_summary(summary_file, [ 750 summary_file = os.path.join("annotated_files", "summary") [all …]
|