| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-test_ctypes.test_find-skip-without-tools-sdk.patch | 15 Lib/ctypes/test/test_find.py | 2 ++ 18 diff --git a/Lib/ctypes/test/test_find.py b/Lib/ctypes/test/test_find.py 20 --- a/Lib/ctypes/test/test_find.py 21 +++ b/Lib/ctypes/test/test_find.py 28 with unittest.mock.patch("ctypes.util._findSoname_ldconfig", lambda *args: None): 33 with unittest.mock.patch("ctypes.util._findSoname_ldconfig", lambda *args: None), \ 34 unittest.mock.patch("ctypes.util._findLib_gcc", lambda *args: None):
|
| /OK3568_Linux_fs/buildroot/package/python-pyudev/ |
| H A D | 0001-Workaround-finding-libudev-on-systems-without-ldconf.patch | 30 -from ctypes import CDLL 31 +from ctypes import cdll, CDLL 32 from ctypes.util import find_library 36 :rtype: ctypes.CDLL
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 29 import ctypes 296 char_ptr_size = ctypes.sizeof(ctypes.c_char_p) 334 class perf_event_attr(ctypes.Structure): 343 _fields_ = [('type', ctypes.c_uint32), 344 ('size', ctypes.c_uint32), 345 ('config', ctypes.c_uint64), 346 ('sample_freq', ctypes.c_uint64), 347 ('sample_type', ctypes.c_uint64), 348 ('read_format', ctypes.c_uint64), 349 ('flags', ctypes.c_uint64), [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-attrs_21.4.0.bb | 12 ${PYTHON_PN}-ctypes \ 16 ${PYTHON_PN}-ctypes \
|
| H A D | python3-libarchive-c_4.0.bb | 2 DESCRIPTION = "A Python interface to libarchive. It uses the standard ctypes module to \ 16 ${PYTHON_PN}-ctypes \
|
| H A D | python3-magic_0.4.25.bb | 2 DESCRIPTION = "This module uses ctypes to access the libmagic file type \ 17 ${PYTHON_PN}-ctypes \
|
| H A D | python3-pathlib2_2.3.7.bb | 10 RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes"
|
| H A D | python3-cffi_1.15.0.bb | 12 ${PYTHON_PN}-ctypes \
|
| H A D | python3-asn1crypto_1.5.1.bb | 16 ${PYTHON_PN}-ctypes \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pulsectl_22.3.2.bb | 1 SUMMARY = "Python (3.x and 2.x) high-level interface and ctypes-based bindings for PulseAudio (libp… 10 python3-ctypes \
|
| H A D | python3-ifaddr_0.1.7.bb | 13 ${PYTHON_PN}-ctypes \
|
| H A D | python3-python-vlc_3.0.16120.bb | 1 SUMMARY = "This module provides ctypes-based bindings for the native libvlc API of the VLC video pl…
|
| H A D | python3-pyinotify_0.9.6.bb | 6 ${PYTHON_PN}-ctypes \
|
| H A D | python3-pyperclip_1.8.2.bb | 11 ${PYTHON_PN}-ctypes \
|
| H A D | python3-asyncinotify_2.0.2.bb | 13 python3-ctypes \
|
| H A D | python3-periphery_2.3.0.bb | 14 ${PYTHON_PN}-ctypes \
|
| H A D | python3-smbus2_0.4.1.bb | 16 ${PYTHON_PN}-ctypes \
|
| H A D | python3-pyudev_0.23.2.bb | 16 ${PYTHON_PN}-ctypes \
|
| H A D | python3-dbussy_1.3.bb | 20 python3-ctypes \
|
| H A D | python3-evdev_1.5.0.bb | 17 ${PYTHON_PN}-ctypes \
|
| H A D | python3-can_4.0.0.bb | 14 ${PYTHON_PN}-ctypes \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 65 import ctypes 66 import ctypes.util 68 ctypes = None variable 107 if ctypes: 185 assert ctypes 193 libc_name = ctypes.util.find_library(try_libc_name) 197 self._libc = ctypes.CDLL(libc_name, use_errno=True) 198 self._get_errno_func = ctypes.get_errno 207 self._libc.inotify_init.restype = ctypes.c_int 208 self._libc.inotify_add_watch.argtypes = [ctypes.c_int, ctypes.c_char_p, [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/ |
| H A D | 0001-tools-trace.py-Fix-failing-to-exit.patch | 6 Class Probe::print_event is used as a callback of a ctypes wrapper. With 13 Exception ignored on calling ctypes callback function:
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0016-Add-an-option-to-disable-the-curses-module.patch | 24 ctypes ctypes/macholib \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/guider/ |
| H A D | guider_3.9.8.bb | 19 python3-ctypes python3-shell python3-json"
|