Home
last modified time | relevance | path

Searched full:replacement (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py33 # 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 Dfile_5.46.bb11 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 Dtest_MCTPReactor.cpp241 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 Dpython3-smbus2_0.5.0.bb1 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 Dpython3-versiontools_1.9.1.bb1 SUMMARY = "Smart replacement for plain tuple used in __version__"
H A Dpython3-sh_2.2.2.bb1 SUMMARY = "Python subprocess replacement"
H A Dpython3-configargparse_1.7.bb1 SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files a…
H A Dpython3-snagboot_2.3.bb1 SUMMARY = "Snagboot intends to be an open-source replacement vendor-specific tools used to recover …
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-common.inc122 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 DAuthorities_List_Management.md17 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 Dgnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch13 Modify patch described above to eliminate replacement of
17 which is not necessary. Retain replacement of atol().
/openbmc/qemu/docs/about/
H A Dremoved-features.rst42 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 Dlibmodule-build-tiny-perl_0.048.bb1 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 Dcoroutine-tls.h80 * 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 Dcheck-funcs.patch47 -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 DReplaceable.interface.yaml2 Implement to provide item replacement attributes.
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/
H A Dxinetd.service2 Description=Xinetd A Powerful Replacement For Inetd
/openbmc/u-boot/arch/arm/lib/
H A Ddiv0.c7 /* Replacement (=dummy) for GNU/Linux division-by zero handler */
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-cairocffi/
H A Dpython3-cairocffi_1.7.1.bb1 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 Dpatch_2.8.bb11 PROVIDES:append:class-native = " patch-replacement-native"
/openbmc/qemu/scripts/coccinelle/
H A Dqom-parent-type.cocci19 @replacement depends on filter@
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/
H A Dpython3-adafruit-pureio_1.1.9.bb1 …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 Dlibedit_20250104-3.1.bb1 SUMMARY = "BSD replacement for libreadline"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-scons_4.9.1.bb1 SUMMARY = "Software Construction tool (make/autotools replacement)"
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DFilter.v1_1_0.json173 …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…

12345678910>>...13