HomeSort by relevance Sort by last modified time
    Searched defs:DLOG_IF (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/base/
Log.h 203 // DLOG_IF() is like DLOG() for debug builds, and doesn't do anything for
205 #define DLOG_IF(severity, condition) \
  /external/chromium_org/base/
logging.h 63 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
553 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
567 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
619 // This behavior is different from DLOG_IF et al.
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 81 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
741 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
769 #define DLOG_IF(severity, condition) \
    [all...]

Completed in 506 milliseconds