Searched defs:CDLL (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_parameters.py152 from ctypes import CDLL, c_void_p, ArgumentError namespace
154 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_parameters.py152 from ctypes import CDLL, c_void_p, ArgumentError namespace
154 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py332 class CDLL(object): class in inherits:object
388 class PyDLL(CDLL):
397 class WinDLL(CDLL):
419 class OleDLL(CDLL):
445 cdll = LibraryLoader(CDLL)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py332 class CDLL(object): class in inherits:object
388 class PyDLL(CDLL):
397 class WinDLL(CDLL):
419 class OleDLL(CDLL):
445 cdll = LibraryLoader(CDLL)

Completed in 163 milliseconds