Home
last modified time | relevance | path

Searched refs:MULTILINE (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py36 …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 DvalgrindPlugin.py114 … 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 Dpatchreview.py48 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 Datchannel.h50 MULTILINE /* multiple line intermediate response enumerator
H A Datchannel.c274 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 Dverify-bashisms29 BASHISM_WARNING = re.compile(r'^(possible bashism in.*)$', re.MULTILINE)
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py109 self.prompt_compiled = re.compile('^' + re.escape(self.prompt), re.MULTILINE)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmeson.bbclass166 … warn_re = re.compile(r"^WARNING: Cross property (.+) is using default value (.+)$", re.MULTILINE)
H A Dinsane.bbclass1210 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 Dcreate-spdx.bbclass41 …c_regex = re.compile(rb'^\W*SPDX-License-Identifier:\s*([ \w\d.()+-]+?)(?:\s+\W*)?$', re.MULTILINE)
H A Dpackage.bbclass2006 … 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__.py248 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 Dtdc.py296 str(tidx["matchPattern"]), re.DOTALL | re.MULTILINE)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py413 out, re.MULTILINE|re.DOTALL)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1750 re.MULTILINE)