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

  /external/python/cpython2/Lib/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertIs(WNDPROC, WNDPROC_2)
86 del wndproc
  /external/python/cpython3/Lib/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertIs(WNDPROC, WNDPROC_2)
86 del wndproc
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /external/lzma/CPP/Windows/Control/
ListView.cpp 124 _origWindowProc = (WNDPROC)SetLongPtrW(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc);
127 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc);
ListView.h 130 WNDPROC _origWindowProc;
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 62 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/skqp/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 62 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 143 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 143 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/skia/src/utils/win/
SkWGL_win.cpp 193 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/skqp/src/utils/win/
SkWGL_win.cpp 193 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 55 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
558 wc.lpfnWndProc = (WNDPROC)WndProc;
605 @function WndProc
613 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 115 wcx.lpfnWndProc = (WNDPROC)WebRtcWinProc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 41 typedef LRESULT (CALLBACK *WNDPROC)(HWND,UINT,WPARAM,LPARAM);
845 WNDPROC lpfnWndProc;
860 WNDPROC lpfnWndProc;
879 WNDPROC lpfnWndProc;
892 WNDPROC lpfnWndProc;
    [all...]
windowsx.h16 70 #define SubclassWindow(hwnd,lpfn) ((WNDPROC)SetWindowLong((hwnd),GWL_WNDPROC,(LPARAM)(WNDPROC)(lpfn)))
    [all...]
windowsx.h 58 #define SubclassWindow(hwnd,lpfn) ((WNDPROC)SetWindowLongPtr((hwnd),GWLP_WNDPROC,(LPARAM)(WNDPROC)(lpfn)))
    [all...]

Completed in 259 milliseconds