Searched refs:WINFUNCTYPE (Results 1 - 14 of 14) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dwin_console_handler.py11 from ctypes import wintypes, WINFUNCTYPE namespace
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dwin_console_handler.py11 from ctypes import wintypes, WINFUNCTYPE namespace
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_funcptr.py5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE variable
15 X = WINFUNCTYPE(c_int, c_int, c_int)
27 StdCallback = WINFUNCTYPE(c_int, c_int, c_int)
42 if not WINFUNCTYPE is CFUNCTYPE and os.name != "ce":
46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
70 WNDPROC_2 = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
72 # This is no longer true, now that WINFUNCTYPE caches created types internally.
H A Dtest_callbacks.py152 WINFUNCTYPE
157 functype = WINFUNCTYPE
200 WINFUNCTYPE
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
H A Dtest_functions.py12 WINFUNCTYPE
15 WINFUNCTYPE = CFUNCTYPE variable
271 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
H A Dtest_as_parameter.py9 CALLBACK_FUNCTYPE = WINFUNCTYPE
H A Dtest_pointers.py188 mth = WINFUNCTYPE(None)(42, "name", (), None)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_funcptr.py5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE variable
15 X = WINFUNCTYPE(c_int, c_int, c_int)
27 StdCallback = WINFUNCTYPE(c_int, c_int, c_int)
42 if not WINFUNCTYPE is CFUNCTYPE and os.name != "ce":
46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
70 WNDPROC_2 = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
72 # This is no longer true, now that WINFUNCTYPE caches created types internally.
H A Dtest_callbacks.py152 WINFUNCTYPE
157 functype = WINFUNCTYPE
200 WINFUNCTYPE
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
H A Dtest_functions.py12 WINFUNCTYPE
15 WINFUNCTYPE = CFUNCTYPE variable
271 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
H A Dtest_as_parameter.py9 CALLBACK_FUNCTYPE = WINFUNCTYPE
H A Dtest_pointers.py188 mth = WINFUNCTYPE(None)(42, "name", (), None)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py119 def WINFUNCTYPE(restype, *argtypes, **kw): function in function:CFUNCTYPE
137 if WINFUNCTYPE.__doc__:
138 WINFUNCTYPE.__doc__ = CFUNCTYPE.__doc__.replace("CFUNCTYPE", "WINFUNCTYPE")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py119 def WINFUNCTYPE(restype, *argtypes, **kw): function in function:CFUNCTYPE
137 if WINFUNCTYPE.__doc__:
138 WINFUNCTYPE.__doc__ = CFUNCTYPE.__doc__.replace("CFUNCTYPE", "WINFUNCTYPE")

Completed in 231 milliseconds