Searched refs:__PRETTY_FUNCTION__ (Results 1 - 25 of 40) sorted by relevance

12

/vbox/include/iprt/
H A Dassert.h503 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
523 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
551 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
580 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
608 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
635 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
663 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
684 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
708 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
732 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
[all...]
H A Dlog.h141 * You can use this to specify you desired way of printing __PRETTY_FUNCTION__
679 LogFlow((">>>>> %s (%d): " LOG_FN_FMT "\n", __FILE__, __LINE__, __PRETTY_FUNCTION__))
688 _LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_FLOW, LOG_GROUP, ">>>>> %s (%d): " LOG_FN_FMT ": %M", __FILE__, __LINE__, __PRETTY_FUNCTION__, _LogRemoveParentheseis a )
691 do { LogFlow((">>>>> %s (%d): " LOG_FN_FMT ": ", __FILE__, __LINE__, __PRETTY_FUNCTION__)); LogFlow(a); } while (0)
704 _LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, LOG_FN_FMT ": %M", __PRETTY_FUNCTION__, _LogRemoveParentheseis a )
707 do { Log((LOG_FN_FMT ": ", __PRETTY_FUNCTION__)); Log(a); } while (0)
720 _LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, LOG_FN_FMT ": %M", __PRETTY_FUNCTION__, _LogRemoveParentheseis a )
723 do { Log2((LOG_FN_FMT ": ", __PRETTY_FUNCTION__)); Log2(a); } while (0)
736 _LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_3, LOG_GROUP, LOG_FN_FMT ": %M", __PRETTY_FUNCTION__, _LogRemoveParentheseis a )
739 do { Log3((LOG_FN_FMT ": ", __PRETTY_FUNCTION__)); Log
[all...]
H A Dlockvalidator.h96 RTLOCKVALSRCPOS_INIT(__FILE__, __LINE__, __PRETTY_FUNCTION__, (uintptr_t)ASMReturnAddress())
H A Dcdefs.h2574 /** @def __PRETTY_FUNCTION__
2575 * With GNU C we'd like to use the builtin __PRETTY_FUNCTION__, so define that
2578 #if !defined(__GNUC__) && !defined(__PRETTY_FUNCTION__)
2580 # define __PRETTY_FUNCTION__ __FUNCSIG__ macro
2582 # define __PRETTY_FUNCTION__ __FUNCTION__ macro
2640 #define RT_SRC_POS __FILE__, __LINE__, RT_GCC_EXTENSION __PRETTY_FUNCTION__
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m164 #define DEBUG_FUNC_ENTER() DEBUG_MSG(("==>%s\n", __PRETTY_FUNCTION__))
165 #define DEBUG_FUNC_LEAVE() DEBUG_MSG(("<==%s\n", __PRETTY_FUNCTION__))
1352 COCOA_LOG_FLOW(("%s: self=%p aThread=%p pParentView=%p pWinInfo=%p\n", __PRETTY_FUNCTION__, (void *)self,
1384 COCOA_LOG_FLOW(("%s: returns self=%p\n", __PRETTY_FUNCTION__, (void *)self));
1390 COCOA_LOG_FLOW(("%s: self=%p\n", __PRETTY_FUNCTION__, (void *)self));
1416 COCOA_LOG_FLOW(("%s: returns\n", __PRETTY_FUNCTION__));
1421 COCOA_LOG_FLOW(("%s: self=%p\n", __PRETTY_FUNCTION__, (void *)self));
1426 COCOA_LOG_FLOW(("%s: returns\n", __PRETTY_FUNCTION__));
1431 COCOA_LOG_FLOW(("%s: self=%p aRect=%d,%d %d,%d\n", __PRETTY_FUNCTION__, (void *)self, (int)aRect.origin.x, (int)aRect.origin.y,
1436 COCOA_LOG_FLOW(("%s: returns\n", __PRETTY_FUNCTION__));
[all...]
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-compiler.h14 # define FUNC ((const char*) (__PRETTY_FUNCTION__))
/vbox/src/VBox/Additions/WINNT/Mouse/common/
H A DVBoxMouseLog.h31 #define VBOX_MOUSE_LOG_PREFIX_PARMS __PRETTY_FUNCTION__
/vbox/include/VBox/com/
H A Derrorprint.h179 com::GlueHandleComErrorProgress(progress, __PRETTY_FUNCTION__, iRc, __FILE__, __LINE__); \
197 com::GlueHandleComErrorProgress(progress, __PRETTY_FUNCTION__, iRc, __FILE__, __LINE__); \
211 com::GlueHandleComErrorProgress(progress, __PRETTY_FUNCTION__, iRc, __FILE__, __LINE__); \
229 com::GlueHandleComErrorProgress(progress, __PRETTY_FUNCTION__, iRc, __FILE__, __LINE__); \
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp118 this, __PRETTY_FUNCTION__, (int)iCpu));
122 this, __PRETTY_FUNCTION__, (int)iCpu));
127 this, __PRETTY_FUNCTION__, (int)iCpu, uMHz));
269 this, __PRETTY_FUNCTION__, mCollectVMMStats?"En":"Dis",
322 this, __PRETTY_FUNCTION__, SUCCEEDED(ret)?"success":"failed"));
346 this, __PRETTY_FUNCTION__, SUCCEEDED(ret)?"success":"failed"));
362 this, __PRETTY_FUNCTION__));
413 this, __PRETTY_FUNCTION__, rc));
425 this, __PRETTY_FUNCTION__));
428 this, __PRETTY_FUNCTION__, r
[all...]
H A DPerformanceImpl.cpp584 LogAleksey(("{%p} " LOG_FN_FMT ": obj=%p name=%s\n", this, __PRETTY_FUNCTION__,
597 LogAleksey(("{%p} " LOG_FN_FMT ": obj=%p name=%s\n", this, __PRETTY_FUNCTION__,
621 this, __PRETTY_FUNCTION__, (void *)aObject, name.c_str(), n));
635 __PRETTY_FUNCTION__, (void *)aObject, name.c_str()));
719 Log4(("{%p} " LOG_FN_FMT ": ENTER\n", this, __PRETTY_FUNCTION__));
736 Log4(("{%p} " LOG_FN_FMT ": LEAVE (nothing to collect)\n", this, __PRETTY_FUNCTION__));
754 LogAleksey(("{%p} " LOG_FN_FMT ": before remove_if: toBeCollected.size()=%d\n", this, __PRETTY_FUNCTION__,
757 LogAleksey(("{%p} " LOG_FN_FMT ": after remove_if: toBeCollected.size()=%d\n", this, __PRETTY_FUNCTION__,
759 LogAleksey(("{%p} " LOG_FN_FMT ": before remove_if: m.baseMetrics.size()=%d\n", this, __PRETTY_FUNCTION__,
769 LogAleksey(("{%p} " LOG_FN_FMT ": after remove_if: m.baseMetrics.size()=%d\n", this, __PRETTY_FUNCTION__,
[all...]
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo.h62 vbvxMsg(__PRETTY_FUNCTION__); \
67 vbvxMsg(__PRETTY_FUNCTION__); \
72 vbvxMsg("%s: ", __PRETTY_FUNCTION__); \
93 vbvxMsg("at %s (%s:%d)\n", RT_GCC_EXTENSION __PRETTY_FUNCTION__, __FILE__, __LINE__); \
H A Dvboxvideo_dri.c184 RT_GCC_EXTENSION __PRETTY_FUNCTION__);
/vbox/src/VBox/HostDrivers/win/
H A DVBoxDbgLog.h30 #define VBOX_DBG_LOG_PREFIX_PARMS __PRETTY_FUNCTION__
/vbox/src/VBox/Devices/Network/slirp/
H A Dsocket.c256 Log2(("%s: so = %R[natsock] so->so_snd = %R[sbuf]\n", __PRETTY_FUNCTION__, so, sb));
323 Log2(("%s: read(1) nn = %d bytes\n", __PRETTY_FUNCTION__, nn));
324 Log2(("%s: so = %R[natsock] so->so_snd = %R[sbuf]\n", __PRETTY_FUNCTION__, so, sb));
338 Log(("NAT:%s: error in WSAIoctl: %d\n", __PRETTY_FUNCTION__, errno));
360 __PRETTY_FUNCTION__, nn, errno, strerror(errno)));
409 Log2(("%s: read(2) nn = %d bytes\n", __PRETTY_FUNCTION__, nn));
415 Log2(("%s: update so_snd (readed nn = %d) %R[sbuf]\n", __PRETTY_FUNCTION__, nn, sb));
419 Log2(("%s: alter sb_wptr so_snd = %R[sbuf]\n", __PRETTY_FUNCTION__, sb));
545 Log2(("%s: so = %R[natsock] so->so_rcv = %R[sbuf]\n", __PRETTY_FUNCTION__, so, sb));
614 Log2(("%s: wrote(1) nn = %d bytes\n", __PRETTY_FUNCTION__, n
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/
H A DVBoxVideoLog.h56 #define VBOX_VIDEO_LOG_PREFIX_PARMS __PRETTY_FUNCTION__
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A DEfiCdefs.h257 #define __func__ __PRETTY_FUNCTION__
/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h165 #expr, __FILE__, __LINE__, __PRETTY_FUNCTION__); \
187 __FILE__, __LINE__, __PRETTY_FUNCTION__); \
208 #expr, __FILE__, __LINE__, __PRETTY_FUNCTION__, Utf8StrFmt a .c_str()); \
227 __FILE__, __LINE__, __PRETTY_FUNCTION__, Utf8StrFmt a .c_str()); \
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m47 int cchDebugFuncEnter = printf("==>%s\n", __PRETTY_FUNCTION__)
50 DEBUG_MSG(("<==%s\n", __PRETTY_FUNCTION__)); \
54 DEBUG_MSG(("<==%s returns", __PRETTY_FUNCTION__)); \
/vbox/src/VBox/ExtPacks/BusMouseSample/
H A DBusMouse.cpp235 __PRETTY_FUNCTION__, dx, dy, dz, dw, buttons_state));
359 LogRel3(("%s: write port %d: 0x%02x\n", __PRETTY_FUNCTION__, offPort, uValue));
423 LogRel3(("%s: read port %d: 0x%02x\n", __PRETTY_FUNCTION__, offPort, uValue));
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp121 /* RTPrintf("%s: pDir=%p\n", __PRETTY_FUNCTION__, pDir); */
131 /* RTPrintf("%s: pszPath=%s, fMode=0x%llx\n", __PRETTY_FUNCTION__, pszPath,
142 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */
152 /* RTPrintf("%s: pszPath=%s\n", __PRETTY_FUNCTION__, pszPath); */
165 /* RTPrintf("%s: pDir=%p, enmAdditionalAttribs=0x%llx\n", __PRETTY_FUNCTION__,
174 extern int testRTDirRemove(const char *pszPath) { RTPrintf("%s\n", __PRETTY_FUNCTION__); return 0; }
184 __PRETTY_FUNCTION__, pDir, pcbDirEntry ? (int) *pcbDirEntry : -1,
198 __PRETTY_FUNCTION__, pDir,
215 /* RTPrintf("%s: File=%p\n", __PRETTY_FUNCTION__, File); */
220 extern int testRTFileDelete(const char *pszFilename) { RTPrintf("%s\n", __PRETTY_FUNCTION__); retur
[all...]
/vbox/src/VBox/Devices/Input/
H A DDevPS2.cpp375 LogRel3(("%s: mouse command response: 0x%02x\n", __PRETTY_FUNCTION__, b));
377 LogRel3(("%s: mouse event data: 0x%02x\n", __PRETTY_FUNCTION__, b));
380 LogRel3(("%s: kbd event: 0x%02x\n", __PRETTY_FUNCTION__, b));
644 __PRETTY_FUNCTION__, dx1, dy1, fButtonsLow));
658 LogRel3(("%s: dz1=%d\n", __PRETTY_FUNCTION__, dz1));
679 LogRel3(("%s: dw1=%d\n", __PRETTY_FUNCTION__, dw1));
685 __PRETTY_FUNCTION__, dz1, dw1, fButtonsHigh));
735 __PRETTY_FUNCTION__, dx, dy, dz, dw, buttons_state));
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DHGSMIBase.cpp624 Log(("%s: x=%u, y=%u\n", __PRETTY_FUNCTION__, (unsigned)x, (unsigned)y));
641 Log(("%s: return: x=%u, y=%u\n", __PRETTY_FUNCTION__, (unsigned)x, (unsigned)y));
H A DModesetting.cpp300 Log(("%s: cOriginX=%u, cOriginY=%u, cWidth=%u, cHeight=%u\n", __PRETTY_FUNCTION__, (unsigned)cOriginX, (unsigned)cOriginX,
/vbox/src/VBox/Additions/solaris/Mouse/
H A Dvboxms.c814 __PRETTY_FUNCTION__);
894 __PRETTY_FUNCTION__);
916 RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "%s: i=%u\n", __PRETTY_FUNCTION__,
961 __PRETTY_FUNCTION__);
980 RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "%s: i=%u\n", __PRETTY_FUNCTION__,
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dregops.c128 tmp = alloc_bounce_buffer(&tmp_size, &tmp_phys, size, __PRETTY_FUNCTION__);
215 tmp = alloc_bounce_buffer(&tmp_size, &tmp_phys, size, __PRETTY_FUNCTION__);

Completed in 5175 milliseconds

12