Searched refs:expected_resolution (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/cros/chameleon/ |
D | resolution_comparison.py | 24 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))
|
D | chameleon_screen_test.py | 33 def test_resolution(self, expected_resolution): argument 40 return self._resolution_comparer.compare(expected_resolution) 43 def test_screen(self, expected_resolution, test_mirrored=None, argument 58 error = self._resolution_comparer.compare(expected_resolution) 100 def test_screen_with_image(self, expected_resolution, test_mirrored=None, argument 124 error = self._resolution_comparer.compare(expected_resolution) 130 error = self.test_screen(expected_resolution, test_mirrored)
|