Searched defs:DEBUG (Results 1 - 10 of 10) sorted by relevance

/bionic/linker/
H A Dlinker_debug.h36 // INFO, TRACE, and DEBUG calls in the source). This will only
82 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x) macro
84 #define DEBUG(x...) do {} while (0) macro
/bionic/libc/netbsd/resolv/
H A Dres_mkquery.c100 #ifndef DEBUG
101 #define DEBUG macro
134 #ifdef DEBUG
241 #ifdef DEBUG
262 #ifdef DEBUG
H A Dres_state.c42 #define DEBUG 0 macro
44 #if DEBUG
H A Dres_query.c106 #ifndef DEBUG
107 #define DEBUG macro
143 #ifdef DEBUG
156 #ifdef DEBUG
175 #ifdef DEBUG
184 #ifdef DEBUG
388 #ifdef DEBUG
H A Dres_init.c121 #ifndef DEBUG
122 #define DEBUG macro
461 #ifdef DEBUG
487 #ifdef DEBUG
503 #ifdef DEBUG
513 #ifdef DEBUG
523 #ifdef DEBUG
528 #ifdef DEBUG
H A Dres_send.c130 #ifndef DEBUG
131 #define DEBUG macro
H A Dres_cache.c167 #define DEBUG 0 macro
173 #if DEBUG
360 #else /* !DEBUG */
664 #if DEBUG
1456 #if DEBUG
1516 #if DEBUG
1609 if (DEBUG) {
1781 #if DEBUG
2292 if (DEBUG) {
/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp71 #define DEBUG 0 macro
/bionic/libc/kernel/common/linux/mtd/
H A Dmtd.h150 #define DEBUG(n, args...) do { } while(0) macro
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c328 DEBUG default: NOT defined
329 The DEBUG setting is mainly intended for people trying to modify
335 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
1443 #ifdef DEBUG
1450 #else /* DEBUG */
1454 #define DEBUG 0 macro
1455 #endif /* DEBUG */
2791 #if ! DEBUG
2800 #else /* DEBUG */
2820 #endif /* DEBUG */
[all...]

Completed in 258 milliseconds