Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-pip/
H A D0001-change-shebang-to-python3.patch15 src/pip/_vendor/chardet/langbulgarianmodel.py | 2 +-
16 src/pip/_vendor/chardet/langgreekmodel.py | 2 +-
17 src/pip/_vendor/chardet/langhebrewmodel.py | 2 +-
18 src/pip/_vendor/chardet/langhungarianmodel.py | 2 +-
19 src/pip/_vendor/chardet/langrussianmodel.py | 2 +-
20 src/pip/_vendor/chardet/langthaimodel.py | 2 +-
21 src/pip/_vendor/chardet/langturkishmodel.py | 2 +-
22 src/pip/_vendor/chardet/metadata/languages.py | 2 +-
23 src/pip/_vendor/requests/certs.py | 2 +-
26 diff --git a/src/pip/_vendor/chardet/langbulgarianmodel.py b/src/pip/_vendor/chardet/langbulgarianm…
[all …]
H A Dno_shebang_mangling.patch7 Index: pip-22.0.3/src/pip/_vendor/distlib/scripts.py
9 --- pip-22.0.3.orig/src/pip/_vendor/distlib/scripts.py
10 +++ pip-22.0.3/src/pip/_vendor/distlib/scripts.py
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-pip_22.0.3.bb7 file://src/pip/_vendor/cachecontrol/LICENSE.txt;md5=6572692148079ebbbd800be4b9f36c6d \
8 file://src/pip/_vendor/certifi/LICENSE;md5=67da0714c3f9471067b729eca6c9fbe8 \
9 file://src/pip/_vendor/chardet/LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343 \
10 file://src/pip/_vendor/colorama/LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26 \
11 file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \
12 file://src/pip/_vendor/distro.LICENSE;md5=d2794c0df5b907fdace235a619d80314 \
13 file://src/pip/_vendor/html5lib/LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c \
14 file://src/pip/_vendor/idna/LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1 \
15 file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \
16 file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
[all …]
H A Dpython3-poetry-core_1.0.8.bb9 file://poetry/core/_vendor/attrs.LICENSE;md5=75bb9823a2778b5a2bd9b793fac93ea2 \
10 … file://poetry/core/_vendor/jsonschema/COPYING;md5=6554d3a51d7cb0b611891317f3c69057 \
11 … file://poetry/core/_vendor/jsonschema/LICENSE;md5=2ecb81765361195731a6f72a89e449fd \
12 … file://poetry/core/_vendor/lark-parser.LICENSE;md5=b37b83a9cf129d92ee65aaa71c01ce72 \
13 … file://poetry/core/_vendor/packaging/LICENSE;md5=7a6e56c9d54ecd731ab31c52de7942f0 \
14 … file://poetry/core/_vendor/packaging/LICENSE.APACHE;md5=29256199be2a609aac596980ffc11996 \
15 … file://poetry/core/_vendor/packaging/LICENSE.BSD;md5=f405810d173a1618433827928768bcd2 \
16 … file://poetry/core/_vendor/pyparsing.LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a \
17 … file://poetry/core/_vendor/pyrsistent/LICENSE.mit;md5=1211a1ac6eac40020d0f99c39b4e4270 \
18 file://poetry/core/_vendor/six.LICENSE;md5=6a574656da93d9ef05431b45907e35b6 \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-setuptools/
H A D0001-change-shebang-to-python3.patch10 pkg_resources/_vendor/appdirs.py | 2 +-
13 diff --git a/pkg_resources/_vendor/appdirs.py b/pkg_resources/_vendor/appdirs.py
15 --- a/pkg_resources/_vendor/appdirs.py
16 +++ b/pkg_resources/_vendor/appdirs.py
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs_quirks.h35 #define UFS_FIX(_vendor, _model, _quirk) { \ argument
36 .wmanufacturerid = (_vendor),\
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpu_device_id.h42 #define X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument
44 .vendor = X86_VENDOR_##_vendor, \
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcard.h118 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument
121 _vendor, _device, \
/OK3568_Linux_fs/kernel/include/linux/
H A Dmod_devicetable.h407 #define SSB_DEVICE(_vendor, _coreid, _revision) \ argument
408 { .vendor = _vendor, .coreid = _coreid, .revision = _revision, }
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dmain.c5516 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument
5517 (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \