Home
last modified time | relevance | path

Searched refs:IGNORECASE (Results 1 – 25 of 115) sorted by relevance

12345

/external/ply/ply/doc/
Dmakedoc.py24 alink = re.compile(r"<a *name *= *\"(.*)\"></a>", re.IGNORECASE)
25 heading = re.compile(r"(_nn\d)", re.IGNORECASE)
62 h1 = re.compile(r".*?<H1>(<a.*a>)*[\d\.\s]*(.*?)</H1>", re.IGNORECASE)
63 h2 = re.compile(r".*?<H2>(<a.*a>)*[\d\.\s]*(.*?)</H2>", re.IGNORECASE)
64 h3 = re.compile(r".*?<H3>(<a.*a>)*[\d\.\s]*(.*?)</H3>", re.IGNORECASE)
65 h4 = re.compile(r".*?<H4>(<a.*a>)*[\d\.\s]*(.*?)</H4>", re.IGNORECASE)
66 h5 = re.compile(r".*?<H5>(<a.*a>)*[\d\.\s]*(.*?)</H5>", re.IGNORECASE)
/external/pigweed/pw_console/py/
Dlog_filter_test.py47 re.IGNORECASE,
54 re.IGNORECASE,
68 re.IGNORECASE,
76 re.IGNORECASE,
/external/yapf/yapf/yapflib/
Dyapf_api.py302 elif re.search(DISABLE_PATTERN, uwline.last.value.strip(), re.IGNORECASE):
309 line.split('\n')[0].strip(), re.IGNORECASE) or
311 line.split('\n')[-1].strip(), re.IGNORECASE))
316 line.split('\n')[0].strip(), re.IGNORECASE) or
318 line.split('\n')[-1].strip(), re.IGNORECASE))
/external/skia/tools/copyright/
Dfileparser.py27 self._copyright_pattern = re.compile('copyright', re.IGNORECASE)
29 'copyright.*\D(\d{4})\W*(\w.*[\w.])', re.IGNORECASE)
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dkeep_sorted.py45 _START = re.compile(r'keep-sorted: (begin|start)', re.IGNORECASE)
46 _END = re.compile(r'keep-sorted: (stop|end)', re.IGNORECASE)
47 _IGNORE_CASE = re.compile(r'ignore-case', re.IGNORECASE)
48 _ALLOW_DUPES = re.compile(r'allow-dupes', re.IGNORECASE)
49 _IGNORE_PREFIX = re.compile(r'ignore-prefix=(\S+)', re.IGNORECASE)
50 _STICKY_COMMENTS = re.compile(r'sticky-comments=(\S+)', re.IGNORECASE)
/external/autotest/client/bin/
Dpackage.py145 not_inst_pattern = re.compile('not-installed', re.IGNORECASE)
206 package_pattern = re.compile('RPM', re.IGNORECASE)
208 package_pattern = re.compile('Debian', re.IGNORECASE)
/external/python/cpython2/Tools/nuget/
Dmake_zip.py17 TKTCL_RE = re.compile(r'^(_?tk|tcl).+\.(pyd|dll)', re.IGNORECASE)
18 DEBUG_RE = re.compile(r'_d\.(pyd|dll|exe|pdb|lib)$', re.IGNORECASE)
19 PYTHON_DLL_RE = re.compile(r'python\d\d?\.dll$', re.IGNORECASE)
/external/tensorflow/tensorflow/tools/docs/
Dfenced_doctest_lib.py132 if re.search('<!--.*?doctest.*?skip.*?all.*?-->', string, re.IGNORECASE):
136 if re.search('doctest.*skip', match.group(0), re.IGNORECASE):
/external/python/setuptools/setuptools/_vendor/packaging/
Drequirements.py56 VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE)
57 VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE)
/external/python/setuptools/pkg_resources/_vendor/packaging/
Drequirements.py56 VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE)
57 VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE)
/external/webrtc/tools_webrtc/sslroots/
Dgenerate_sslroots.py152 prog = re.compile(decl_block, re.IGNORECASE)
157 prog2 = re.compile(cert_block, re.IGNORECASE | re.MULTILINE | re.DOTALL)
/external/python/cpython2/Tools/scripts/
Drgrep.py18 reflags = reflags | re.IGNORECASE
/external/python/cpython3/Tools/scripts/
Drgrep.py19 reflags = reflags | re.IGNORECASE
/external/autotest/client/cros/audio/
Dalsa_utils.py140 cpat = re.compile(r'\b%s\b' % cname, re.IGNORECASE)
141 scpat = re.compile(r'\b%s\b' % scname, re.IGNORECASE)
/external/llvm/utils/
Dschedcover.py76 filt = re.compile(sys.argv[2], re.IGNORECASE)
/external/freetype/src/tools/
Dchktrcmp.py53 c_pathname_pat = re.compile('^.*\.[ch]$', re.IGNORECASE)
/external/gfxstream-protocols/registry/vulkan/scripts/htmldiff/
Dhtmldiff45 re.IGNORECASE)
/external/clang/tools/clang-format/
Dclang-format-diff.py76 if not re.match('^%s$' % args.iregex, filename, re.IGNORECASE):
/external/python/cpython3/Lib/idlelib/
Doutwin.py26 file_line_progs = [re.compile(pat, re.IGNORECASE)
/external/yapf/yapf/third_party/yapf_diff/
Dyapf_diff.py98 elif not re.match('^%s$' % args.iregex, filename, re.IGNORECASE):
/external/python/cpython2/Lib/
Dtoken.py102 re.IGNORECASE)
D_strptime.py17 from re import IGNORECASE
269 return re_compile(self.pattern(format), IGNORECASE)
/external/python/cpython2/Lib/idlelib/
DOutputWindow.py82 l.append(re.compile(pat, re.IGNORECASE))
/external/crosvm/tools/
Dbench18 syscall_re = re.compile(r"^(\w+)\(.+?= .+$", re.IGNORECASE | re.MULTILINE)
/external/python/apitools/apitools/base/protorpclite/
Dutil.py52 _TIME_ZONE_RE = re.compile(_TIME_ZONE_RE_STRING, re.IGNORECASE | re.VERBOSE)

12345