Searched defs:ENABLE_DLOG (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/base/
H A DLog.h146 // Define ENABLE_DLOG to 1 here if DLOG() statements should be compiled
149 #ifndef ENABLE_DLOG
151 # define ENABLE_DLOG 0 macro
153 # define ENABLE_DLOG 1 macro
172 #if ENABLE_DLOG
/external/chromium_org/base/
H A Dlogging.h537 #define ENABLE_DLOG 0 macro
539 #define ENABLE_DLOG 1
550 #if ENABLE_DLOG
559 #else // ENABLE_DLOG
561 // If ENABLE_DLOG is off, we want to avoid emitting any references to
573 #endif // ENABLE_DLOG
582 // We tie its state to ENABLE_DLOG.
583 enum { DEBUG_MODE = ENABLE_DLOG };
585 #undef ENABLE_DLOG macro

Completed in 380 milliseconds