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

1 2 3 4 5

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
script_injector.py 25 re.IGNORECASE | re.DOTALL)
27 re.IGNORECASE | re.DOTALL)
29 re.IGNORECASE | re.DOTALL)
  /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/tpm2/generator/
generator.py 65 if re.search('part2', name, re.IGNORECASE):
69 if re.search('part3', name, re.IGNORECASE):
  /external/autotest/client/bin/
package.py 140 not_inst_pattern = re.compile('not-installed', re.IGNORECASE)
201 package_pattern = re.compile('RPM', re.IGNORECASE)
203 package_pattern = re.compile('Debian', re.IGNORECASE)
  /external/protobuf/gtest/test/
run_tests_util.py 135 PYTHON_TEST_REGEX = re.compile(r'_(unit)?test\.py$', re.IGNORECASE)
136 BINARY_TEST_REGEX = re.compile(r'_(unit)?test(\.exe)?$', re.IGNORECASE)
137 BINARY_TEST_SEARCH_REGEX = re.compile(r'_(unit)?test\.exe$', re.IGNORECASE)
  /external/autotest/client/tests/kvm/tests/
cpu_hotplug.py 78 cpu_regexp = re.compile("cpu(\d+)", re.IGNORECASE)
  /external/autotest/client/tests/unixbench5/
unixbench5.py 76 if re.search('no measured results', line, flags=re.IGNORECASE):
  /external/clang/tools/clang-format/
clang-format-diff.py 79 if not re.match('^%s$' % args.iregex, filename, re.IGNORECASE):
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
chktrcmp.py 52 c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE )
  /external/llvm/utils/
schedcover.py 76 filt = re.compile(sys.argv[2], re.IGNORECASE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 104 re.IGNORECASE)
_strptime.py 17 from re import IGNORECASE
265 return re_compile(self.pattern(format), IGNORECASE)
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 104 re.IGNORECASE)
_strptime.py 17 from re import IGNORECASE
265 return re_compile(self.pattern(format), IGNORECASE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 104 re.IGNORECASE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 104 re.IGNORECASE)
  /external/autotest/client/cros/audio/
alsa_utils.py 122 cpat = re.compile(r'\b%s\b' % cname, re.IGNORECASE)
123 scpat = re.compile(r'\b%s\b' % scname, re.IGNORECASE)
  /external/autotest/client/virt/
ppm_utils.py 26 exp = re.compile(r"(.*_)?" + md5sum + r"\.ppm", re.IGNORECASE)
virt_env_process.py 387 if re.search("Your.IP", line, re.IGNORECASE):
391 if re.search("Client.Ethernet.Address", line, re.IGNORECASE):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
aclhelpers.py 93 if re.match(regex, text, re.IGNORECASE):
277 if re.match(regex, self.identifier, re.IGNORECASE):
  /external/nanopb-c/generator/google/protobuf/
text_format.py 50 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE)
51 _FLOAT_NAN = re.compile('nanf?', re.IGNORECASE)

Completed in 467 milliseconds

1 2 3 4 5