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.py25 def compare(self, expected_resolution): argument
48 if expected_resolution != cros_resolution or (
53 expected_resolution))
67 *expected_resolution)
84 def compare(self, expected_resolution): argument
105 if expected_resolution != cros_resolution or (
111 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)))
163 error = self._resolution_comparer.compare(expected_resolution)
169 error = self.test_screen(expected_resolution, test_mirrored)