Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dresults_report.py308 def _PrintTable(tables, out_to): argument
313 if out_to == 'HTML':
315 elif out_to == 'PLAIN':
317 elif out_to == 'CONSOLE':
319 elif out_to == 'TSV':
321 elif out_to == 'EMAIL':
324 raise ValueError('Invalid out_to value: %s' % (out_to,))
/external/toolchain-utils/cros_utils/
Dtabulator.py1430 def GetSimpleTable(table, out_to=TablePrinter.CONSOLE): argument
1461 tp = TablePrinter(cell_table, out_to)
1466 def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE): argument
1495 tp = TablePrinter(cell_table, out_to)