Searched refs:what (Results 1 - 25 of 153) sorted by relevance
1234567
/vbox/include/iprt/cpp/ |
H A D | exception.h | 58 m_strMsg(a_rSrc.what()) 68 m_strMsg = a_rSrc.what(); 76 virtual const char *what() const throw() function in class:RTCError
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | safeAlpha.h | 35 void SafeAlphaPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what);
|
H A D | xf86OSKbd.h | 36 typedef int (*KbdInitProc)(InputInfoPtr pInfo, int what); 37 typedef int (*KbdOnProc)(InputInfoPtr pInfo, int what); 38 typedef int (*KbdOffProc)(InputInfoPtr pInfo, int what);
|
H A D | rootlessWindow.h | 58 int what); 60 int what);
|
H A D | dmxwindow.h | 86 int what); 88 int what);
|
H A D | fboverlay.h | 97 fbOverlayPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | safeAlpha.h | 35 void SafeAlphaPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what);
|
H A D | rootlessWindow.h | 58 int what); 60 int what);
|
H A D | dmxwindow.h | 85 int what); 87 int what);
|
H A D | fboverlay.h | 97 fbOverlayPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | safeAlpha.h | 36 void SafeAlphaPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what);
|
H A D | xf86OSKbd.h | 37 typedef int (*KbdInitProc)(InputInfoPtr pInfo, int what); 38 typedef int (*KbdOnProc)(InputInfoPtr pInfo, int what); 39 typedef int (*KbdOffProc)(InputInfoPtr pInfo, int what);
|
H A D | rootlessWindow.h | 59 int what); 61 int what);
|
H A D | cfb8_16.h | 35 int what
|
H A D | dmxwindow.h | 86 int what); 88 int what);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | safeAlpha.h | 36 void SafeAlphaPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what);
|
H A D | xf86OSKbd.h | 37 typedef int (*KbdInitProc)(InputInfoPtr pInfo, int what); 38 typedef int (*KbdOnProc)(InputInfoPtr pInfo, int what); 39 typedef int (*KbdOffProc)(InputInfoPtr pInfo, int what);
|
H A D | rootlessWindow.h | 59 int what); 61 int what);
|
H A D | cfb8_16.h | 35 int what
|
H A D | cfb8_32wid.h | 54 int what
|
H A D | dmxwindow.h | 86 int what); 88 int what);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86OSKbd.h | 14 typedef int (*KbdInitProc)(InputInfoPtr pInfo, int what); 15 typedef int (*KbdOnProc)(InputInfoPtr pInfo, int what); 16 typedef int (*KbdOffProc)(InputInfoPtr pInfo, int what);
|
/vbox/src/VBox/Additions/haiku/VBoxMouse/ |
H A D | VBoxMouseFilter.cpp | 89 switch (message->what)
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_com_exceptions.py | 105 except COMException, what: 106 if what.errno != expected_errno:
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_handle.c | 313 dtrace_dropkind_t what, uint64_t howmany) 319 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION); 324 drop.dtdda_kind = what; 329 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what)); 338 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ", 312 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
|
Completed in 4541 milliseconds
1234567