HomeSort by relevance Sort by last modified time
    Searched refs:wintypes (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE namespace
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
symlink_support.py 34 import ctypes.wintypes namespace
37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
39 ctypes.wintypes.DWORD,
41 CreateSymbolicLink.restype = ctypes.wintypes.BOOLEAN
62 result_buffer = ctypes.wintypes.LPWSTR()
test_os.py 743 from ctypes import wintypes namespace
751 PeekNamedPipe.restype = wintypes.BOOL
752 PeekNamedPipe.argtypes = (wintypes.HANDLE, # Pipe handle
754 wintypes.DWORD, # Buffer size
755 ctypes.POINTER(wintypes.DWORD), # bytes read
756 ctypes.POINTER(wintypes.DWORD), # bytes avail
757 ctypes.POINTER(wintypes.DWORD)) # bytes left
828 from ctypes import wintypes namespace
835 wintypes.BOOL)
836 SetConsoleCtrlHandler.restype = wintypes.BOO
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE namespace
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
symlink_support.py 34 import ctypes.wintypes namespace
37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
39 ctypes.wintypes.DWORD,
41 CreateSymbolicLink.restype = ctypes.wintypes.BOOLEAN
62 result_buffer = ctypes.wintypes.LPWSTR()
test_os.py 743 from ctypes import wintypes namespace
751 PeekNamedPipe.restype = wintypes.BOOL
752 PeekNamedPipe.argtypes = (wintypes.HANDLE, # Pipe handle
754 wintypes.DWORD, # Buffer size
755 ctypes.POINTER(wintypes.DWORD), # bytes read
756 ctypes.POINTER(wintypes.DWORD), # bytes avail
757 ctypes.POINTER(wintypes.DWORD)) # bytes left
828 from ctypes import wintypes namespace
835 wintypes.BOOL)
836 SetConsoleCtrlHandler.restype = wintypes.BOO
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 8 from ctypes import wintypes namespace
15 value = cast(true, POINTER(wintypes.VARIANT_BOOL))
18 vb = wintypes.VARIANT_BOOL()
27 value = cast(false, POINTER(wintypes.VARIANT_BOOL))
32 vb = wintypes.VARIANT_BOOL()
36 vb = wintypes.VARIANT_BOOL()
test_win32.py 52 from ctypes import wintypes namespace
53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
56 from ctypes import wintypes namespace
57 self.assertEqual(sizeof(wintypes.WPARAM),
59 self.assertEqual(sizeof(wintypes.LPARAM),
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 8 from ctypes import wintypes namespace
15 value = cast(true, POINTER(wintypes.VARIANT_BOOL))
18 vb = wintypes.VARIANT_BOOL()
27 value = cast(false, POINTER(wintypes.VARIANT_BOOL))
32 vb = wintypes.VARIANT_BOOL()
36 vb = wintypes.VARIANT_BOOL()
test_win32.py 52 from ctypes import wintypes namespace
53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
56 from ctypes import wintypes namespace
57 self.assertEqual(sizeof(wintypes.WPARAM),
59 self.assertEqual(sizeof(wintypes.LPARAM),
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 11 from ctypes.wintypes import HANDLE
12 from ctypes.wintypes import BOOL
13 from ctypes.wintypes import HWND
14 from ctypes.wintypes import DWORD
15 from ctypes.wintypes import WORD
16 from ctypes.wintypes import LONG
17 from ctypes.wintypes import ULONG
18 from ctypes.wintypes import LPCSTR
19 from ctypes.wintypes import HKEY
20 from ctypes.wintypes import BYT
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py 2 from ctypes.wintypes import HANDLE
3 from ctypes.wintypes import BOOL
4 from ctypes.wintypes import LPCWSTR
7 from ctypes.wintypes import DWORD
8 from ctypes.wintypes import WORD
9 from ctypes.wintypes import BYTE
38 from ctypes.wintypes import LPCSTR
  /external/chromium_org/chrome/tools/build/win/
resedit.py 11 import ctypes.wintypes namespace
30 ctypes.wintypes.HANDLE, # HANDLE hUpdate

Completed in 1222 milliseconds