Searched refs:DCHECK_NE (Results 1 - 3 of 3) sorted by relevance

/system/core/bootstat/
H A Dboot_event_record_store.cpp41 DCHECK_NE(static_cast<int32_t*>(nullptr), uptime);
/system/core/base/include/android-base/
H A Dlogging.h332 #define DCHECK_NE(x, y) \ macro
/system/extras/perfprofd/quipper/base/
H A Dlogging.h418 // DCHECK_NE(1, 2) << ": The world must be ending!";
432 #define DCHECK_NE(val1, val2) DCHECK_OP(NE, !=, val1, val2) macro

Completed in 477 milliseconds