Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/test_finders/
Dmodule_finder.py243 elif file_name and constants.JAVA_EXT_RE.match(file_name):
263 if constants.JAVA_EXT_RE.match(dir_item):
Dtest_finder_utils.py242 if constants.JAVA_EXT_RE.match(test_path):
/tools/asuite/atest-py2/
Dconstants_default.py217 JAVA_EXT_RE = re.compile(r'.*\.(java|kt)$') variable
/tools/asuite/atest/
Dconstants_default.py253 JAVA_EXT_RE = re.compile(r'.*\.(java|kt)$') variable
/tools/asuite/atest/test_finders/
Dmodule_finder.py327 elif file_name and constants.JAVA_EXT_RE.match(file_name):
364 if constants.JAVA_EXT_RE.match(dir_item):
Dtest_finder_utils.py349 if constants.JAVA_EXT_RE.match(test_path):