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

  /system/extras/perfprofd/quipper/base/
logging.h 324 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)
338 #define DLOG_IS_ON(severity) false
360 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
363 LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity))
  /external/libchrome/base/
logging.h 656 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)
670 #define DLOG_IS_ON(severity) false
692 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
695 LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity))
    [all...]

Completed in 3900 milliseconds