Searched refs:_MakeSection (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | results_report.py | 300 def _MakeSection(title, body): member in TextResultsReport 340 sections.append(self._MakeSection('Summary', summary_table)) 344 sections.append(self._MakeSection('Benchmark Run Status', table)) 348 sections.append(self._MakeSection('Perf Data', perf_table)) 352 sections.append(self._MakeSection('Experiment File', experiment_file)) 355 sections.append(self._MakeSection('CPUInfo', cpu_info))
|
/external/protobuf/objectivec/DevTools/ |
D | pddm.py | 573 cur_section = self._MakeSection(line, line_num) 576 cur_section = self._MakeSection(line, line_num) 585 def _MakeSection(self, line, line_num): member in SourceFile
|