Searched refs:test_resolution (Results 1 – 8 of 8) sorted by relevance
/external/autotest/server/site_tests/display_Resolution/ |
D | display_Resolution.py | 95 test_resolution = (width, height) 96 test_name = "%s_%dx%d" % ((label,) + test_resolution) 102 test_resolution > (2560,1600)): 152 screen_test.test_screen_with_image(test_resolution,
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 353 for (const auto& test_resolution : required_resolutions) { in TestResolutions() local 355 if (max_resolution.width < test_resolution.width || in TestResolutions() 356 max_resolution.height < test_resolution.height) { in TestResolutions() 361 supported_formats, test_resolution.width, test_resolution.height); in TestResolutions() 363 printf("[Error] %dx%d not found in %s\n", test_resolution.width, in TestResolutions() 364 test_resolution.height, dev_name.c_str()); in TestResolutions()
|
/external/autotest/server/site_tests/display_ResolutionList/ |
D | display_ResolutionList.py | 56 test_resolution = (width, height) 57 test_name = "%s_%dx%d" % ((interface,) + test_resolution)
|
/external/autotest/server/site_tests/display_SuspendStress/ |
D | display_SuspendStress.py | 42 test_resolution = (width, height) 94 test_resolution, test_mirrored)
|
/external/autotest/server/site_tests/display_EdidStress/ |
D | display_EdidStress.py | 79 if screen_test.test_resolution(resolution):
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_screen_test.py | 36 def test_resolution(self, expected_resolution): member in ChameleonScreenTest
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 867 def test_resolution(self): member in ScaleTest
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 878 def test_resolution(self): member in ScaleTest
|