Searched defs:DLOG_IF (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/base/
H A DLog.h203 // DLOG_IF() is like DLOG() for debug builds, and doesn't do anything for
205 #define DLOG_IF(severity, condition) \ macro
/external/chromium_org/base/
H A Dlogging.h63 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
553 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
567 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
619 // This behavior is different from DLOG_IF et al.
/external/chromium_org/third_party/cld/base/
H A Dlogging.h81 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
741 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
769 #define DLOG_IF(severity, condition) \ macro

Completed in 229 milliseconds