HomeSort by relevance Sort by last modified time
    Searched refs:wintypes (Results 1 - 25 of 38) 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)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
  /external/python/cpython2/Lib/test/
win_console_handler.py 11 from ctypes import wintypes, WINFUNCTYPE
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
37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
39 ctypes.wintypes.DWORD,
41 CreateSymbolicLink.restype = ctypes.wintypes.BOOLEAN
62 result_buffer = ctypes.wintypes.LPWSTR()
  /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)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
symlink_support.py 34 import ctypes.wintypes
37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
39 ctypes.wintypes.DWORD,
41 CreateSymbolicLink.restype = ctypes.wintypes.BOOLEAN
62 result_buffer = ctypes.wintypes.LPWSTR()
  /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)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
symlink_support.py 34 import ctypes.wintypes
37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
39 ctypes.wintypes.DWORD,
41 CreateSymbolicLink.restype = ctypes.wintypes.BOOLEAN
62 result_buffer = ctypes.wintypes.LPWSTR()
  /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)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
symlink_support.py 34 import ctypes.wintypes
37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
39 ctypes.wintypes.DWORD,
41 CreateSymbolicLink.restype = ctypes.wintypes.BOOLEAN
62 result_buffer = ctypes.wintypes.LPWSTR()
  /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)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
symlink_support.py 34 import ctypes.wintypes
37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
39 ctypes.wintypes.DWORD,
41 CreateSymbolicLink.restype = ctypes.wintypes.BOOLEAN
62 result_buffer = ctypes.wintypes.LPWSTR()
  /external/python/cpython2/Lib/ctypes/test/
test_wintypes.py 9 from ctypes import wintypes
13 value = cast(true, POINTER(wintypes.VARIANT_BOOL))
16 vb = wintypes.VARIANT_BOOL()
25 value = cast(false, POINTER(wintypes.VARIANT_BOOL))
30 vb = wintypes.VARIANT_BOOL()
34 vb = wintypes.VARIANT_BOOL()
test_win32.py 58 from ctypes import wintypes
59 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
62 from ctypes import wintypes
63 self.assertEqual(sizeof(wintypes.WPARAM),
65 self.assertEqual(sizeof(wintypes.LPARAM),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_wintypes.py 8 from ctypes import wintypes
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
53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
56 from ctypes import wintypes
57 self.assertEqual(sizeof(wintypes.WPARAM),
59 self.assertEqual(sizeof(wintypes.LPARAM),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_wintypes.py 8 from ctypes import wintypes
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
53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
56 from ctypes import wintypes
57 self.assertEqual(sizeof(wintypes.WPARAM),
59 self.assertEqual(sizeof(wintypes.LPARAM),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 8 from ctypes import wintypes
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
53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
56 from ctypes import wintypes
57 self.assertEqual(sizeof(wintypes.WPARAM),
59 self.assertEqual(sizeof(wintypes.LPARAM),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 8 from ctypes import wintypes
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
53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
56 from ctypes import wintypes
57 self.assertEqual(sizeof(wintypes.WPARAM),
59 self.assertEqual(sizeof(wintypes.LPARAM),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
genwincodec.py 7 from ctypes import wintypes
13 MultiByteToWideChar.argtypes = [wintypes.UINT, wintypes.DWORD,
14 wintypes.LPCSTR, ctypes.c_int,
15 wintypes.LPWSTR, ctypes.c_int]
  /external/python/cpython2/Tools/unicode/
genwincodec.py 7 from ctypes import wintypes
13 MultiByteToWideChar.argtypes = [wintypes.UINT, wintypes.DWORD,
14 wintypes.LPCSTR, ctypes.c_int,
15 wintypes.LPWSTR, ctypes.c_int]
  /external/chromium-trace/catapult/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-trace/catapult/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

Completed in 555 milliseconds

1 2