HomeSort by relevance Sort by last modified time
    Searched refs:ENABLE_DLOG (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/base/
Log.h 146 // Define ENABLE_DLOG to 1 here if DLOG() statements should be compiled
149 #ifndef ENABLE_DLOG
151 # define ENABLE_DLOG 0
153 # define ENABLE_DLOG 1
172 #if ENABLE_DLOG
  /external/chromium_org/base/
logging.h 537 #define ENABLE_DLOG 0
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
    [all...]

Completed in 782 milliseconds