Home
last modified time | relevance | path

Searched defs:WINFUNCTYPE (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_funcptr.py8 WINFUNCTYPE = CFUNCTYPE variable
Dtest_functions.py16 WINFUNCTYPE = CFUNCTYPE variable
/external/python/cpython3/Lib/ctypes/test/
Dtest_funcptr.py8 WINFUNCTYPE = CFUNCTYPE variable
Dtest_functions.py16 WINFUNCTYPE = CFUNCTYPE variable
/external/python/cpython3/Lib/ctypes/
D__init__.py114 def WINFUNCTYPE(restype, *argtypes, **kw): function
/external/python/cpython2/Lib/ctypes/
D__init__.py116 def WINFUNCTYPE(restype, *argtypes, **kw): function