Searched defs:DCHECK (Results 1 - 2 of 2) sorted by relevance

/system/core/base/include/android-base/
H A Dlogging.h231 #define DCHECK(x) \ macro
/system/extras/perfprofd/quipper/base/
H A Dlogging.h335 // is not defined). Contrast this with DCHECK et al., which has
369 // Definitions for DCHECK et al.
388 // DCHECK et al. make sure to reference |condition| regardless of
390 // variable warnings if the only use of a variable is in a DCHECK.
393 #define DCHECK(condition) \ macro
394 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON && !(condition)) \
398 LAZY_STREAM(PLOG_STREAM(DCHECK), DCHECK_IS_ON && !(condition)) \
442 #define NOTREACHED() DCHECK(false)
630 // 3 -- Fail at runtime (DCHECK)

Completed in 127 milliseconds