Searched refs:_MakeSection (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | results_report.py | 348 def _MakeSection(title, body): member in TextResultsReport 403 sections.append(self._MakeSection('Summary', summary_table)) 407 sections.append(self._MakeSection('Benchmark Run Status', table)) 412 sections.append(self._MakeSection('Perf Data', perf_table)) 416 sections.append(self._MakeSection('Experiment File', experiment_file)) 419 sections.append(self._MakeSection('CPUInfo', cpu_info)) 433 self._MakeSection('Duration',
|
/external/protobuf/objectivec/DevTools/ |
D | pddm.py | 577 cur_section = self._MakeSection(line, line_num) 580 cur_section = self._MakeSection(line, line_num) 589 def _MakeSection(self, line, line_num): member in SourceFile
|