Searched refs:CDLL (Results 1 – 25 of 34) sorted by relevance
12
11 dll = CDLL(_ctypes_test.__file__)23 dll = CDLL(_ctypes_test.__file__)37 dll = CDLL(_ctypes_test.__file__)53 return CDLL(_ctypes_test.__file__)59 BadSequence(("my_strchr", CDLL(_ctypes_test.__file__))))
33 CDLL(libc_name)34 CDLL(os.path.basename(libc_name))35 self.assertRaises(OSError, CDLL, self.unknowndll)52 CDLL(lib)
36 cls.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)41 cls.glu = CDLL(lib_glu, RTLD_GLOBAL)46 cls.gle = CDLL(lib_gle)
23 dll = CDLL(_ctypes_test.__file__)41 dll = CDLL(_ctypes_test.__file__)80 dll = CDLL(_ctypes_test.__file__)146 dll = CDLL(_ctypes_test.__file__)
163 dll = CDLL(_ctypes_test.__file__)186 libc = CDLL(libc_path)214 dll = CDLL(_ctypes_test.__file__)230 dll = CDLL(_ctypes_test.__file__)274 dll = CDLL(_ctypes_test.__file__)
16 ctdll = CDLL(_ctypes_test.__file__)28 ctdll = CDLL(_ctypes_test.__file__)
12 libc = CDLL(libc_name, use_errno=True)29 libc = CDLL(libc_name, use_errno=False)
10 dll = ctypes.CDLL(_ctypes_test.__file__)37 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
65 dll = CDLL(_ctypes_test.__file__)97 dll = CDLL(_ctypes_test.__file__)133 dll = CDLL(_ctypes_test.__file__)
31 dll = CDLL(_ctypes_test.__file__)105 dll = CDLL(_ctypes_test.__file__)
419 dll = CDLL(_ctypes_test.__file__)449 dll = CDLL(_ctypes_test.__file__)476 dll = CDLL(_ctypes_test.__file__)516 dll = CDLL(_ctypes_test.__file__)611 dll = CDLL(_ctypes_test.__file__)681 dll = CDLL(_ctypes_test.__file__)
17 dll = CDLL(_ctypes_test.__file__)
6 lib = CDLL(_ctypes_test.__file__)
5 dll = CDLL(_ctypes_test.__file__)
7 lib = CDLL(_ctypes_test.__file__)
141 from ctypes import CDLL, c_void_p, ArgumentError143 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
10 dll = ctypes.CDLL(_ctypes_test.__file__)
11 lib = CDLL(_ctypes_test.__file__)
26 testdll = CDLL(_ctypes_test.__file__)
6 dll = CDLL(_ctypes_test.__file__)
27 func = CDLL(_ctypes_test.__file__).unpack_bitfields
319 class CDLL(object): class397 class PyDLL(CDLL):406 class WinDLL(CDLL):428 class OleDLL(CDLL):456 cdll = LibraryLoader(CDLL)
356 from ctypes import CDLL
25 hccl_lib = ctypes.CDLL(_HCCL_LIB)
76 hccl_lib = ctypes.CDLL(lib_path)