Searched refs:content_false (Results 1 – 2 of 2) sorted by relevance
/system/core/liblog/tests/ |
D | log_radio_test.cpp | 31 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()
|
D | log_system_test.cpp | 31 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()
|