Home | History | Annotate | Download | only in site_utils

Lines Matching refs:re

7 import re
333 suitematch = re.match(_SUITE_REGEX, test)
334 name_pattern_match = re.match(r'e:(.*)', test)
335 file_pattern_match = re.match(r'f:(.*)', test)
363 suitematch = re.match(_SUITE_REGEX, test)
364 name_pattern_match = re.match(r'e:(.*)', test)
365 file_pattern_match = re.match(r'f:(.*)', test)