Searched refs:MULTILINE (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/ |
| H A D | sort-pmuevents.py | 36 …mpile( '^(.*?)^(struct|const struct|static struct|static const struct)', re.MULTILINE | re.DOTALL ) 39 …truct|static struct|static const struct).*?(\w+) (.*?)\[\] = {(.*?)^};', re.MULTILINE | re.DOTALL ) 40 field_regex = re.compile( '{.*?},', re.MULTILINE | re.DOTALL ) 41 cpuid_regex = re.compile( '\.cpuid = (.*?),', re.MULTILINE | re.DOTALL ) 42 name_regex = re.compile( '\.name = (.*?),', re.MULTILINE | re.DOTALL )
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 114 … r'definitely lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\sblocks', re.MULTILINE | re.DOTALL) 116 … r'indirectly lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL) 118 r'possibly lost:\s+([,0-9]+)bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL) 120 … r'ERROR SUMMARY:\s+([,0-9]+) errors from\s+([,0-9]+)\s+contexts', re.MULTILINE | re.DOTALL)
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | patchreview.py | 48 sob_re = re.compile(r"^[\t ]*(Signed[-_ ]off[-_ ]by:?)[\t ]*(.+)", re.IGNORECASE | re.MULTILINE) 49 …atus_re = re.compile(r"^[\t ]*(Upstream[-_ ]Status:?)[\t ]*([\w-]*)", re.IGNORECASE | re.MULTILINE) 50 cve_tag_re = re.compile(r"^[\t ]*(CVE:)[\t ]*(.*)", re.IGNORECASE | re.MULTILINE)
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | atchannel.h | 50 MULTILINE /* multiple line intermediate response enumerator
|
| H A D | atchannel.c | 274 case MULTILINE: in processLine() 920 err = at_send_command_full (command, MULTILINE, responsePrefix, in at_send_command_multiline()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | verify-bashisms | 29 BASHISM_WARNING = re.compile(r'^(possible bashism in.*)$', re.MULTILINE)
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_console_base.py | 109 self.prompt_compiled = re.compile('^' + re.escape(self.prompt), re.MULTILINE)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | meson.bbclass | 166 … warn_re = re.compile(r"^WARNING: Cross property (.+) is using default value (.+)$", re.MULTILINE)
|
| H A D | insane.bbclass | 1210 kinda_status_re = re.compile(r"^.*upstream.*status.*$", re.IGNORECASE | re.MULTILINE) 1211 …(Pending|Submitted|Denied|Accepted|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE)
|
| H A D | create-spdx.bbclass | 41 …c_regex = re.compile(rb'^\W*SPDX-License-Identifier:\s*([ \w\d.()+-]+?)(?:\s+\W*)?$', re.MULTILINE)
|
| H A D | package.bbclass | 2006 … for m in re.finditer(r"DLL Name: (.*?\.dll)$", out.decode(), re.MULTILINE | re.IGNORECASE):
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 248 for layer, path, pri in re.findall(r'^(\S+) +([^\n]*?) +(\d+)$', output, re.MULTILINE):
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 296 str(tidx["matchPattern"]), re.DOTALL | re.MULTILINE)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 413 out, re.MULTILINE|re.DOTALL)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 1750 re.MULTILINE)
|