/external/webrtc/webrtc/base/ |
win32window.cc | 77 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 79 switch (uMsg) { 90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, 94 if (!that && (WM_CREATE == uMsg)) { 102 bool handled = that->OnMessage(uMsg, wParam, lParam, result); 103 if (WM_DESTROY == uMsg) { 109 if (WM_NCDESTROY == uMsg) { 118 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
|
win32window.h | 39 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
|
win32window_unittest.cc | 24 virtual bool OnMessage(UINT uMsg, WPARAM wParam, 26 msg_.message = uMsg;
|
/external/vulkan-validation-layers/demos/smoke/ |
ShellWin32.h | 39 static LRESULT CALLBACK window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 45 return DefWindowProc(hwnd, uMsg, wParam, lParam); 47 return shell->handle_message(uMsg, wParam, lParam);
|
/external/deqp/framework/platform/win32/ |
tcuWin32Window.cpp | 31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 35 return window->windowProc(uMsg, wParam, lParam); 37 return DefWindowProc(hWnd, uMsg, wParam, lParam); 139 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) 141 switch (uMsg) 158 return DefWindowProc(m_window, uMsg, wParam, lParam);
|
tcuWin32Window.hpp | 44 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
graw_gdi.c | 39 UINT uMsg, 43 switch (uMsg) { 49 return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
/external/strace/tests/ |
options-syntax.test | 146 umsg="Cannot find user ':nosuchuser:'" 148 umsg='You must be root to use the -u option' 151 check_e "$umsg" -u :nosuchuser: true 155 $strace_exp: $umsg" -u :nosuchuser: -c -$c true 162 $strace_exp: $umsg" -u :nosuchuser: -cirtTy true 165 $strace_exp: $umsg" -u :nosuchuser: -r -tt true
|
/external/strace/tests-m32/ |
options-syntax.test | 146 umsg="Cannot find user ':nosuchuser:'" 148 umsg='You must be root to use the -u option' 151 check_e "$umsg" -u :nosuchuser: true 155 $strace_exp: $umsg" -u :nosuchuser: -c -$c true 162 $strace_exp: $umsg" -u :nosuchuser: -cirtTy true 165 $strace_exp: $umsg" -u :nosuchuser: -r -tt true
|
/external/strace/tests-mx32/ |
options-syntax.test | 146 umsg="Cannot find user ':nosuchuser:'" 148 umsg='You must be root to use the -u option' 151 check_e "$umsg" -u :nosuchuser: true 155 $strace_exp: $umsg" -u :nosuchuser: -c -$c true 162 $strace_exp: $umsg" -u :nosuchuser: -cirtTy true 165 $strace_exp: $umsg" -u :nosuchuser: -r -tt true
|
/external/valgrind/exp-dhat/ |
dh_main.c | [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
utils.c | 33 VG_(umsg) ("error %lu %s\n", sr_Err(sr), VG_(strerror) (sr_Err(sr))); 35 VG_(umsg) ("sr_perror called with no error!!!\n");
|
server.h | 66 (e.g. VG_(umsg)) to send output that can either go 92 and does VG_(umsg). If info != NULL, info added in VG_(usmg). */ 336 /* error is like VG_(umsg), then VG_MINIMAL_LONGJMP to gdbserver toplevel. */ 338 /* first output a description of the error inside sr, then like VG_(umsg). */ 340 /* fatal is like VG_(umsg), then exit(1). */ 342 /* warning is like VG_(umsg). */
|
/external/lzma/CPP/Windows/ |
Shell.cpp | 177 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
180 switch (uMsg)
276 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
278 switch (uMsg)
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-common.c | 38 #include "pub_core_libcprint.h" // VG_(umsg) 85 VG_(umsg)("Can't extend stack to %#lx during signal delivery for " 88 VG_(umsg)(" no stack segment\n"); 90 VG_(umsg)(" too small or bad protection modes\n");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mspthrd.h | 44 static LRESULT CALLBACK NotifWndProc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
|
msacm.h | 142 LRESULT ACMAPI acmDriverMessage(HACMDRIVER had,UINT uMsg,LPARAM lParam1,LPARAM lParam2); 389 typedef UINT (CALLBACK *ACMFORMATCHOOSEHOOKPROCA)(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam); 390 typedef UINT (CALLBACK *ACMFORMATCHOOSEHOOKPROCW)(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam); 581 typedef UINT (CALLBACK *ACMFILTERCHOOSEHOOKPROCA)(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam); 582 typedef UINT (CALLBACK *ACMFILTERCHOOSEHOOKPROCW)(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam); 692 MMRESULT ACMAPI acmStreamMessage(HACMSTREAM has,UINT uMsg,LPARAM lParam1,LPARAM lParam2);
|
shdeprecated.h | [all...] |
/external/valgrind/coregrind/ |
m_libcassert.c | 247 VG_(umsg)("(action at valgrind abnormal exit) vgdb me ... \n"); 250 VG_(umsg)("(action at valgrind abnormal exit)\n" 532 VG_(umsg)("\n"); 533 VG_(umsg)("Valgrind detected that your program requires\n"); 534 VG_(umsg)("the following unimplemented functionality:\n"); 535 VG_(umsg)(" %s\n", msg); 536 VG_(umsg)("This may be because the functionality is hard to implement,\n"); 537 VG_(umsg)("or because no reasonable program would behave this way,\n"); 538 VG_(umsg)("or because nobody has yet needed it. " 540 VG_(umsg)("%s and/or try to work around the problem, if you can.\n" [all...] |
m_errormgr.c | 376 VG_(umsg)("(%s does not allow error to be suppressed)\n", 481 VG_(umsg)("\n"); 529 VG_(umsg)("(action on error) vgdb me ... \n"); 531 VG_(umsg)("Continuing ...\n"); 612 VG_(umsg)("%s\n", VG_(clo_error_markers)[0]); 619 VG_(umsg)("Thread %u %s:\n", err->tid, tst->thread_name ); 621 VG_(umsg)("Thread %u:\n", err->tid ); 627 VG_(umsg)("\n"); 629 VG_(umsg)("%s\n", VG_(clo_error_markers)[1]); 696 VG_(umsg)("\n") [all...] |
/external/valgrind/lackey/ |
lk_main.c | 388 VG_(umsg)(" Type Loads Stores AluOps\n"); 389 VG_(umsg)(" -------------------------------------------\n"); 391 VG_(umsg)(" %-4s %'12llu %'12llu %'12llu\n", [all...] |
/external/valgrind/memcheck/ |
mc_leakcheck.c | 732 In theory, we should not call VG_(umsg) in a signal handler, 734 VG_(umsg)("leak_search_fault_catcher:" [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pbuffer.c | 49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 52 switch (uMsg) { 65 return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
/external/webrtc/talk/media/devices/ |
gdivideorenderer.cc | 64 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, 165 bool GdiVideoRenderer::VideoWindow::OnMessage(UINT uMsg, WPARAM wParam, 167 switch (uMsg) {
|
/external/valgrind/coregrind/m_debuginfo/ |
readpdb.c | 981 VG_(umsg)("LOAD_PDB_DEBUGINFO: pdb_ds_read: implausible size " [all...] |