Home
last modified time | relevance | path

Searched refs:expected_resolution (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/chameleon/
Dresolution_comparison.py24 def compare(self, expected_resolution): argument
47 if expected_resolution != cros_resolution or (
52 expected_resolution))
66 *expected_resolution)
83 def compare(self, expected_resolution): argument
104 if expected_resolution != cros_resolution or (
110 expected_resolution))
Dchameleon_screen_test.py36 def test_resolution(self, expected_resolution): argument
43 return self._resolution_comparer.compare(expected_resolution)
46 def test_screen(self, expected_resolution, test_mirrored=None, argument
61 error = self._resolution_comparer.compare(expected_resolution)
120 def test_screen_with_image(self, expected_resolution, test_mirrored=None, argument
149 if test_image_size != expected_resolution:
151 % (str(test_image_size), str(expected_resolution)))
161 error = self._resolution_comparer.compare(expected_resolution)
167 error = self.test_screen(expected_resolution, test_mirrored)