Searched refs:CC_EXT_RE (Results 1 – 6 of 6) sorted by relevance
216 CC_EXT_RE = re.compile(r'.*\.(cc|cpp)$') variable
252 CC_EXT_RE = re.compile(r'.*\.(cc|cpp)$') variable
249 elif file_name and constants.CC_EXT_RE.match(file_name):
245 elif constants.CC_EXT_RE.match(test_path):
341 elif file_name and constants.CC_EXT_RE.match(file_name):
366 elif constants.CC_EXT_RE.match(test_path):