Home
last modified time | relevance | path

Searched refs:_is_ignored_path (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/code_analysis/
H A Dtest_mach_commands.py35 from mozbuild.code_analysis.mach_commands import _is_ignored_path
47 _is_ignored_path(command_context, ignored_dirs_re, path) is not None
57 _is_ignored_path(command_context, ignored_dirs_re, win32_path)
64 _is_ignored_path(command_context, ignored_dirs_re, "path2") is None
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/code_analysis/
H A Dtest_mach_commands.py46 self.assertTrue(cmd._is_ignored_path(ignored_dirs_re, path) is not None)
55 cmd._is_ignored_path(ignored_dirs_re, win32_path) is not None
60 self.assertTrue(cmd._is_ignored_path(ignored_dirs_re, "path2") is None)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/test/code_analysis/
H A Dtest_mach_commands.py46 self.assertTrue(cmd._is_ignored_path(ignored_dirs_re, path) is not None)
55 cmd._is_ignored_path(ignored_dirs_re, win32_path) is not None
60 self.assertTrue(cmd._is_ignored_path(ignored_dirs_re, "path2") is None)
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/code_analysis/
H A Dmach_commands.py1730 def _is_ignored_path(command_context, ignored_dir_re, f): function
1756 if _is_ignored_path(command_context, ignored_dir_re, f):
1768 if f_in_dir.endswith(extensions) and not _is_ignored_path(
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dmach_commands.py1966 def _is_ignored_path(self, ignored_dir_re, f): member in StaticAnalysis
1991 if self._is_ignored_path(ignored_dir_re, f):
2003 and not self._is_ignored_path(ignored_dir_re, f_in_dir)):
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/code_analysis/
H A Dmach_commands.py2834 def _is_ignored_path(self, ignored_dir_re, f): member in StaticAnalysis
2859 if self._is_ignored_path(ignored_dir_re, f):
2871 if f_in_dir.endswith(extensions) and not self._is_ignored_path(
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/code_analysis/
H A Dmach_commands.py2834 def _is_ignored_path(self, ignored_dir_re, f): member in StaticAnalysis
2859 if self._is_ignored_path(ignored_dir_re, f):
2871 if f_in_dir.endswith(extensions) and not self._is_ignored_path(
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/code-analysis/
H A Dmach_commands.py2138 def _is_ignored_path(self, ignored_dir_re, f): member in StaticAnalysis
2163 if self._is_ignored_path(ignored_dir_re, f):
2176 and not self._is_ignored_path(ignored_dir_re, f_in_dir)):