Searched refs:DEBUG (Results 26 - 50 of 278) sorted by relevance

1234567891011>>

/haiku/src/tests/add-ons/input_server/
H A DTeamMonitorTest.cpp15 #if DEBUG
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Ddebug.h30 #if DEBUG > 0
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h11 #ifdef DEBUG
23 // The DEBUGGER() macro actually has no effect if DEBUG is not defined,
25 #ifdef DEBUG
53 // the statements in D() are only included if DEBUG is defined
59 #ifdef DEBUG
83 #ifdef DEBUG
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.c47 #if DEBUG > 0
73 #if DEBUG > 0
85 #if DEBUG > 0
102 #if DEBUG > 1
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.c47 #if DEBUG > 0
73 #if DEBUG > 0
85 #if DEBUG > 0
102 #if DEBUG > 1
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h11 #ifndef DEBUG
12 # define DEBUG 0 macro
23 #if DEBUG > 0
25 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); }
32 # if DEBUG >= 2
/haiku/headers/private/media/
H A DMediaDebug.h4 #ifndef DEBUG
5 #define DEBUG 0 macro
14 #if DEBUG > 0
18 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); }
24 #if DEBUG >= 2
32 #if DEBUG >= 3
/haiku/headers/libs/x86emu/x86emu/
H A Ddebug.h51 #ifdef DEBUG
63 #ifdef DEBUG
102 #ifdef DEBUG
132 #ifdef DEBUG
143 #ifdef DEBUG
153 #ifdef DEBUG
163 #ifdef DEBUG
179 #ifdef DEBUG
/haiku/headers/private/device/
H A DJoystickTweaker.h15 #if DEBUG
58 #if DEBUG
/haiku/headers/private/midi/
H A Ddebug.h34 #ifdef DEBUG
/haiku/src/servers/midi/
H A DServerDefs.h42 #ifdef DEBUG
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModem.h38 #if DEBUG
41 #endif // DEBUG
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h73 #ifndef DEBUG
74 # define DEBUG 0 macro
77 #if DEBUG
/haiku/src/servers/registrar/
H A DDebug.h8 #ifndef DEBUG
9 # define DEBUG 0 macro
34 // the statements in D() are only included if DEBUG is defined
37 #if DEBUG
/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.cpp14 #define DEBUG 1 macro
49 #if DEBUG
66 #if DEBUG
87 #if DEBUG
106 #if DEBUG
145 #if DEBUG
240 #ifdef DEBUG
384 #if DEBUG
419 #ifdef DEBUG
435 debugger("register_thread should never be called unless in DEBUG mod
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h18 // The DEBUGGER() macro actually has no effect if DEBUG is not defined,
20 #ifdef DEBUG
48 // the statements in D() are only included if DEBUG is defined
50 #if DEBUG
82 #ifdef DEBUG
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h38 #ifdef DEBUG
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.h57 #ifdef DEBUG
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddebug.c36 #ifdef DEBUG
52 ntfs_log_debug("NTFS-fs DEBUG: Dumping runlist (values in hex):\n");
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.h23 #ifndef DEBUG
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.h19 #if DEBUG
/haiku/src/preferences/input/
H A DInputTouchpadPref.h21 #if DEBUG
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c60 #if DEBUG > 0
93 #if DEBUG > 1
/haiku/src/kits/tracker/
H A DRegExp.h127 #ifdef DEBUG
153 #ifdef DEBUG
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp41 #if DEBUG
57 #if DEBUG

Completed in 141 milliseconds

1234567891011>>