Searched refs:JAVA_EXT_RE (Results 1 – 6 of 6) sorted by relevance
245 elif file_name and constants.JAVA_EXT_RE.match(file_name):265 if constants.JAVA_EXT_RE.match(dir_item):
249 if constants.JAVA_EXT_RE.match(test_path):
243 elif file_name and constants.JAVA_EXT_RE.match(file_name):263 if constants.JAVA_EXT_RE.match(dir_item):
242 if constants.JAVA_EXT_RE.match(test_path):
217 JAVA_EXT_RE = re.compile(r'.*\.(java|kt)$') variable
226 JAVA_EXT_RE = re.compile(r'.*\.(java|kt)$') variable