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

  /external/chromium_org/base/mac/
mach_logging.h 82 LAZY_STREAM(MACH_LOG_STREAM(severity, mach_err), DLOG_IS_ON(severity))
85 DLOG_IS_ON(severity) && (condition))
148 DLOG_IS_ON(severity))
151 DLOG_IS_ON(severity) && (condition))
mac_logging.h 78 LAZY_STREAM(OSSTATUS_LOG_STREAM(severity, status), DLOG_IS_ON(severity))
81 DLOG_IS_ON(severity) && (condition))
  /external/qemu/android/base/
Log.h 170 // DLOG_IS_ON(severity) is used to indicate whether DLOG() should print
173 # define DLOG_IS_ON(severity) LOG_IS_ON(severity)
177 # define DLOG_IS_ON(severity) false
201 #define DLOG(severity) LOG_IF(severity, DLOG_IS_ON())
206 LOG_IF(severity, DLOG_IS_ON() && (condition))
  /external/chromium_org/base/
logging_unittest.cc 65 EXPECT_TRUE(kIsDebugMode == DLOG_IS_ON(INFO));
131 EXPECT_FALSE(DLOG_IS_ON(INFO));
205 EXPECT_FALSE(DLOG_IS_ON(DCHECK));
210 EXPECT_FALSE(DLOG_IS_ON(DCHECK));
215 EXPECT_TRUE(DLOG_IS_ON(DCHECK));
logging.h 552 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)
566 #define DLOG_IS_ON(severity) false
588 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
591 LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity))
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.cc 105 if (DLOG_IS_ON(INFO)) {
  /external/chromium_org/sql/
connection_unittest.cc 627 if (DLOG_IS_ON(FATAL)) {

Completed in 951 milliseconds