HomeSort by relevance Sort by last modified time
    Searched refs:wndproc (Results 1 - 6 of 6) 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

Completed in 135 milliseconds