Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dcmd_load_symbols.py44 regex = None variable
57 regex = region_reg variable
60 regex = region_reg variable
63 regex = region_reg variable
68 m = regex.match(a)
70 if regex.groups == 1:
75 if regex.groups == 1:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_strptime.py236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
237 regex = '(?P<%s>%s' % (directive, regex)
238 return '%s)' % regex
Dtarfile.py1380 regex = re.compile(r"(\d+) ([^=]+)=", re.U)
1383 match = regex.match(buf, pos)
/device/linaro/bootloader/edk2/OvmfPkg/
Dcreate-release.py64 regex = re.compile(r'^\s*git-svn-id:\s+\S+@(\d+)\s+[0-9a-f\-]+$',
66 mo = regex.search(stdout)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DREADME132 oniggnu.h GNU regex API header file. (public)
133 reggnu.c GNU regex API functions
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DPatchCheck.py110 regex = self.make_signature_re(sig)
112 sigs = regex.findall(self.msg)
DConvertMasmToNasm.py509 regex = re.compile(r'(?<![_\w\d])(?<!ASM_PFX\()(' + re.escape(name) +
511 self.globals.add(regex)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME34 all its regular expression needs, instead of the regex and regsub
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME446 posix, pwd, readline, regex, reop,
503 regex, rotor, select, struct, strop, syslog, termios
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME453 posix, pwd, readline, regex, reop,
510 regex, rotor, select, struct, strop, syslog, termios