Home | History | Annotate | Download | only in graphics

Lines Matching refs:connector_match

520         connector_match = re.match(_MODETEST_CONNECTOR_PATTERN, line)
521 if connector_match is not None:
522 cid = int(connector_match.group(1))
524 if connector_match
526 ctype = connector_match.group(3)