Home
last modified time | relevance | path

Searched refs:CDLL (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython2/Lib/ctypes/test/
Dtest_returnfuncptrs.py12 dll = CDLL(_ctypes_test.__file__)
22 dll = CDLL(_ctypes_test.__file__)
36 dll = CDLL(_ctypes_test.__file__)
52 return CDLL(_ctypes_test.__file__)
58 BadSequence(("my_strchr", CDLL(_ctypes_test.__file__))))
Dtest_loading.py26 CDLL(libc_name)
27 CDLL(os.path.basename(libc_name))
28 self.assertRaises(OSError, CDLL, self.unknowndll)
45 CDLL(lib)
Dtest_find.py37 self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
42 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
47 self.gle = CDLL(lib_gle)
Dtest_callbacks.py167 dll = CDLL(_ctypes_test.__file__)
190 libc = CDLL(libc_path)
218 dll = CDLL(_ctypes_test.__file__)
234 dll = CDLL(_ctypes_test.__file__)
272 dll = CDLL(_ctypes_test.__file__)
Dtest_pointers.py23 dll = CDLL(_ctypes_test.__file__)
38 dll = CDLL(_ctypes_test.__file__)
77 dll = CDLL(_ctypes_test.__file__)
143 dll = CDLL(_ctypes_test.__file__)
Dtest_values.py14 ctdll = CDLL(_ctypes_test.__file__)
22 ctdll = CDLL(_ctypes_test.__file__)
Dtest_errno.py15 libc = CDLL(libc_name, use_errno=True)
33 libc = CDLL(libc_name, use_errno=False)
Dtest_slicing.py69 dll = CDLL(_ctypes_test.__file__)
103 dll = CDLL(_ctypes_test.__file__)
139 dll = CDLL(_ctypes_test.__file__)
Dtest_unicode.py11 dll = ctypes.CDLL(_ctypes_test.__file__)
82 cls.func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
Dtest_checkretval.py17 dll = CDLL(_ctypes_test.__file__)
Dtest_libc.py6 lib = CDLL(_ctypes_test.__file__)
Dtest_parameters.py145 from ctypes import CDLL, c_void_p, ArgumentError
147 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
Dtest_stringptr.py6 lib = CDLL(_ctypes_test.__file__)
Dtest_pickling.py5 dll = CDLL(_ctypes_test.__file__)
Dtest_refcounts.py9 dll = ctypes.CDLL(_ctypes_test.__file__)
Dtest_funcptr.py11 lib = CDLL(_ctypes_test.__file__)
Dtest_win32.py91 dll = CDLL(_ctypes_test.__file__)
Dtest_prototypes.py26 testdll = CDLL(_ctypes_test.__file__)
Dtest_as_parameter.py6 dll = CDLL(_ctypes_test.__file__)
Dtest_bitfields.py28 func = CDLL(_ctypes_test.__file__).unpack_bitfields
Dtest_cfuncs.py11 _dll = CDLL(_ctypes_test.__file__)
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time.py56 libc = ctypes.CDLL('/usr/lib/libc.dylib', use_errno=True)
92 clock_gettime = ctypes.CDLL(ctypes.util.find_library('c'),
96 clock_gettime = ctypes.CDLL(ctypes.util.find_library('rt'),
/external/python/cpython2/Lib/ctypes/
D__init__.py329 class CDLL(object): class
385 class PyDLL(CDLL):
394 class WinDLL(CDLL):
416 class OleDLL(CDLL):
442 cdll = LibraryLoader(CDLL)
/external/autotest/client/site_tests/kernel_CryptoAPI/
Dkernel_CryptoAPI.py94 libc = ctypes.CDLL("libc.so.6", use_errno=True)
/external/python/cpython2/Lib/
Duuid.py455 lib = ctypes.CDLL(ctypes.util.find_library(libname))

12