Home
last modified time | relevance | path

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

12

/third_party/python/Lib/ctypes/test/
Dtest_returnfuncptrs.py11 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__))))
Dtest_loading.py33 CDLL(libc_name)
34 CDLL(os.path.basename(libc_name))
35 self.assertRaises(OSError, CDLL, self.unknowndll)
52 CDLL(lib)
Dtest_find.py36 cls.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
41 cls.glu = CDLL(lib_glu, RTLD_GLOBAL)
46 cls.gle = CDLL(lib_gle)
Dtest_pointers.py23 dll = CDLL(_ctypes_test.__file__)
41 dll = CDLL(_ctypes_test.__file__)
80 dll = CDLL(_ctypes_test.__file__)
146 dll = CDLL(_ctypes_test.__file__)
Dtest_callbacks.py163 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__)
Dtest_values.py16 ctdll = CDLL(_ctypes_test.__file__)
28 ctdll = CDLL(_ctypes_test.__file__)
Dtest_unicode.py10 dll = ctypes.CDLL(_ctypes_test.__file__)
37 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
Dtest_errno.py12 libc = CDLL(libc_name, use_errno=True)
29 libc = CDLL(libc_name, use_errno=False)
Dtest_slicing.py65 dll = CDLL(_ctypes_test.__file__)
97 dll = CDLL(_ctypes_test.__file__)
133 dll = CDLL(_ctypes_test.__file__)
Dtest_win32.py31 dll = CDLL(_ctypes_test.__file__)
105 dll = CDLL(_ctypes_test.__file__)
Dtest_structures.py419 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__)
Dtest_checkretval.py17 dll = CDLL(_ctypes_test.__file__)
Dtest_libc.py6 lib = CDLL(_ctypes_test.__file__)
Dtest_stringptr.py7 lib = CDLL(_ctypes_test.__file__)
Dtest_pickling.py5 dll = CDLL(_ctypes_test.__file__)
Dtest_refcounts.py10 dll = ctypes.CDLL(_ctypes_test.__file__)
Dtest_funcptr.py11 lib = CDLL(_ctypes_test.__file__)
Dtest_parameters.py141 from ctypes import CDLL, c_void_p, ArgumentError
143 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
Dtest_prototypes.py26 testdll = CDLL(_ctypes_test.__file__)
Dtest_as_parameter.py6 dll = CDLL(_ctypes_test.__file__)
Dtest_cfuncs.py11 _dll = CDLL(_ctypes_test.__file__)
Dtest_bitfields.py27 func = CDLL(_ctypes_test.__file__).unpack_bitfields
/third_party/python/Lib/ctypes/
D__init__.py319 class CDLL(object): class
397 class PyDLL(CDLL):
406 class WinDLL(CDLL):
428 class OleDLL(CDLL):
456 cdll = LibraryLoader(CDLL)
Dutil.py356 from ctypes import CDLL
/third_party/node/deps/v8/tools/testrunner/local/
Dutils.py117 _LIBC = ctypes.CDLL(ctypes.util.find_library('c'))
136 _LIBC = ctypes.CDLL(ctypes.util.find_library('c'),

12