Home
last modified time | relevance | path

Searched refs:DLOG_ASSERT (Results 1 – 4 of 4) sorted by relevance

/external/libweave/third_party/chromium/base/
Dlogging.h506 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
518 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
615 #define assert(x) DLOG_ASSERT(x)
Dlogging_unittest.cc184 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()
/external/libchrome/base/
Dlogging.h627 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
641 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
775 #define assert(x) DLOG_ASSERT(x)
Dlogging_unittest.cc200 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()