Home
last modified time | relevance | path

Searched refs:_vendor (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pip_24.0.bb7 file://src/pip/_vendor/certifi/LICENSE;md5=3c2b7404369c587c3559afb604fce2f2 \
8 file://src/pip/_vendor/chardet/LICENSE;md5=4fbd65380cdd255951079008b364516c \
10 … file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \
11 file://src/pip/_vendor/distro/LICENSE;md5=d2794c0df5b907fdace235a619d80314 \
12 file://src/pip/_vendor/idna/LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1 \
13 file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \
14 file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
18 file://src/pip/_vendor/pygments/LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592 \
23 file://src/pip/_vendor/rich/LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303 \
24 file://src/pip/_vendor/six.LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d \
[all …]
H A Dpython3-poetry-core_1.9.0.bb10 file://src/poetry/core/_vendor/fastjsonschema/LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532 \
11 file://src/poetry/core/_vendor/lark/LICENSE;md5=fcfbf1e2ecc0f37acbb5871aa0267500 \
12 file://src/poetry/core/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
13 file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
14 file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
15 file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch12 src/pip/_vendor/distlib/scripts.py | 4 +++-
15 diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py
17 --- a/src/pip/_vendor/distlib/scripts.py
18 +++ b/src/pip/_vendor/distlib/scripts.py
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_device_id.h32 #define VFM_MAKE(_vendor, _family, _model) ( \ argument
35 ((_vendor) << VFM_VENDOR_BIT) \
78 #define X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument
80 .vendor = X86_VENDOR_##_vendor, \
89 #define X86_MATCH_VENDORID_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument
91 .vendor = _vendor, \
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dext_caps.c217 #define EXT_CAP_VENDOR(_vendor, _cap, _highest_mandatory_reg_offset) \ argument
218 { .vendor = (MIPI_VENDOR_##_vendor), .cap = (_cap), \
219 .parser = (hci_extcap_vendor_##_vendor), \
/openbmc/qemu/python/
H A Dsetup.cfg121 [mypy-pip._vendor.distlib]
124 [mypy-pip._vendor.distlib.scripts]
127 [mypy-pip._vendor.distlib.version]
/openbmc/linux/drivers/mmc/core/
H A Dcard.h130 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument
134 _vendor, _device, \
/openbmc/qemu/python/scripts/
H A Dmkvenv.py115 from pip._vendor import distlib
116 import pip._vendor.distlib.scripts # noqa, pylint: disable=unused-import
117 import pip._vendor.distlib.version # noqa, pylint: disable=unused-import
/openbmc/linux/include/linux/
H A Dmod_devicetable.h427 #define SSB_DEVICE(_vendor, _coreid, _revision) \ argument
428 { .vendor = _vendor, .coreid = _coreid, .revision = _revision, }
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.c5519 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument
5520 (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \