Home
last modified time | relevance | path

Searched refs:score_colors (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dreport_html.py22 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)
Dmain.py119 conf.score_colors,
Dtest_conf.py75 score_colors = ((0.9, 'blue'), (0.8, 'orange'), (0.0, 'red')) variable