Searched defs:DLOG (Results 1 - 4 of 4) sorted by path

/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h325 # define DLOG LOG macro
327 # define DLOG(severity) true ? (void) 0 : LoggerVoidify() & \ macro
/external/chromium_org/base/
H A Dlogging.h61 // DLOG(INFO) << "Found cookies";
548 // Definitions for DLOG et al.
587 #define DLOG(severity) \ macro
/external/chromium_org/third_party/cld/base/
H A Dlogging.h79 // DLOG(INFO) << "Found cookies";
739 #define DLOG(severity) LOG(severity) macro
762 #define DLOG(severity) \ macro
/external/qemu/android/base/
H A DLog.h146 // Define ENABLE_DLOG to 1 here if DLOG() statements should be compiled
170 // DLOG_IS_ON(severity) is used to indicate whether DLOG() should print
175 // NOTE: The compile-time constant ensures that the DLOG() statements are
198 // DLOG() is like LOG() for debug builds, and doesn't do anything for
201 #define DLOG(severity) LOG_IF(severity, DLOG_IS_ON()) macro
203 // DLOG_IF() is like DLOG() for debug builds, and doesn't do anything for
204 // release one. See DLOG() comments.

Completed in 260 milliseconds