Home
last modified time | relevance | path

Searched refs:test_resolution (Results 1 – 8 of 8) sorted by relevance

/external/autotest/server/site_tests/display_Resolution/
Ddisplay_Resolution.py95 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/
Dmedia_v4l2_test.cc353 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/
Ddisplay_ResolutionList.py56 test_resolution = (width, height)
57 test_name = "%s_%dx%d" % ((interface,) + test_resolution)
/external/autotest/server/site_tests/display_SuspendStress/
Ddisplay_SuspendStress.py42 test_resolution = (width, height)
94 test_resolution, test_mirrored)
/external/autotest/server/site_tests/display_EdidStress/
Ddisplay_EdidStress.py79 if screen_test.test_resolution(resolution):
/external/autotest/client/cros/chameleon/
Dchameleon_screen_test.py36 def test_resolution(self, expected_resolution): member in ChameleonScreenTest
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py867 def test_resolution(self): member in ScaleTest
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py878 def test_resolution(self): member in ScaleTest