Searched refs:MULTILINE (Results 1 – 25 of 31) sorted by relevance
12
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/ |
D | Trim.py | 37 gTypedefPattern = re.compile("^\s*typedef\s+struct(\s+\w+)?\s*[{]*$", re.MULTILINE) 39 gPragmaPattern = re.compile("^\s*#pragma\s+pack", re.MULTILINE) 41 gTypedef_SinglePattern = re.compile("^\s*typedef", re.MULTILINE) 43 gTypedef_MulPattern = re.compile("^\s*(typedef)?\s+(struct|union)(\s+\w+)?\s*[{]*$", re.MULTILINE) 58 gAslIncludePattern = re.compile("^(\s*)[iI]nclude\s*\(\"?([^\"\(\)]+)\"\)", re.MULTILINE) 60 gAslCIncludePattern = re.compile(r'^(\s*)#include\s*[<"]\s*([-\\/\w.]+)\s*([>"])', re.MULTILINE) 64 re.compile('^(\s*)\(\*\*PeiServices\)\.PciCfg\s*=\s*([^;\s]+);', re.MULTILINE), 76 re.compile('^(\s*)\(\*PeiServices\)->PciCfg\s*=\s*([^;\s]+);', re.MULTILINE), 88 re.compile("(\s*).+->Modify[\s\n]*\(", re.MULTILINE), 93 re.compile("(\W*)gRT->ReportStatusCode[\s\n]*\(", re.MULTILINE), [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | mailerdaemon.py | 68 x = re.compile(x, re.MULTILINE) 72 xl.append(re.compile(x, re.MULTILINE)) 86 re.compile(r'^<<< 5\d{2} (?P<reason>.*)', re.MULTILINE), 88 re.compile('^Diagnostic-Code: (?P<reason>.*)', re.MULTILINE), 90 emparse_list_from = re.compile('^From:', re.IGNORECASE|re.MULTILINE) 134 exp = re.compile(re.escape(email).join(regexp.split('<>')), re.MULTILINE)
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | create-release.py | 65 re.MULTILINE) 83 revision_re = re.compile('^Revision\:\s*([\da-f]+)$', re.MULTILINE) 96 newline_re = re.compile(r'(\n|\r\n|\r(?!\n))', re.MULTILINE)
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | PatchCheck.py | 92 return re.compile(re_str, re.MULTILINE|re.IGNORECASE) 105 re.VERBOSE | re.MULTILINE) 130 re.MULTILINE|re.IGNORECASE) 382 re.IGNORECASE | re.VERBOSE | re.MULTILINE) 439 re.IGNORECASE | re.VERBOSE | re.MULTILINE) 451 re.IGNORECASE | re.VERBOSE | re.MULTILINE)
|
D | ConvertMasmToNasm.py | 268 re.VERBOSE | re.MULTILINE 405 whitespaceRe = re.compile(r'\s+', re.MULTILINE)
|
/device/generic/goldfish/ril/ |
D | atchannel.h | 50 MULTILINE /* multiple line intermediate response enumerator
|
D | atchannel.c | 278 case MULTILINE: in processLine() 869 err = at_send_command_full (command, MULTILINE, responsePrefix, in at_send_command_multiline()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | textwrap.py | 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) 372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE)
|
D | csv.py | 222 regexp = re.compile(restr, re.DOTALL | re.MULTILINE) 270 {'delim':re.escape(delim), 'quote':quotechar}, re.MULTILINE)
|
D | re.py | 124 M = MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | textwrap.py | 363 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) 364 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE)
|
D | csv.py | 218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE) 265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
|
D | re.py | 120 M = MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
|
D | doctest.py | 534 ''', re.MULTILINE | re.VERBOSE) 556 """, re.VERBOSE | re.MULTILINE | re.DOTALL) 679 re.MULTILINE) 709 _INDENT_RE = re.compile('^([ ]*)(?=\S)', re.MULTILINE)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | scanner.py | 13 (re.VERBOSE | re.MULTILINE | re.DOTALL))
|
D | decoder.py | 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
D | scanner.py | 13 (re.VERBOSE | re.MULTILINE | re.DOTALL))
|
D | decoder.py | 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/ |
D | get-remote-certificate.py | 25 certfile_contents, re.MULTILINE | re.DOTALL)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | generator.py | 20 fcre = re.compile(r'^From ', re.MULTILINE) 359 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
|
D | header.py | 43 ''', re.VERBOSE | re.IGNORECASE | re.MULTILINE)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | IdfClassObject.py | 25 IMAGE_TOKEN = re.compile('IMAGE_TOKEN *\(([A-Z0-9_]+) *\)', re.MULTILINE | re.UNICODE)
|
D | StrGather.py | 65 STRING_TOKEN = re.compile('STRING_TOKEN *\(([A-Z0-9_]+) *\)', re.MULTILINE | re.UNICODE) 66 COMPATIBLE_STRING_TOKEN = re.compile('STRING_TOKEN *\(([A-Z0-9_]+) *\)', re.MULTILINE | re.UNICODE)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_threading.py | 364 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
D | ccbench.py | 86 pat = re.compile(r'^(\s*def\s)|(.*(?<!\w)lambda(:|\s))|^(\s*@)', re.MULTILINE)
|
12