Home
last modified time | relevance | path

Searched refs:out_to (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/crosperf/
Dresults_report.py260 def _PrintTable(tables, out_to): argument
265 if out_to == 'HTML':
267 elif out_to == 'PLAIN':
269 elif out_to == 'CONSOLE':
271 elif out_to == 'TSV':
273 elif out_to == 'EMAIL':
276 raise ValueError('Invalid out_to value: %s' % (out_to,))
/external/toolchain-utils/cros_utils/
Dtabulator.py1135 def GetSimpleTable(table, out_to=TablePrinter.CONSOLE): argument
1166 tp = TablePrinter(cell_table, out_to)
1171 def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE): argument
1200 tp = TablePrinter(cell_table, out_to)