/external/chromium/base/ |
D | message_pump_win.h | 36 virtual void WillProcessMessage(const MSG& msg) = 0; 40 virtual void DidProcessMessage(const MSG& msg) = 0; 56 virtual bool Dispatch(const MSG& msg) = 0; 71 void WillProcessMessage(const MSG& msg); 72 void DidProcessMessage(const MSG& msg); 184 bool ProcessMessageHelper(const MSG& msg);
|
D | message_pump_win.cc | 33 void MessagePumpWin::WillProcessMessage(const MSG& msg) { in WillProcessMessage() 37 void MessagePumpWin::DidProcessMessage(const MSG& msg) { in DidProcessMessage() 149 MSG msg; in PumpOutPendingPaintMessages() 275 MSG msg = {0}; in WaitForWork() 334 MSG msg; in ProcessNextWindowsMessage() 341 bool MessagePumpForUI::ProcessMessageHelper(const MSG& msg) { in ProcessMessageHelper() 354 if (CallMsgFilter(const_cast<MSG*>(&msg), kMessageFilterCode)) in ProcessMessageHelper() 381 MSG msg; in ProcessPumpReplacementMessage()
|
D | message_loop.h | 455 void WillProcessMessage(const MSG& message); 456 void DidProcessMessage(const MSG& message);
|
D | message_loop.cc | 579 void MessageLoopForUI::WillProcessMessage(const MSG& message) { in WillProcessMessage() 582 void MessageLoopForUI::DidProcessMessage(const MSG& message) { in DidProcessMessage()
|
/external/grub/stage2/ |
D | start.S | 41 #define MSG(x) movw $ABS(x), %si; call message macro 70 MSG(notification_string) 296 MSG(notification_step) 313 MSG(notification_done) 326 MSG(geometry_error_string) 333 MSG(read_error_string) 336 MSG(general_error_string)
|
D | start_eltorito.S | 49 #define MSG(x) mov $ABS(x), %si; call message; macro 96 MSG(notification_string) 112 MSG(notification_done) 162 MSG(notification_step) 203 MSG(read_error_string)
|
/external/grub/stage1/ |
D | stage1.S | 33 #define MSG(x) movw $ABS(x), %si; call message macro 154 MSG(notification_string) 381 MSG(geometry_error_string) 388 MSG(hd_probe_error_string) 395 MSG(read_error_string) 398 MSG(general_error_string) 474 MSG(fd_probe_error_string)
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EventSender.cpp | 52 MSG msg; 111 static MSG makeMsg(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in makeMsg() 113 MSG result = {0}; in makeMsg() 124 static LRESULT dispatchMessage(const MSG* msg) in dispatchMessage() 138 …MSG msg = makeMsg(webViewWindow, WM_RBUTTONDOWN, 0, MAKELPARAM(lastMousePosition.x, lastMousePosit… in contextClickCallback() 205 …MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseDownCallback() 225 static void doMouseUp(MSG msg, HRESULT* oleDragAndDropReturnValue = 0) in doMouseUp() 291 …MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseUpCallback() 302 static void doMouseMove(MSG msg) in doMouseMove() 339 …MSG msg = makeMsg(webViewWindow, WM_MOUSEMOVE, down ? MK_LBUTTON : 0, MAKELPARAM(lastMousePosition… in mouseMoveToCallback() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_wsc.c | 25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator 42 case MSG: in eap_wsc_state_txt() 105 data->state = registrar ? START : MSG; in eap_wsc_init() 215 eap_wsc_state(data, MSG); in eap_wsc_build_msg() 235 case MSG: in eap_wsc_buildReq() 388 eap_wsc_state(data, MSG); in eap_wsc_process() 430 eap_wsc_state(data, MSG); in eap_wsc_process() 437 eap_wsc_state(data, MSG); in eap_wsc_process()
|
D | eap_ikev2.c | 25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator 63 case MSG: in eap_ikev2_state_txt() 95 data->state = MSG; in eap_ikev2_init() 219 case MSG: in eap_ikev2_buildReq() 403 eap_ikev2_state(data, MSG); in eap_ikev2_process() 421 data->state = MSG; in eap_ikev2_process()
|
D | eap_tls_common.h | 27 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
|
D | eap_tls_common.c | 157 data->state = MSG; in eap_server_tls_build_msg() 317 data->state = MSG; in eap_server_tls_reassemble()
|
/external/e2fsprogs/lib/ss/ |
D | help.c | 101 #define MSG "No info found for " macro 102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1); 103 strcpy(buf, MSG);
|
/external/dropbear/libtomcrypt/src/mac/pelican/ |
D | pelican_test.c | 26 unsigned char K[32], MSG[64], T[16]; in pelican_test() 95 if ((err = pelican_process(&pel, tests[x].MSG, tests[x].ptlen)) != CRYPT_OK) { in pelican_test()
|
/external/libpcap/ |
D | pcap-septel.c | 76 MSG *m; in septel_read() 117 m = (MSG*)h; in septel_read()
|
/external/webkit/WebCore/platform/win/ |
D | EventLoopWin.cpp | 35 MSG msg; in cycle()
|
/external/bison/tests/ |
D | synclines.at | 41 # AT_TEST_SYNCLINE(TITLE, INPUT, ERROR-MSG) 44 # to issue ERROR-MSG.
|
/external/bluetooth/glib/tests/ |
D | gio-test.c | 235 MSG msg; in recv_windows_message() 240 error = g_io_channel_read (channel, &msg, sizeof (MSG), &nb); in recv_windows_message()
|
/external/openssl/apps/ |
D | winrand.c | 74 MSG msg; in WinMain()
|
/external/webkit/WebKitTools/WebKitAPITest/ |
D | TestsController.cpp | 57 MSG msg; in runAllTests()
|
/external/quake/quake/src/QW/client/ |
D | sys_win.c | 503 MSG msg; in Sys_SendKeyEvents() 554 MSG msg; in WinMain()
|
/external/webkit/WebKitTools/WinLauncher/ |
D | WinLauncher.cpp | 153 MSG msg; in _tWinMain() 298 MSG msg; in AbortProc()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibevents.c | 148 MSG m; in DIB_HandleMessage() 267 MSG msg; in DIB_PumpEvents()
|
/external/quake/quake/src/WinQuake/ |
D | sys_win.cpp | 643 MSG msg; in Sys_SendKeyEvents() 694 MSG msg; in WinMain()
|
D | sys_wind.cpp | 272 MSG msg; in main()
|