Searched refs:debug_printf (Results 1 - 25 of 76) sorted by last modified time

1234

/haiku/src/servers/app/
H A DServerApp.cpp74 # define STRACE(x) debug_printf x
81 # define FTRACE(x) debug_printf x
575 debug_printf("Application %" B_PRId32 ", %s: %d bitmaps:\n",
581 debug_printf(" [%" B_PRId32 "] %" B_PRId32 "x%" B_PRId32 ", "
H A DScreen.cpp141 debug_printf("app_server: Finding best mode for %ux%u (%" B_PRIu32
151 debug_printf("app_server: Use %ux%u (%" B_PRIu32 ") instead.\n",
H A DServerWindow.cpp86 # define STRACE(x) debug_printf x
113 # define DTRACE(x) debug_printf x
121 # define GTRACE(x) debug_printf x
582 debug_printf("View token not found!\n");
1123 debug_printf("ServerWindow %s: Message "
1142 debug_printf("ServerWindow %s: Message "
1164 debug_printf("ServerWindow %s: Message AS_VIEW_CREATE: "
1185 debug_printf("ServerWindow %s received unexpected code - "
2487 debug_printf("ServerWindow::DispatchViewDrawingMessage() got "
2499 debug_printf("ServerWindo
[all...]
H A DDesktop.cpp518 debug_printf("app_server: Failed to initialize virtual screen configuration: %s\n",
524 debug_printf("Could not initialize graphics output. Exiting.\n");
H A DPictureBoundingBoxPlayer.cpp40 # define TRACE_BB(text, ...) debug_printf("PBBP: " text, ##__VA_ARGS__)
H A DVirtualScreen.cpp143 debug_printf("app_server: Failed to set mode: %s\n",
/haiku/src/servers/app/font/
H A DAppFontManager.cpp27 # define FTRACE(x) debug_printf x
H A DGlobalFontManager.cpp39 # define FTRACE(x) debug_printf x
/haiku/src/system/libroot/add-ons/icu/
H A DICUCtypeData.cpp25 # define TRACE(x) debug_printf x
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp233 debug_printf("allocation %p, size %ld front wall clobbered at byte %ld.\n",
238 debug_printf("allocation %p, size %ld back wall clobbered at byte %ld.\n",
426 debug_printf("memalign() is not yet supported by the wall code.\n");
470 debug_printf("posix_memalign() is not yet supported by the wall code.\n");
H A Darch-specific.cpp34 # define CTRACE(x) debug_printf x
77 debug_printf("hoard: init_after_fork(): thread %" B_PRId32 ", Heap "
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp53 # define TRACE(x, ...) debug_printf(x, __VA_ARGS__)
1501 debug_printf("Target has no name, ignoring it!\n");
1546 debug_printf("Test: %s -> %d\n", condition->ToString().String(),
1550 debug_printf("Could not parse condition!\n");
1668 debug_printf("Init \"%s\" failed: %s\n", job->Name(),
1812 debug_printf("Adding job %s to queue failed: %s\n", job->Name(),
2118 debug_printf("Could not switch to home dir %s: %s\n",
H A DJob.cpp503 debug_printf("Ignore launching %s\n", Name());
/haiku/headers/os/kernel/
H A DOS.h424 extern void debug_printf(const char *format, ...)
/haiku/src/kits/app/
H A DMessage.cpp44 debug_printf("msg thread: %ld; this: %p; header: %p; fields: %p;" \
50 debug_printf("msg thread: %ld; line: %d: func: %s\n", find_thread(NULL), \
/haiku/src/build/libbe/app/
H A DMessage.cpp42 debug_printf("msg thread: %ld; this: %p; header: %p; fields: %p;" \
48 debug_printf("msg thread: %ld; line: %d: func: %s\n", find_thread(NULL), \
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1546 void debug_printf() {} function
H A Dlibroot_stubs.c1603 void debug_printf() {} function
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp80 # define GTRACE(x...) debug_printf(x)
/haiku/src/system/libroot/posix/wchar/
H A Dmbrtowc.cpp17 # define TRACE(x) debug_printf x
H A Dwcsrtombs.cpp18 # define TRACE(x) debug_printf x
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp50 debug_printf("%p -> %s%s {\n", fPointer, fPrepend.String(),
56 debug_printf("%p -> %s}\n", fPointer, fPrepend.String());
75 debug_printf("%p -> %s", this, _to.String()); \
76 debug_printf(x); } while (0)
77 # define LOG_EVENT(text...) debug_printf(text)
83 # define LOG_ERR(text...) debug_printf(text)
/haiku/src/servers/debug/
H A DDebugServer.cpp45 # define TRACE(x) debug_printf x
156 debug_printf("debug_server: KillTeam(): Error getting info for "
164 debug_printf("debug_server: Killing team %" B_PRId32 " (%s)\n", team,
433 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to get "
441 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to get "
451 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to init "
469 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to create "
479 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to spawn "
543 debug_printf("debug_server: can't find system-bin directory: %s\n",
549 debug_printf("debug_serve
[all...]
/haiku/src/servers/package/
H A DDebugSupport.h52 # define __out debug_printf
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp58 debug_printf("%p -> %s%s {\n", fPointer, fPrepend.String(),
64 debug_printf("%p -> %s}\n", fPointer, fPrepend.String());
83 debug_printf("%p -> %s", this, _to.String()); \
84 debug_printf(x); } while (0)
91 # define LOG_ERR(x...) debug_printf(x)

Completed in 279 milliseconds

1234