Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg_21.1.16.bb11 RREPLACES:${PN} = "${PN}-extension-dri \
12 ${PN}-extension-dri2 \
13 ${PN}-extension-record \
14 ${PN}-extension-extmod \
15 ${PN}-extension-dbe \
17 RPROVIDES:${PN} = "${PN}-extension-dri \
18 ${PN}-extension-dri2 \
19 ${PN}-extension-record \
20 ${PN}-extension-extmod \
21 ${PN}-extension-dbe \
[all …]
H A Dxserver-xorg.inc63 ${PN}-extension-dri \
64 ${PN}-extension-dri2 \
65 ${PN}-extension-glx \
66 ${PN}-extension-record \
67 ${PN}-extension-extmod \
68 ${PN}-extension-dbe \
96 FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so"
97 FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so"
98 FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so"
99 FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so"
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D031.out5 === Create image with unknown header extension ===
27 Header extension:
30 data 'This is a test header extension'
55 Header extension:
58 data 'This is a test header extension'
83 Header extension:
88 Header extension:
91 data 'This is a test header extension'
96 === Create image with unknown header extension ===
118 Header extension:
[all …]
/openbmc/bmcweb/include/
H A Dwebassets.hpp39 // <filename>.<hash>.<extension> in getStaticEtag()
128 inline std::string_view getFiletypeForExtension(std::string_view extension) in getFiletypeForExtension()
154 std::ranges::find_if(contentTypes, [&extension](const auto& val) { in getFiletypeForExtension()
155 return val.first == extension; in getFiletypeForExtension()
161 "Cannot determine content-type for file with extension {}", in getFiletypeForExtension()
162 extension); in getFiletypeForExtension()
175 std::string extension = relativePath.extension(); in addFile()
178 if (extension == ".gz") in addFile()
182 extension in addFile()
125 getFiletypeForExtension(std::string_view extension) getFiletypeForExtension() argument
172 std::string extension = relativePath.extension(); addFile() local
[all...]
/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/files/
H A Dkeymap.sh15 for extension in `ls -1 /etc/keymap-extension-$KERNEL_MAJMIN*`
17 loadkeys "$extension"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0002-Fix-in-AEAD-for-psa-arch-test-254.patch19 .../crypto/provider/extension/aead/aead_provider.c | 10 ++++++++--
50 … a/components/service/crypto/provider/extension/aead/aead_provider.c b/components/service/crypto/p…
52 --- a/components/service/crypto/provider/extension/aead/aead_provider.c
53 +++ b/components/service/crypto/provider/extension/aead/aead_provider.c
83 …ts/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h b/components/servi…
85 --- a/components/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h
86 +++ b/components/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h
95 …e/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_serializer.c b/componen…
97 --- a/components/service/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_s…
98 +++ b/components/service/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_s…
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/
H A Dpyproject.toml6 # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpyth…
7 features = ["pyo3/extension-module"]
/openbmc/telemetry/tests/src/
H A Dtest_path_append.cpp36 auto [basePath, extension, expectedPath] = GetParam(); in TEST_P()
37 EXPECT_EQ(pathAppend(basePath, extension), expectedPath); in TEST_P()
56 auto [basePath, extension] = GetParam(); in TEST_P()
57 EXPECT_THROW(pathAppend(basePath, extension), in TEST_P()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqcow2-encryption.out6 Header extension:
11 Header extension:
23 === Remove the header extension ===
25 Header extension:
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxres_1.2.2.bb1 SUMMARY = "XRes: X Resource extension library"
4 the Resource extension to the X protocol. The Resource extension allows \
H A Dlibxv_1.0.13.bb1 SUMMARY = "Xv: X Video extension library"
4 X Video extension to the X protocol. The X Video extension allows for \
H A Dlibxvmc_1.0.14.bb1 SUMMARY = "XvMC: X Video Motion Compensation extension library"
3 DESCRIPTION = "XvMC extends the X Video extension (Xv) and enables \
H A Dlibxtst_1.2.5.bb3 SUMMARY = "XTest: X Test extension library"
5 DESCRIPTION = "This extension is a minimal set of client and server \
H A Dlibxxf86vm_1.1.6.bb1 SUMMARY = "XFree86-VM: XFree86 video mode extension library"
4 XFree86-VidModeExtension extension, which allows client applications to \
H A Dlibxfixes_6.0.1.bb1 SUMMARY = "XFixes: X Fixes extension library"
4 shortcomings in the core X window system. This extension is designed to \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/
H A D0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch34 -WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0`
35 -WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0`
38 +WEBEXTINC = $(shell $(PKG_CONFIG) --cflags webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
39 +WEBEXTLIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitarray_3.4.1.bb1 SUMMARY = "efficient arrays of booleans -- C extension"
2 DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension"
H A Dpython3-flask-mail_0.9.1.bb1 SUMMARY = "Flask extension for sending email"
2 DESCRIPTION = "A Flask extension for sending email"
H A Dpython3-flask-cors_4.0.0.bb2 SUMMARY = "A Flask extension adding a decorator for CORS support"
4 …A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX poss…
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxvinfo_1.1.5.bb3 SUMMARY = "Print out X-Video extension adaptor information"
7 extension."
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_paths.cpp21 fs::path logIDPath{phosphor::logging::paths::extension()}; in getPELIDFile()
28 std::filesystem::path repoPath{phosphor::logging::paths::extension()}; in getPELRepoPath()
/openbmc/qemu/docs/interop/
H A Dparallels.rst160 extension must be "End of features" (see below).
170 External flags for extension:
173 If the software cannot load the extension (due to an
176 loading the extension, said extension should be dropped.
179 If there is an unknown extension with this flag set,
180 said extension should be left as is.
182 If neither NECESSARY nor TRANSIT are set, the extension should be
194 next extension starts.
196 The last extension must be "End of features" with all the fields set to 0.
221 The dirty bitmap described by this feature extension is stored in a set of
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/
H A Dpython3-distutils-extra_2.39.bb1 SUMMARY = "python-distutils extension"
2 DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeepe…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/
H A DCVE-2024-6221.patch14 flask_cors/extension.py | 16 ++++++++++++++++
60 # was evaluated, in case the decorator and extension are both applied
82 diff --git a/flask_cors/extension.py b/flask_cors/extension.py
84 --- a/flask_cors/extension.py
85 +++ b/flask_cors/extension.py
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxkbutils_1.0.6.bb3 SUMMARY = "XKeyboard (XKB) extension to the X11 protocol"
6 extension to the X11 protocol. \

12345678910>>...14