/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | patching.py | 33 # replacement string for file.original_content[start:end] 34 replacement: str 95 def sub(self, original: str, replacement: str) -> str: 103 return original.replace(self.group(0), replacement) 109 def replacement(self) -> Optional[str]: member in FileMatch 110 """Return replacement text for pattern, to use new code conventions""" 113 def make_patch(self, replacement: str) -> 'Patch': 115 return Patch(self.start(), self.end(), replacement) 117 def make_subpatch(self, start: int, end: int, replacement: str) -> 'Patch': 118 return Patch(self.start() + start, self.start() + end, replacement) [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/file/ |
H A D | file_5.46.bb | 11 DEPENDS = "file-replacement-native" 12 DEPENDS:class-native = "bzip2-replacement-native" 59 PROVIDES:append:class-native = " file-replacement-native" 61 # depends on file-replacement-native.
|
/openbmc/dbus-sensors/src/tests/ |
H A D | test_MCTPReactor.cpp | 241 auto replacement = std::make_shared<MockMCTPDevice>(); in TEST() local 242 EXPECT_CALL(*replacement, describe()) in TEST() 243 .WillRepeatedly(testing::Return("mock device: replacement")); in TEST() 244 EXPECT_CALL(*replacement, setup(testing::_)) in TEST() 246 EXPECT_CALL(*replacement, remove()).WillOnce(testing::Invoke([&]() { in TEST() 253 .WillOnce(testing::Return(replacement)) in TEST() 254 .WillOnce(testing::Return(replacement)); in TEST() 257 reactor->manageMCTPDevice("/test", replacement); in TEST() 262 EXPECT_TRUE(testing::Mock::VerifyAndClearExpectations(replacement.get())); in TEST()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-smbus2_0.5.0.bb | 1 SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python" 2 DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python"
|
H A D | python3-versiontools_1.9.1.bb | 1 SUMMARY = "Smart replacement for plain tuple used in __version__"
|
H A D | python3-sh_2.2.2.bb | 1 SUMMARY = "Python subprocess replacement"
|
H A D | python3-configargparse_1.7.bb | 1 SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files a…
|
H A D | python3-snagboot_2.3.bb | 1 SUMMARY = "Snagboot intends to be an open-source replacement vendor-specific tools used to recover …
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-common.inc | 122 replacement=${1} 128 sed -i "s@${STAGING_DIR_TARGET}@$replacement@g" ${B}/gcc/configargs.h 129 sed -i "s@${STAGING_DIR_HOST}@/$replacement@g" ${B}/gcc/configargs.h 134 replacement=${2} 140 sed -i "s@$stagingdir@$replacement@g" ${B}/gcc/checksum-options
|
/openbmc/docs/designs/management-console/ |
H A D | Authorities_List_Management.md | 17 use case requires bulk replacement (see the ReplaceAll interface below) 31 2. Bulk Replacement: given a PEM file with multiple root certificates, it will 40 5. Atomic: Bulk Installation and Bulk Replacement are atomic; that is, if there
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
H A D | gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch | 13 Modify patch described above to eliminate replacement of 17 which is not necessary. Retain replacement of atol().
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 42 There is no replacement, the ``-tdf`` option has just been ignored since the 86 The ``-balloon none`` option was a no-op and has no replacement. 182 with *memory-backend-ram* backend as replacement for parameter ``mem`` 356 and removed without a replacement. 632 Removed with no replacement. 637 Removed with no replacement. 677 for more than 10 years. Removed with no replacement. 696 Block migration has been removed. For a replacement, see "QMP 713 Removed with no replacement. 778 No replacement. The ``change vnc password`` and ``change DEVICE MEDIUM`` [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/ |
H A D | libmodule-build-tiny-perl_0.048.bb | 1 SUMMARY = "Module::Build::Tiny - A tiny replacement for Module::Build" 5 build system. This module provides a simple, lightweight, drop-in replacement. \
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine-tls.h | 80 * This is a coroutine-safe replacement for the __thread keyword and is 110 * This is a coroutine-safe replacement for the __thread keyword and is 141 * This is a coroutine-safe replacement for the __thread keyword and is
|
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/ |
H A D | check-funcs.patch | 47 -reallocarray dnl OpenBSD function. We have replacement if not available. 60 +# reallocarray - OpenBSD function. We have replacement if not available.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ |
H A D | Replaceable.interface.yaml | 2 Implement to provide item replacement attributes.
|
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/ |
H A D | xinetd.service | 2 Description=Xinetd A Powerful Replacement For Inetd
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | div0.c | 7 /* Replacement (=dummy) for GNU/Linux division-by zero handler */
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-cairocffi/ |
H A D | python3-cairocffi_1.7.1.bb | 1 SUMMARY = "cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and …
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/ |
H A D | patch_2.8.bb | 11 PROVIDES:append:class-native = " patch-replacement-native"
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | qom-parent-type.cocci | 19 @replacement depends on filter@
|
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/ |
H A D | python3-adafruit-pureio_1.1.9.bb | 1 …ative extensions) access to Linux IO including I2C and SPI. Drop in replacement for smbus and s…
|
/openbmc/openbmc/poky/meta/recipes-devtools/libedit/ |
H A D | libedit_20250104-3.1.bb | 1 SUMMARY = "BSD replacement for libreadline"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-scons_4.9.1.bb | 1 SUMMARY = "Software Construction tool (make/autotools replacement)"
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Filter.v1_1_0.json | 173 …that the filter or filter media is rated to provide before servicing or replacement is necessary.", 181 …ether this component can be independently replaced as allowed by the vendor's replacement policy.", 182 …his component can be independently replaced as allowed by the vendor's replacement policy. A valu… 219 …"longDescription": "This property shall contain the spare or replacement part number as defined by…
|