Home
last modified time | relevance | path

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

/external/autotest/client/cros/graphics/
Dgraphics_utils.py497 _MODETEST_CRTCS_START_PATTERN = re.compile(r'^id\s+fb\s+pos\s+size') variable
621 if re.match(_MODETEST_CRTCS_START_PATTERN, line) is not None: