HomeSort by relevance Sort by last modified time
    Searched refs:TestColors (Results 1 - 3 of 3) sorted by null

  /external/lisa/libs/utils/
colors.py 20 class TestColors:
42 str_color = TestColors.level['failed']
44 str_color = TestColors.level['warning']
46 str_color = TestColors.level['passed']
48 str_color = TestColors.level['good']
50 return str_color + str_val + TestColors.level['endc']
report.py 30 from colors import TestColors
161 res_line += ' {0:s}'.format(TestColors.rate(res_base))
165 TestColors.rate(res_base, positive_is_good = False))
192 .format(TestColors.rate(
210 res_line += ' {0:s}'.format(TestColors.rate(res_test))
215 TestColors.rate(res_test, positive_is_good = False))
224 res_line += ' {0:s}'.format(TestColors.rate(speedup_pct))
325 .format(TestColors.rate(
364 res_line += ' {0:s}'.format(TestColors.rate(speedup_pct))
results.py 30 from colors import TestColors

Completed in 269 milliseconds