Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dmodule_finder.py245 elif file_name and constants.JAVA_EXT_RE.match(file_name):
265 if constants.JAVA_EXT_RE.match(dir_item):
Dtest_finder_utils.py249 if constants.JAVA_EXT_RE.match(test_path):
/tools/tradefederation/core/atest/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/tradefederation/core/atest/
Dconstants_default.py217 JAVA_EXT_RE = re.compile(r'.*\.(java|kt)$') variable
/tools/asuite/atest/
Dconstants_default.py226 JAVA_EXT_RE = re.compile(r'.*\.(java|kt)$') variable