/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | test_regexps.py | 13 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 D | qom_macros.py | 104 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 D | test_patching.py | 13 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 D | qom_type_info.py | 36 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 D | patching.py | 46 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 D | 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch | 72 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 D | liblognorm_2.0.6.bb | 21 PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,pcre2,"
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 119 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 D | grep_3.11.bb | 37 PACKAGECONFIG[pcre] = "--enable-perl-regexp,--disable-perl-regexp,libpcre2"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Using-native-binaries.patch | 86 '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 D | rsyslog_%.bbappend | 3 rsyslogd rsyslogrt inet regexp uuid \
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runqemu.py | 65 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 D | providers.py | 402 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 D | ssh_pw | 82 if { [regexp -expanded ${child_died} $result] } {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/ |
H A D | rsyslog_8.2402.0.bb | 50 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 D | 0001-usage2c.awk-fix-wrong-basename-regexp.patch | 6 Subject: [PATCH] usage2c.awk: fix wrong basename regexp
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/ |
H A D | xmlstarlet_1.6.1.bb | 17 file://0001-usage2c.awk-fix-wrong-basename-regexp.patch \
|
/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/ |
H A D | tcmode-external-arm.inc | 64 …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 D | page_owner.rst | 80 ``page_owner_sort`` 工具忽略了 ``PFN`` 行,将剩余的行放在buf中,使用regexp提
|
/openbmc/u-boot/ |
H A D | Kbuild | 7 # Default sed regexp - multiline due to syntax constraints
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-sysroot-cruft.sh | 28 '#' is used as regexp delimiter, so you don't need to prefix forward slashes in paths.
|
/openbmc/qemu/scripts/codeconverter/ |
H A D | converter.py | 62 or not match_classes[c].regexp:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/ |
H A D | CVE-2021-45444_2.patch | 103 +autoload -Uz +X regexp-replace VCS_INFO_formats 111 + regexp-replace 'functions[VCS_INFO_formats]' \
|
/openbmc/openbmc-test-automation/openpower/ipmi/ |
H A D | test_ipmi_sdr.robot | 55 ... regexp=^.*[0-9a-z_].${component_name}\[_0-9a-z]*$
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-fix-man-file.patch | 77 value. The regexp can be made to work by removing one or more unneeded
|