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/crosperf/
Dresults_report.py29 from cros_utils.tabulator import TableFormatter
190 tf = TableFormatter(table, parsed_columns)
216 tf = TableFormatter(table, parsed_columns)
324 cell_table = TableFormatter(table, columns).GetCellTable('status')
370 tf = TableFormatter(table, columns)
/external/toolchain-utils/cros_utils/
Dtabulator_test.py102 tf = tabulator.TableFormatter(table, columns)
129 tf = tabulator.TableFormatter(our_table, columns)
Dtabulator.py773 class TableFormatter(object): class
1164 tf = TableFormatter(our_table, columns)
1198 tf = TableFormatter(table, columns)