Home
last modified time | relevance | path

Searched refs:ctypes (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-test_ctypes.test_find-skip-without-tools-sdk.patch15 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 D0001-Workaround-finding-libudev-on-systems-without-ldconf.patch30 -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 Dkvm_stat29 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 Dpython3-attrs_21.4.0.bb12 ${PYTHON_PN}-ctypes \
16 ${PYTHON_PN}-ctypes \
H A Dpython3-libarchive-c_4.0.bb2 DESCRIPTION = "A Python interface to libarchive. It uses the standard ctypes module to \
16 ${PYTHON_PN}-ctypes \
H A Dpython3-magic_0.4.25.bb2 DESCRIPTION = "This module uses ctypes to access the libmagic file type \
17 ${PYTHON_PN}-ctypes \
H A Dpython3-pathlib2_2.3.7.bb10 RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes"
H A Dpython3-cffi_1.15.0.bb12 ${PYTHON_PN}-ctypes \
H A Dpython3-asn1crypto_1.5.1.bb16 ${PYTHON_PN}-ctypes \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pulsectl_22.3.2.bb1 SUMMARY = "Python (3.x and 2.x) high-level interface and ctypes-based bindings for PulseAudio (libp…
10 python3-ctypes \
H A Dpython3-ifaddr_0.1.7.bb13 ${PYTHON_PN}-ctypes \
H A Dpython3-python-vlc_3.0.16120.bb1 SUMMARY = "This module provides ctypes-based bindings for the native libvlc API of the VLC video pl…
H A Dpython3-pyinotify_0.9.6.bb6 ${PYTHON_PN}-ctypes \
H A Dpython3-pyperclip_1.8.2.bb11 ${PYTHON_PN}-ctypes \
H A Dpython3-asyncinotify_2.0.2.bb13 python3-ctypes \
H A Dpython3-periphery_2.3.0.bb14 ${PYTHON_PN}-ctypes \
H A Dpython3-smbus2_0.4.1.bb16 ${PYTHON_PN}-ctypes \
H A Dpython3-pyudev_0.23.2.bb16 ${PYTHON_PN}-ctypes \
H A Dpython3-dbussy_1.3.bb20 python3-ctypes \
H A Dpython3-evdev_1.5.0.bb17 ${PYTHON_PN}-ctypes \
H A Dpython3-can_4.0.0.bb14 ${PYTHON_PN}-ctypes \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py65 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 D0001-tools-trace.py-Fix-failing-to-exit.patch6 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 D0016-Add-an-option-to-disable-the-curses-module.patch24 ctypes ctypes/macholib \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/guider/
H A Dguider_3.9.8.bb19 python3-ctypes python3-shell python3-json"

123