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

  /system/extras/perfprofd/quipper/base/
logging.h 37 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
339 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
391 // This behavior is different from DLOG_IF et al.
  /external/libchrome/base/
logging.h 68 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
657 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
671 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
723 // This behavior is different from DLOG_IF et al.
    [all...]

Completed in 385 milliseconds