Searched refs:score_colors (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | report_html.py | 22 def __init__(self, image_width, image_height, score_colors): argument 23 self.score_colors = score_colors 81 for s, c in self.score_colors: 134 score_colors, test_version): argument 141 score_colors)
|
D | main.py | 119 conf.score_colors,
|
D | test_conf.py | 75 score_colors = ((0.9, 'blue'), (0.8, 'orange'), (0.0, 'red')) variable
|