Home | History | Annotate | Download | only in cros_utils

Lines Matching refs:labels

33   labels = ["vanilla", "modified"]
34 tg = TableGenerator(runs, labels, TableGenerator.SORT_BY_VALUES_DESC)
169 and the following labels:
1171 def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE):
1179 labels: A list of labels that correspond to the runs.
1185 tg = TableGenerator(runs, labels, TableGenerator.SORT_BY_VALUES_DESC)
1237 labels = ['vanilla', 'modified']
1238 t = GetComplexTable(runs, labels, TablePrinter.CONSOLE)
1240 email = GetComplexTable(runs, labels, TablePrinter.EMAIL)
1255 t = GetComplexTable(runs, labels, TablePrinter.CONSOLE)