HomeSort by relevance Sort by last modified time
    Searched refs:WINFUNCTYPE (Results 1 - 25 of 43) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
  /external/python/cpython2/Lib/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
  /external/python/cpython3/Lib/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
  /external/python/cpython2/Lib/ctypes/test/
test_funcptr.py 5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE
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.
test_functions.py 13 WINFUNCTYPE
16 WINFUNCTYPE = CFUNCTYPE
263 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
  /external/python/cpython3/Lib/ctypes/test/
test_funcptr.py 5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE
15 X = WINFUNCTYPE(c_int, c_int, c_int)
27 StdCallback = WINFUNCTYPE(c_int, c_int, c_int)
42 if not WINFUNCTYPE is CFUNCTYPE:
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.
test_functions.py 13 WINFUNCTYPE
16 WINFUNCTYPE = CFUNCTYPE
263 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_funcptr.py 5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE
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.
test_callbacks.py 152 WINFUNCTYPE
157 functype = WINFUNCTYPE
200 WINFUNCTYPE
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
test_functions.py 12 WINFUNCTYPE
15 WINFUNCTYPE = CFUNCTYPE
271 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_funcptr.py 5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE
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.
test_callbacks.py 152 WINFUNCTYPE
157 functype = WINFUNCTYPE
200 WINFUNCTYPE
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
test_functions.py 12 WINFUNCTYPE
15 WINFUNCTYPE = CFUNCTYPE
271 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE
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.
test_callbacks.py 152 WINFUNCTYPE
157 functype = WINFUNCTYPE
200 WINFUNCTYPE
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
test_functions.py 12 WINFUNCTYPE
15 WINFUNCTYPE = CFUNCTYPE
271 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 5 WINFUNCTYPE
8 WINFUNCTYPE = CFUNCTYPE
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.
test_callbacks.py 152 WINFUNCTYPE
157 functype = WINFUNCTYPE
200 WINFUNCTYPE
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
test_functions.py 12 WINFUNCTYPE
15 WINFUNCTYPE = CFUNCTYPE
271 AnotherCallback = WINFUNCTYPE(c_int, c_int, c_int, c_int, c_int)
  /external/python/cpython2/Lib/ctypes/
__init__.py 116 def WINFUNCTYPE(restype, *argtypes, **kw):
134 if WINFUNCTYPE.__doc__:
135 WINFUNCTYPE.__doc__ = CFUNCTYPE.__doc__.replace("CFUNCTYPE", "WINFUNCTYPE")
  /external/python/cpython3/Lib/ctypes/
__init__.py 111 def WINFUNCTYPE(restype, *argtypes, **kw):
129 if WINFUNCTYPE.__doc__:
130 WINFUNCTYPE.__doc__ = CFUNCTYPE.__doc__.replace("CFUNCTYPE", "WINFUNCTYPE")

Completed in 1094 milliseconds

1 2