Home
last modified time | relevance | path

Searched refs:TableFormatter (Results 1 – 5 of 5) sorted by relevance

/external/toolchain-utils/crb/
Dautotest_gatherer.py1 from table_formatter import TableFormatter as TableFormatter unknown
4 class AutotestGatherer(TableFormatter):
8 TableFormatter.__init__(self)
Dtable_formatter.py75 class TableFormatter(object): class
242 ret = '%f' % TableFormatter.AverageWithDrops(float_results)
/external/toolchain-utils/cros_utils/
Dtabulator_test.py102 tf = tabulator.TableFormatter(table, columns)
129 tf = tabulator.TableFormatter(our_table, columns)
Dtabulator.py768 class TableFormatter(object): class
1159 tf = TableFormatter(our_table, columns)
1190 tf = TableFormatter(table, columns)
/external/toolchain-utils/crosperf/
Dresults_report.py29 from cros_utils.tabulator import TableFormatter
182 tf = TableFormatter(table, parsed_columns)
207 tf = TableFormatter(table, parsed_columns)
309 cell_table = TableFormatter(table, columns).GetCellTable('status')
353 tf = TableFormatter(table, columns)