HomeSort by relevance Sort by last modified time
    Searched defs:HWND (Results 1 - 13 of 13) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 13 from ctypes.wintypes import HWND
90 SetupDiGetClassDevs.argtypes = [ctypes.POINTER(GUID), PCTSTR, HWND, DWORD]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /external/lzma/CPP/Windows/
Window.h 38 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); }
40 bool MySetWindowText(HWND wnd, LPCWSTR s);
57 HWND _window;
59 CWindow(HWND newWindow = NULL): _window(newWindow){};
60 CWindow& operator=(HWND newWindow)
65 operator HWND() const { return _window; }
66 void Attach(HWND newWindow) { _window = newWindow; }
67 HWND Detach()
69 HWND window = _window;
76 HWND GetParent() const { return ::GetParent(_window); }
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 93 HWND = HANDLE
137 _fields_ = [("hWnd", HWND),
176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 56 HWND hWnd;
58 } HWND;
197 HWND hWnd;
199 } HWND;
322 HWND ParentWindow
windef.h 168 DECLARE_HANDLE (HWND);
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 240 milliseconds