Searched refs:full_table (Results 1 – 4 of 4) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | results_report_templates.py | 178 chart_divs, full_table, experiment_file): argument 196 full_table) 204 full_table=full_table_html,
|
D | results_report_unittest.py | 213 chart_divs, full_table, experiment_file): argument 218 full_table = print_table(full_table, 'HTML') 224 full_table=full_table, 243 self.assertIn('no result', output.full_table) 257 self.assertIn('a_float', output.full_table) 283 self.assertIn('bench1', output.full_table)
|
D | results_report.py | 503 full_table = self.GetFullTables() 515 full_table=full_table,
|
/external/toolchain-utils/deprecated/crb/ |
D | crb_driver.py | 202 def ProduceTables(autotest_runs, full_table, fit_string): argument 213 output += ag.GetFormattedMainTable(percents_only=not full_table, 220 summary += ag.GetFormattedSummaryTable(percents_only=not full_table, 340 full_table = options.full_table 361 ProduceTables(autotest_runs, full_table, fit_string)
|