| /openbmc/bmcweb/test/redfish-core/include/ |
| H A D | event_matches_filter_test.cpp | 16 persistent_data::UserSubscription sub; in TEST() local 20 EXPECT_TRUE(eventMatchesFilter(sub, event, "Event")); in TEST() 25 persistent_data::UserSubscription sub; in TEST() local 26 sub.resourceTypes.emplace_back("Task"); in TEST() 27 EXPECT_FALSE(eventMatchesFilter(sub, event, "Event")); in TEST() 28 EXPECT_TRUE(eventMatchesFilter(sub, event, "Task")); in TEST() 33 persistent_data::UserSubscription sub; in TEST() local 34 sub.registryMsgIds.emplace_back("OpenBMC.PostComplete"); in TEST() 38 EXPECT_TRUE(eventMatchesFilter(sub, event, "Event")); in TEST() 42 EXPECT_FALSE(eventMatchesFilter(sub, event, "Event")); in TEST() [all …]
|
| /openbmc/qemu/tests/ |
| H A D | meson.build | 9 'test-qapi-commands-sub-sub-module.c', 10 'test-qapi-commands-sub-sub-module.h', 15 'test-qapi-events-sub-sub-module.c', 16 'test-qapi-events-sub-sub-module.h', 25 'test-qapi-types-sub-sub [all...] |
| /openbmc/qemu/tests/include/ |
| H A D | meson.build | 3 'test-qapi-commands-sub-module.c', 4 'test-qapi-commands-sub-module.h', 5 'test-qapi-events-sub-module.c', 6 'test-qapi-events-sub-module.h', 7 'test-qapi-types-sub-module.c', 8 'test-qapi-types-sub-module.h', 9 'test-qapi-visit-sub-module.c', 10 'test-qapi-visit-sub-module.h',
|
| /openbmc/boost-dbus/include/dbus/ |
| H A D | message.hpp | 158 message::packer sub; in pack() local 162 if (iter_.open_container(signature[0], &signature[1], sub.iter_) == in pack() 167 if (!sub.pack(element)) { in pack() 171 return iter_.close_container(sub.iter_); in pack() 219 message::packer sub; in pack() local 220 iter_.open_container(element<dbus_variant>::code, type, sub.iter_); in pack() 221 boost::apply_visitor([&](const auto& val) { sub.pack(val); }, v); in pack() 222 iter_.close_container(sub.iter_); in pack() 317 message::unpacker sub; in unpack() local 318 iter_.recurse(sub.iter_); in unpack() [all …]
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | scu.c | 85 static int scu_ipc_cmd(struct ipc_regs *regs, u32 cmd, u32 sub, in scu_ipc_cmd() argument 93 scu_ipc_send_command(regs, (inlen << 16) | (sub << 12) | cmd); in scu_ipc_cmd() 119 int scu_ipc_raw_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, in scu_ipc_raw_command() argument 152 return scu_ipc_cmd(scu->regs, cmd, sub, inbuf, inlen, out, outlen); in scu_ipc_raw_command() 167 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command() argument 179 scu_ipc_send_command(scu->regs, sub << 12 | cmd); in scu_ipc_simple_command() 194 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command() argument 206 return scu_ipc_cmd(scu->regs, cmd, sub, in, inlen, out, outlen); in scu_ipc_command()
|
| /openbmc/boost-dbus/include/dbus/impl/ |
| H A D | message_iterator.ipp | 23 inline bool message_iterator::open_container(int code, const char *signature, message_iterator& sub) 26 …return dbus_message_iter_open_container(&DBusMessageIter_, code, signature, &sub.DBusMessageIter_); 29 inline bool message_iterator::close_container(message_iterator& sub) 32 return dbus_message_iter_close_container(&DBusMessageIter_, &sub.DBusMessageIter_); 35 inline void message_iterator::abandon_container(message_iterator& sub) 37 dbus_message_iter_abandon_container(&DBusMessageIter_, &sub.DBusMessageIter_); 76 inline void message_iterator::recurse(message_iterator& sub) 78 dbus_message_iter_recurse(&DBusMessageIter_, &sub.DBusMessageIter_);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | autoreconf-exclude.patch | 18 --no-recursive don't rebuild sub-packages 35 @@ -161,6 +166,7 @@ sub parse_args () 43 @@ -170,6 +176,8 @@ sub parse_args () 52 @@ -493,8 +501,11 @@ sub autoreconf_current_directory ($) 64 @@ -691,9 +702,12 @@ sub autoreconf_current_directory ($) 77 @@ -730,8 +744,11 @@ sub autoreconf_current_directory ($) 89 @@ -769,7 +786,10 @@ sub autoreconf_current_directory ($) 100 @@ -790,7 +810,10 @@ sub autoreconf_current_directory ($) 111 @@ -807,7 +830,10 @@ sub autoreconf_current_directory ($)
|
| /openbmc/openbmc/meta-security/recipes-perl/perl/files/ |
| H A D | libwhisker2.patch | 28 @@ -171,7 +173,7 @@ sub command_install_pod { 37 @@ -219,7 +221,7 @@ sub command_install_pod { 38 sub command_uninstall_pod { 46 @@ -243,7 +245,7 @@ sub command_install_library { 55 @@ -271,7 +273,7 @@ sub command_install_library { 56 sub command_uninstall_library { 64 @@ -401,7 +403,7 @@ sub command_socket_diag { 65 sub command_install_compat {
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | convert-overrides.py | 116 for sub in subs: 117 if sub in line: 118 line = line.replace(sub, subs[sub]) 122 line = package_re[pvar][0].sub(package_re[pvar][1], line) 124 line = vars_re[var][0].sub(vars_re[var][1], line) 126 line = shortvars_re[shortvar][0].sub(shortvars_re[shortvar][1], line)
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | libqos.c | 82 QDict *rsp, *sub; in migrate() local 88 sub = qdict_get_qdict(rsp, "return"); in migrate() 89 g_assert(qdict_haskey(sub, "running")); in migrate() 90 running = qdict_get_bool(sub, "running"); in migrate() 116 sub = qdict_get_qdict(rsp, "return"); in migrate() 117 g_assert(qdict_haskey(sub, "status")); in migrate() 118 st = qdict_get_str(sub, "status"); in migrate()
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | scu.h | 26 int scu_ipc_simple_command(u32 cmd, u32 sub); 27 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen); 28 int scu_ipc_raw_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out,
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | source_file_format.txt | 24 Additionally, old uImage format has been extended to support multi sub-images 87 To identify FIT sub-nodes representing images, hashes, configurations (which 88 are defined in the following sections), the "unit name" of the given sub-node 126 load addresses supplied within sub-image nodes. May be omitted when no 130 - images : This node contains a set of sub-nodes, each of them representing 131 single component sub-image (like kernel, ramdisk, etc.). At least one 132 sub-image is required. 142 This node is a container node for component sub-image nodes. Each sub-node of 146 |- description = "component sub-image description" 148 |- type = "sub-image type name" [all …]
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | dbus-unit-test.py | 36 line = re.sub( 42 line = re.sub( 48 line = re.sub( 54 line = re.sub("<deny", "<allow", line)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/ |
| H A D | 0001-usage2c.awk-fix-wrong-basename-regexp.patch | 29 sub(/\.txt$/, "", command_name); 30 - sub(/^([^\/]+\/)*/, "", command_name); 31 + sub(/^.*\//, "", command_name);
|
| /openbmc/qemu/tests/qapi-schema/include/ |
| H A D | sub-module.json | 6 { 'include': '../sub-sub-module.json' }
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | sub-sub-module.json | 4 # Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
|
| H A D | include-simple.out | 12 include include-simple-sub.json 13 module include-simple-sub.json
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 270 value = cls.AMPERSAND_OR_BRACKET.sub( 292 value = cls.BARE_AMPERSAND_OR_BRACKET.sub( 313 return cls.CHARACTER_TO_HTML_ENTITY_RE.sub( 634 sub = self.MS_CHARS_TO_ASCII.get(orig).encode() 636 sub = self.MS_CHARS.get(orig) 637 if type(sub) == tuple: 639 sub = '&#x'.encode() + sub[1].encode() + ';'.encode() 641 sub = '&'.encode() + sub[0].encode() + ';'.encode() 643 sub = sub.encode() 644 return sub [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/files/ |
| H A D | fix-mime-construct-help-return-value.patch | 27 @@ -150,7 +150,8 @@ sub xwarn { 29 sub usage { 36 sub init {
|
| /openbmc/u-boot/test/overlay/ |
| H A D | test-fdt-base.dts | 14 subtest: sub-test-node { 15 sub-test-property;
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 027.out | 8 == writing at sub-cluster granularity == 16 == verify zeroes before sub-cluster pattern == 20 == verify zeroes after sub-cluster pattern ==
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | terminal.py | 274 import subprocess as sub namespace 281 p = sub.Popen('%s list-panes -F "#{?pane_active,#{pane_height},}"' % tmux, 282 shell=True,stdout=sub.PIPE,stderr=sub.PIPE) 295 import subprocess as sub namespace 302 p = sub.Popen(['sh', '-c', cmdversion], stdout=sub.PIPE, stderr=sub.PIPE, env=newenv)
|
| /openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
| H A D | lowlevel_init.S | 50 sub r0, r0, r1 52 sub r2, r2, r1 69 sub r0, r0, r1 71 sub r2, r2, r1
|
| /openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
| H A D | 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch | 17 tests/redir11.sub | 2 ++ 116 -./redir11.sub: line 53: $(ss= declare -i ss): ambiguous redirect 117 +./redir11.sub: line 55: $(ss= declare -i ss): ambiguous redirect 122 -./redir11.sub: line 75: 42: No such file or directory 123 +./redir11.sub: line 77: 42: No such file or directory 125 diff --git a/tests/redir11.sub b/tests/redir11.sub 127 --- a/tests/redir11.sub 128 +++ b/tests/redir11.sub
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | chrpath.bbclass | 63 import subprocess as sub 65 …p = sub.Popen([d.expand("${HOST_PREFIX}otool"), '-L', fpath],stdout=sub.PIPE,stderr=sub.PIPE, text… 81 …p = sub.Popen([d.expand("${HOST_PREFIX}install_name_tool"), '-change', rpath, newpath, fpath],stdo…
|