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

/bionic/linker/
H A Dlinker_debug.h33 // INFO, TRACE, and DEBUG calls in the source). This will only
79 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x) macro
81 #define DEBUG(x...) do {} while (0) macro
/bionic/libc/dns/resolv/
H A Dres_state.c41 #define DEBUG 0 macro
43 #if DEBUG
H A Dres_mkquery.c99 #ifndef DEBUG
100 #define DEBUG macro
133 #ifdef DEBUG
241 #ifdef DEBUG
264 #ifdef 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.c117 #ifndef DEBUG
118 #define DEBUG macro
473 #ifdef DEBUG
499 #ifdef DEBUG
515 #ifdef DEBUG
525 #ifdef DEBUG
535 #ifdef DEBUG
540 #ifdef DEBUG
H A Dres_send.c126 #ifndef DEBUG
127 #define DEBUG macro
H A Dres_cache.c143 #define DEBUG 0 macro
148 #if DEBUG
157 if (DEBUG) { \
645 #if DEBUG
1491 #if DEBUG
1551 #if DEBUG
1644 if (DEBUG) {
1830 #if DEBUG

Completed in 777 milliseconds