Searched refs:_INT_NAME_RE (Results 1 – 2 of 2) sorted by relevance
35 _INT_NAME_RE = re.compile(r'^.*\/res\/config\/(?P<int_name>.*).xml$') variable189 match = _INT_NAME_RE.match(test_file)257 match = _INT_NAME_RE.match(rel_config)
37 _INT_NAME_RE = re.compile(r'^.*\/res\/config\/(?P<int_name>.*).xml$') variable193 match = _INT_NAME_RE.match(test_file)261 match = _INT_NAME_RE.match(rel_config)