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

1 2 3 4 5 6

  /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-trace/catapult/telemetry/third_party/web-page-replay/
script_injector.py 26 re.IGNORECASE | re.DOTALL)
28 re.IGNORECASE | re.DOTALL)
30 re.IGNORECASE | re.DOTALL)
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 297 re.VERBOSE | re.IGNORECASE
305 re.VERBOSE | re.IGNORECASE
314 re.VERBOSE | re.IGNORECASE
317 varAndTypeSubRe = re.compile(varAndTypeSubRe, re.VERBOSE | re.IGNORECASE)
324 re.VERBOSE | re.IGNORECASE
332 re.VERBOSE | re.IGNORECASE
340 re.VERBOSE | re.IGNORECASE
348 re.VERBOSE | re.IGNORECASE
357 re.VERBOSE | re.IGNORECASE
366 re.VERBOSE | re.IGNORECASE
    [all...]
PatchCheck.py 92 return re.compile(re_str, re.MULTILINE|re.IGNORECASE)
130 re.MULTILINE|re.IGNORECASE)
368 re.IGNORECASE | re.VERBOSE | re.MULTILINE)
425 re.IGNORECASE | re.VERBOSE | re.MULTILINE)
437 re.IGNORECASE | re.VERBOSE | re.MULTILINE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
rgrep.py 18 reflags = reflags | re.IGNORECASE
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParserMisc.py 139 ReIsSourcesSection = re.compile("^\s*\[Sources.*\]\s.*$", re.IGNORECASE)
140 ReIsBinarySection = re.compile("^\s*\[Binaries.*\]\s.*$", 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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 102 re.IGNORECASE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 104 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 76 if not re.match('^%s$' % args.iregex, filename, 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)
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 104 re.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)
  /prebuilts/tools/common/google-java-format/
google-java-format-diff.py 75 if not re.match('^%s$' % args.iregex, filename, 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))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
world 124 cre = re.compile(regexp, re.IGNORECASE)
  /external/autotest/client/cros/audio/
alsa_utils.py 129 cpat = re.compile(r'\b%s\b' % cname, re.IGNORECASE)
130 scpat = re.compile(r'\b%s\b' % scname, re.IGNORECASE)

Completed in 806 milliseconds

1 2 3 4 5 6