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

/bionic/linker/
H A Dlinker_debug.h34 // INFO, TRACE, and DEBUG calls in the source). This will only
77 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x) macro
79 #define DEBUG(x...) do {} while (0) macro
/bionic/libc/dns/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.c107 #ifndef DEBUG
108 #define DEBUG macro
144 #ifdef DEBUG
157 #ifdef DEBUG
176 #ifdef DEBUG
185 #ifdef DEBUG
389 #ifdef DEBUG
H A Dres_init.c118 #ifndef DEBUG
119 #define DEBUG macro
472 #ifdef DEBUG
498 #ifdef DEBUG
514 #ifdef DEBUG
524 #ifdef DEBUG
534 #ifdef DEBUG
539 #ifdef DEBUG
H A Dres_send.c131 #ifndef DEBUG
132 #define DEBUG macro
H A Dres_cache.c150 #define DEBUG 0 macro
156 #if DEBUG
343 #else /* !DEBUG */
647 #if DEBUG
1423 #if DEBUG
1483 #if DEBUG
1576 if (DEBUG) {
1762 #if DEBUG
/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp74 #define DEBUG 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 212 milliseconds