Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dresults_report.py249 def _PrintTable(tables, out_to): argument
254 if out_to == 'HTML':
256 elif out_to == 'PLAIN':
258 elif out_to == 'CONSOLE':
260 elif out_to == 'TSV':
262 elif out_to == 'EMAIL':
265 raise ValueError('Invalid out_to value: %s' % (out_to,))
/external/toolchain-utils/cros_utils/
Dtabulator.py1130 def GetSimpleTable(table, out_to=TablePrinter.CONSOLE): argument
1161 tp = TablePrinter(cell_table, out_to)
1166 def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE): argument
1192 tp = TablePrinter(cell_table, out_to)