/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
ftplib.py | 771 _150_re = re.compile("150 .* \((\d+) bytes\)", re.IGNORECASE)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_support.py | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenMake.py | 30 gIncludePattern = re.compile(r"^[ \t]*#?[ \t]*include(?:[ \t]*(?:\\(?:\r\n|\r|\n))*[ \t]*)*(?:\(?[\"<]?[ \t]*)([-\w.\\/() \t]+)(?:[ \t]*[\">]?\)?)", re.MULTILINE | re.UNICODE | re.IGNORECASE)
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfPcdObject.py | 613 ReIsValidHexByte = re.compile("^0x[0-9a-f]{1,2}$", re.IGNORECASE)
|
/external/fmtlib/support/ |
docopt.py | 466 re.IGNORECASE | re.MULTILINE)
|
/external/toolchain-utils/ |
build_tool.py | 227 re.IGNORECASE):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/ |
dbtables.py | 100 def __init__(self, likestr, re_flags=re.IGNORECASE):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ftplib.py | 781 _150_re = re.compile("150 .* \((\d+) bytes\)", re.IGNORECASE) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/ |
dbtables.py | 100 def __init__(self, likestr, re_flags=re.IGNORECASE):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ftplib.py | 781 _150_re = re.compile("150 .* \((\d+) bytes\)", re.IGNORECASE) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 100 def __init__(self, likestr, re_flags=re.IGNORECASE):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ftplib.py | 781 _150_re = re.compile("150 .* \((\d+) bytes\)", re.IGNORECASE) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 100 def __init__(self, likestr, re_flags=re.IGNORECASE):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ftplib.py | 781 _150_re = re.compile("150 .* \((\d+) bytes\)", re.IGNORECASE) [all...] |
/system/media/camera/docs/ |
metadata_helpers.py | 639 return bool(re.match('0x[a-f0-9]+$', instr, re.IGNORECASE)) [all...] |
/external/autotest/client/common_lib/ |
pexpect.py | 385 self.ignorecase = False 476 s.append('ignorecase: ' + str(self.ignorecase)) [all...] |
/external/autotest/scheduler/ |
scheduler_models.py | 424 _ALPHANUM_HOST_RE = re.compile(r'^([a-z-]+)(\d+)$', re.IGNORECASE) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_support.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_support.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_support.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_support.py | [all...] |
/build/make/tools/releasetools/ |
common.py | 574 m = re.match(r"^(.*[.]zip)\+(.*[.]zip)$", filename, re.IGNORECASE) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/ |
test_mox.py | 311 """Should return True as we pass IGNORECASE flag.""" 312 self.assertTrue(mox.Regex(r"A", re.IGNORECASE) == "a") [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
pydoc.py | 123 _re_stripid = re.compile(r' at 0x[0-9a-f]{6,16}(>+)$', re.IGNORECASE)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
pydoc.py | 138 _re_stripid = re.compile(r' at 0x[0-9a-f]{6,16}(>+)$', re.IGNORECASE)
[all...] |