Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/
Dconstants_default.py216 CC_EXT_RE = re.compile(r'.*\.(cc|cpp)$') variable
/tools/asuite/atest/
Dconstants_default.py252 CC_EXT_RE = re.compile(r'.*\.(cc|cpp)$') variable
/tools/asuite/atest-py2/test_finders/
Dmodule_finder.py249 elif file_name and constants.CC_EXT_RE.match(file_name):
Dtest_finder_utils.py245 elif constants.CC_EXT_RE.match(test_path):
/tools/asuite/atest/test_finders/
Dmodule_finder.py341 elif file_name and constants.CC_EXT_RE.match(file_name):
Dtest_finder_utils.py366 elif constants.CC_EXT_RE.match(test_path):