Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_regexps.py13 def fullmatch(regexp, s): argument
14 return re.fullmatch(regexp, s, re.MULTILINE)
116 print(TypeInfoVar.regexp)
119 assert fullmatch(TypeInfoVar.regexp, test_empty)
128 assert re.search(TypeInfoVar.regexp, test_simple, re.MULTILINE)
144 assert re.search(TypeInfoVar.regexp, test_interfaces, re.MULTILINE)
158 assert re.search(TypeInfoVar.regexp, test_comments, re.MULTILINE)
173 assert re.search(TypeInfoVar.regexp, test_comments, re.MULTILINE)
223 print(InitialIncludes.regexp)
H A Dqom_macros.py104 regexp = S(r'^[ \t]*typedef', SP, variable in SimpleTypedefMatch
135 regexp = RE_STRUCT_TYPEDEF variable in FullStructTypedefMatch
247 regexp = RE_CHECK_MACRO variable in TypeCheckMacro
442 regexp = S(RE_MACRO_DEFINE, variable in InterfaceCheckMacro
576 regexp = RE_FILE_BEGIN variable in TypeDeclarationFixup
644 regexp = RE_FILE_BEGIN variable in DeclareVoidTypes
697 regexp = S(r'^[ \t]*DECLARE_TYPE_NAME\s*\(', variable in DeclareTypeName
706 regexp = S(r'^[ \t]*OBJECT_DECLARE_TYPE\s*\(', variable in ObjectDeclareType
762 regexp = RE_INCLUDE variable in Include
768 regexp = S(RE_FILE_BEGIN, variable in InitialIncludes
[all …]
H A Dtest_patching.py13 regexp = '[abc]{3}' variable in BasicPattern
50 regexp = S(r'BEGIN\s+', NAMED('name', RE_IDENTIFIER), r'\n', variable in Function
54 regexp = S(r'^\s*', NAMED('name', RE_IDENTIFIER), r'\(\)\n') variable in Statement
H A Dqom_type_info.py36 regexp = RE_ARRAY_ITEM variable in ArrayItem
39 regexp = RE_ARRAY variable in ArrayInitializer
46 regexp = RE_TI_FIELD_INIT variable in FieldInitializer
100 regexp = S(NAMED('begin', RE_TYPEINFO_START), variable in TypeInfoVar
428 regexp = S(r'^[ \t]*OBJECT_DEFINE_TYPE_EXTENDED\s*\(\s*', variable in ObjectDefineTypeExtended
441 regexp = S(r'^[ \t]*OBJECT_DEFINE_TYPE\s*\(\s*', variable in ObjectDefineType
490 regexp = S(r'^[ \t]*#[ \t]*define', CPP_SPACE, variable in AddDeclareVoidInstanceType
808 regexp = S(r'^[ \t]*type_init\s*\(\s*', NAMED('name', RE_IDENTIFIER), r'\s*\);?[ \t]*\n') variable in TypeInitMacro
825 regexp = S(r'static\s+void\s+', NAMED('name', RE_IDENTIFIER), r'\s*\(\s*void\s*\)\n', variable in StaticVoidFunction
856 regexp = S(r'^[ \t]*', NAMED('func_name', 'type_register_static'), variable in TypeRegisterStaticCall
[all …]
H A Dpatching.py46 regexp: Optional[str] = None variable in FileMatch
60 return re.compile(klass.regexp, re.MULTILINE)
214 regexp = r'(?s).*' # (?s) is re.DOTALL variable in FullMatch
326 if not hasattr(klass, 'regexp') or klass.regexp is None:
330 DBG("regexp: %s", klass.regexp)
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch72 FAIL("regexp too big");
75 - r = (regexp *)ckalloc(sizeof(regexp) + (unsigned)rcstate->regsize);
76 + r = (regexp *)malloc(sizeof(regexp) + (unsigned)rcstate->regsize);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/
H A Dliblognorm_2.0.6.bb21 PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,pcre2,"
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py119 regexp = "regexp" variable in GoRecipeHandler.__resolve_repository_static.vcs
128 vcsGitHub[vcs.regexp] = re.compile(
136 vcsBitbucket[vcs.regexp] = re.compile(
144 vcsIBMDevOps[vcs.regexp] = re.compile(
152 vcsApacheGit[vcs.regexp] = re.compile(
160 vcsOpenStackGit[vcs.regexp] = re.compile(
168 vcsChiselapp[vcs.regexp] = re.compile(
176 vcsGeneralServer[vcs.regexp] = re.compile(
198 m = srv[vcs.regexp].match(modulepath)
/openbmc/openbmc/poky/meta/recipes-extended/grep/
H A Dgrep_3.11.bb37 PACKAGECONFIG[pcre] = "--enable-perl-regexp,--disable-perl-regexp,libpcre2"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-Using-native-binaries.patch86 'action_name': 'run_gen-regexp-special-case_action',
89 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen-regexp-special-case<(EXECUTABLE_SUFFIX)',
/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend3 rsyslogd rsyslogrt inet regexp uuid \
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py65 regexp = r'\nROOTFS: .*\.ext4]\n'
66 …self.assertRegex(f.read(), regexp, "Failed to find '%s' in '%s' after running '%s'" % (regexp, qem…
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py402 regexp = regexp_cache[pattern]
405 regexp = re.compile(pattern)
409 regexp_cache[pattern] = regexp
410 if regexp.match(rdepend):
/openbmc/openbmc-test-automation/bin/
H A Dssh_pw82 if { [regexp -expanded ${child_died} $result] } {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/
H A Drsyslog_8.2402.0.bb50 rsyslogd rsyslogrt klog inet regexp uuid libcap-ng libgcrypt \
64 PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,,"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-usage2c.awk-fix-wrong-basename-regexp.patch6 Subject: [PATCH] usage2c.awk: fix wrong basename regexp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/
H A Dxmlstarlet_1.6.1.bb17 file://0001-usage2c.awk-fix-wrong-basename-regexp.patch \
/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/
H A Dtcmode-external-arm.inc64 …libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc…
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dpage_owner.rst80 ``page_owner_sort`` 工具忽略了 ``PFN`` 行,将剩余的行放在buf中,使用regexp
/openbmc/u-boot/
H A DKbuild7 # Default sed regexp - multiline due to syntax constraints
/openbmc/openbmc/poky/scripts/
H A Dsstate-sysroot-cruft.sh28 '#' is used as regexp delimiter, so you don't need to prefix forward slashes in paths.
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py62 or not match_classes[c].regexp:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/
H A DCVE-2021-45444_2.patch103 +autoload -Uz +X regexp-replace VCS_INFO_formats
111 + regexp-replace 'functions[VCS_INFO_formats]' \
/openbmc/openbmc-test-automation/openpower/ipmi/
H A Dtest_ipmi_sdr.robot55 ... regexp=^.*[0-9a-z_].${component_name}\[_0-9a-z]*$
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch77 value. The regexp can be made to work by removing one or more unneeded

12