Home
last modified time | relevance | path

Searched refs:content_false (Results 1 – 2 of 2) sorted by relevance

/system/core/liblog/tests/
Dlog_radio_test.cpp31 static const char content_false[] = "log_radio.h false"; in TEST() local
60 RLOGV_IF(false, content_false); in TEST()
66 RLOGD_IF(false, content_false); in TEST()
72 RLOGI_IF(false, content_false); in TEST()
78 RLOGW_IF(false, content_false); in TEST()
84 RLOGE_IF(false, content_false); in TEST()
105 (pos = buf.find(content_false, pos)) != std::string::npos; ++pos) { in TEST()
Dlog_system_test.cpp31 static const char content_false[] = "log_system.h false"; in TEST() local
60 SLOGV_IF(false, content_false); in TEST()
66 SLOGD_IF(false, content_false); in TEST()
72 SLOGI_IF(false, content_false); in TEST()
78 SLOGW_IF(false, content_false); in TEST()
84 SLOGE_IF(false, content_false); in TEST()
105 (pos = buf.find(content_false, pos)) != std::string::npos; ++pos) { in TEST()