Searched refs:test_resolution (Results 1 - 7 of 7) sorted by relevance

/external/autotest/server/site_tests/display_Resolution/
H A Ddisplay_Resolution.py80 test_resolution = (width, height)
81 test_name = "%s_%dx%d" % ((label,) + test_resolution)
87 test_resolution > (2560,1600)):
132 screen_test.test_screen_with_image(test_resolution,
/external/autotest/server/site_tests/display_ResolutionList/
H A Ddisplay_ResolutionList.py56 test_resolution = (width, height)
57 test_name = "%s_%dx%d" % ((interface,) + test_resolution)
/external/autotest/server/site_tests/display_SuspendStress/
H A Ddisplay_SuspendStress.py42 test_resolution = (width, height)
94 test_resolution, test_mirrored)
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_test.cc281 for (const auto& test_resolution : required_resolutions) {
283 if (max_resolution.width < test_resolution.width ||
284 max_resolution.height < test_resolution.height) {
289 supported_formats, test_resolution.width, test_resolution.height);
291 printf("[Error] %dx%d not found in %s\n", test_resolution.width,
292 test_resolution.height, dev_name.c_str());
/external/autotest/client/cros/chameleon/
H A Dchameleon_screen_test.py33 def test_resolution(self, expected_resolution): member in class:ChameleonScreenTest
/external/autotest/server/site_tests/display_EdidStress/
H A Ddisplay_EdidStress.py79 if screen_test.test_resolution(resolution):
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
H A Dtest_widgets.py864 def test_resolution(self): member in class:ScaleTest

Completed in 313 milliseconds