Home
last modified time | relevance | path

Searched full:six (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h69 * @addr: Pointer to a six-byte array containing the Ethernet address
92 * @addr: Pointer to a six-byte array containing the Ethernet address
111 * @addr: Pointer to a six-byte array containing the Ethernet address
145 * @addr: Pointer to a six-byte array containing the Ethernet address
156 * @addr: Pointer to a six-byte array containing the Ethernet address
171 * @addr: Pointer to a six-byte array containing the Ethernet address
182 * @addr: Pointer to a six-byte array containing the Ethernet address
218 * @addr: Pointer to a six-byte array containing the Ethernet address
234 * @addr: Pointer to a six-byte array containing the Ethernet address
245 * @addr: Pointer to a six-byte array containing the Ethernet address
[all …]
/OK3568_Linux_fs/buildroot/package/python3-six/
H A Dpython3-six.mk3 # python3-six
7 # Please keep in sync with package/python-six/python-six.mk
9 PYTHON3_SIX_SOURCE = six-$(PYTHON3_SIX_VERSION).tar.gz
14 HOST_PYTHON3_SIX_DL_SUBDIR = python-six
H A Dpython3-six.hash1 # md5, sha256 from https://pypi.org/pypi/six/json
2 md5 a7c927740e4964dd29b72cebfc1429bb six-1.16.0.tar.gz
3 sha256 1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 six-1.16.0.tar.gz
/OK3568_Linux_fs/buildroot/utils/
H A Dscanpypi23 import six.moves.urllib.request
24 import six.moves.urllib.error
25 import six.moves.urllib.parse
26 from six.moves import map
27 from six.moves import zip
28 from six.moves import input
29 if six.PY2:
158 pkg_json = six.moves.urllib.request.urlopen(self.metadata_url).read().decode()
159 except six.moves.urllib.error.HTTPError as error:
166 except six.moves.urllib.error.URLError:
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/
H A Dmozjs-78_78.15.0.bb33 python3-six \
34 python3-six-native \
56 # Note: Python with mozilla build is a mess: E.g: python-six: to get an error
58 # * python3-six-native in DEPENDS
59 # * python3-six in DEPENDS
60 # * path to python-six shipped by mozilla in PYTHONPATH
68 PYTHONPATH="$PYTHONPATH:${S}/third_party/python/pytoml:${S}/third_party/python/six"
/OK3568_Linux_fs/buildroot/package/python-six/
H A Dpython-six.mk3 # python-six
7 # Please keep in sync with package/python3-six/python3-six.mk
9 PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
H A Dpython-six.hash1 # md5, sha256 from https://pypi.org/pypi/six/json
2 md5 a7c927740e4964dd29b72cebfc1429bb six-1.16.0.tar.gz
3 sha256 1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 six-1.16.0.tar.gz
H A DConfig.in.host2 bool "host python-six"
4 Six is a Python 2 and 3 compatibility library. It provides
9 http://pythonhosted.org/six
H A DConfig.in2 bool "python-six"
4 Six is a Python 2 and 3 compatibility library. It provides
9 http://pythonhosted.org/six
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax31790.rst22 The MAX31790 controls the speeds of up to six fans using six independent
30 Six pins are dedicated tachometer inputs. Any of the six PWM outputs can
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A DMAINTAINERS3 M: Mario Six <six@gdsys.de>
H A Dkeyprogram.h3 * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
H A Ddt_helpers.h3 * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
H A Dspl.c3 * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
H A Ddt_helpers.c3 * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
H A DMakefile4 # Copyright (C) 2016 Mario Six <mario.six@gdsys.cc>
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-iniparse_0.5.bb11 RDEPENDS:${PN} += "python3-core python3-six"
12 DEPENDS += "python3-six"
H A Dpython3-poetry-core_1.0.8.bb18 file://poetry/core/_vendor/six.LICENSE;md5=6a574656da93d9ef05431b45907e35b6 \
41 python3-six \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bandit_1.7.4.bb7 DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
11 RDEPENDS:${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-steve…
H A Dpython3-h5py_3.6.0.bb20 python3-six-native \
27 python3-six \
H A Dpython3-pymodbus_2.5.3.bb5 DEPENDS += "python3-six-native"
32 python3-six \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/python-txws/
H A Dpython3-txws_0.9.1.bb7 DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-n…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/
H A D0005-Fixup-compatibility-of-mozbuild-with-Python-3.10.patch73 @@ -9,7 +9,8 @@ import six
90 import six
134 import six
135 from six import string_types
160 from six import with_metaclass, PY2
285 from six import integer_types, iteritems, itervalues, string_types
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/pywbemtools/
H A Dpython3-pywbemtools_1.0.0.bb14 ${PYTHON_PN}-six-native \
21 ${PYTHON_PN}-six \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/pywbem/
H A Dpython3-pywbem_1.4.1.bb26 ${PYTHON_PN}-six-native \
36 ${PYTHON_PN}-six \

12345678910>>...42