Searched refs:debug_printf (Results 51 - 75 of 76) sorted by relevance

1234

/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp21 # define TRACE(x...) debug_printf("virtio_input_device: " x)
25 #define ERROR(x...) debug_printf("virtio_input_device: " x)
/haiku/src/bin/consoled/
H A Dconsoled.cpp66 debug_printf("%s", buffer);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp39 #define TRACE(x) debug_printf x
/haiku/src/servers/input/
H A DAddOnManager.cpp41 # define TRACE(x...) debug_printf(x)
42 # define ERROR(x...) debug_printf(x)
46 # define ERROR(x...) debug_printf(x)
H A DInputServer.cpp1296 debug_printf("InputServer::RegisterDevices() device_ref already exists: %s\n", device->name);
/haiku/src/servers/app/
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 DPictureBoundingBoxPlayer.cpp40 # define TRACE_BB(text, ...) debug_printf("PBBP: " text, ##__VA_ARGS__)
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 DDesktop.cpp518 debug_printf("app_server: Failed to initialize virtual screen configuration: %s\n",
524 debug_printf("Could not initialize graphics output. Exiting.\n");
/haiku/src/kits/app/
H A DLinkReceiver.cpp44 # define GTRACE(x) debug_printf x
H A DApplication.cpp1316 debug_printf("Looper's ID specifier used but not "
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/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp34 #define TRACE_ALWAYS(x...) debug_printf("RemoteMessage: " x)
H A DRemoteDrawingEngine.cpp22 #define TRACE(x...) /*debug_printf("RemoteDrawingEngine: " x)*/
23 #define TRACE_ALWAYS(x...) debug_printf("RemoteDrawingEngine: " x)
24 #define TRACE_ERROR(x...) debug_printf("RemoteDrawingEngine: " x)
/haiku/src/servers/launch/
H A DJob.cpp503 debug_printf("Ignore launching %s\n", Name());
/haiku/src/system/libroot/add-ons/icu/
H A DICUCtypeData.cpp25 # define TRACE(x) debug_printf x
/haiku/src/servers/app/stackandtile/
H A DTiling.cpp23 # define STRACE_TILING(x...) debug_printf("SAT Tiling: "x)
/haiku/headers/os/kernel/
H A DOS.h424 extern void debug_printf(const char *format, ...)
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp39 # define FTRACE(x) debug_printf x
/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/posix/malloc_debug/
H A Dguarded_heap.cpp58 debug_printf("%s", buffer);
H A Dheap.cpp33 # define INFO(x) debug_printf x
74 debug_printf("%s", buffer);
/haiku/src/kits/storage/
H A DPathMonitor.cpp36 # define TRACE(...) debug_printf("BPathMonitor: " __VA_ARGS__)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1603 void debug_printf() {} function
H A Dlibroot_stubs_legacy.c1546 void debug_printf() {} function

Completed in 613 milliseconds

1234