HomeSort by relevance Sort by last modified time
    Searched refs:IGNORECASE (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/
PRESUBMIT.py 28 if input_api.re.match(regex, token, input_api.re.IGNORECASE):
59 input_api.re.IGNORECASE | input_api.re.MULTILINE)
62 input_api.re.IGNORECASE | input_api.re.MULTILINE)
65 input_api.re.IGNORECASE | input_api.re.MULTILINE)
68 input_api.re.IGNORECASE | input_api.re.MULTILINE)
71 input_api.re.IGNORECASE | input_api.re.MULTILINE)
74 input_api.re.IGNORECASE | input_api.re.MULTILINE)
  /external/chromium_org/third_party/skia/tools/copyright/
fileparser.py 27 self._copyright_pattern = re.compile('copyright', re.IGNORECASE)
29 'copyright.*\D(\d{4})\W*(\w.*[\w.])', re.IGNORECASE)
  /external/skia/tools/copyright/
fileparser.py 27 self._copyright_pattern = re.compile('copyright', re.IGNORECASE)
29 'copyright.*\D(\d{4})\W*(\w.*[\w.])', re.IGNORECASE)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_ie_backend.py 21 if re.search('SCODEF:\d+ CREDAT:\d+', cmd_line, re.IGNORECASE):
  /external/chromium_org/third_party/markdown/
util.py 65 "|progress|video)$", re.IGNORECASE)
  /external/clang/tools/clang-format/
clang-format-diff.py 75 if not re.match('^%s$' % args.iregex, filename, re.IGNORECASE):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 104 re.IGNORECASE)
_strptime.py 17 from re import IGNORECASE
265 return re_compile(self.pattern(format), IGNORECASE)
re.py 90 I IGNORECASE Perform case-insensitive matching.
111 "U", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
117 I = IGNORECASE = sre_compile.SRE_FLAG_IGNORECASE # ignore case
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 104 re.IGNORECASE)
_strptime.py 17 from re import IGNORECASE
265 return re_compile(self.pattern(format), IGNORECASE)
re.py 90 I IGNORECASE Perform case-insensitive matching.
111 "U", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
117 I = IGNORECASE = sre_compile.SRE_FLAG_IGNORECASE # ignore case
  /external/chromium_org/tools/python/google/
platform_utils_win.py 190 drive_regexp = re.compile(r'([a-z]):[/\\]', re.IGNORECASE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
SearchEngine.py 66 flags = flags | re.IGNORECASE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
SearchEngine.py 66 flags = flags | re.IGNORECASE
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 50 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE)
51 _FLOAT_NAN = re.compile('nanf?', re.IGNORECASE)
  /external/chromium_org/tools/findit/common/
http_client_local.py 86 pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 125 ''', re.VERBOSE | re.IGNORECASE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 24 """, re.VERBOSE | re.IGNORECASE).match
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 125 ''', re.VERBOSE | re.IGNORECASE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 24 """, re.VERBOSE | re.IGNORECASE).match
  /external/chromium_org/tools/grit/grit/
util.py 188 re.IGNORECASE)
194 re.IGNORECASE | re.MULTILINE)
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 131 ''', re.MULTILINE | re.DOTALL | re.VERBOSE | re.IGNORECASE)
167 ''', re.MULTILINE | re.DOTALL | re.VERBOSE | re.IGNORECASE)

Completed in 607 milliseconds

1 2 3