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

/external/qemu/android/base/
H A DLog_unittest.cpp40 void setExpected(LogSeverity severity, int line, const char* suffix) { function in class:android::base::LogTest
171 setExpected(LOG_INFO, __LINE__ + 1, "");
178 setExpected(LOG_INFO, __LINE__ + 1, kString);
184 setExpected(LOG_INFO, __LINE__ + 1, "Hello Globe!");
191 setExpected(LOG_INFO, __LINE__ + 1, ls.string());
198 setExpected(LOG_WARNING, __LINE__ + 1, kWarning);
205 setExpected(LOG_ERROR, __LINE__ + 1, kError);
213 setExpected(LOG_FATAL, __LINE__ + 1, kFatalMessage);
222 setExpected(LOG_FATAL, __LINE__ + 1, "PANIC: Flag was set!");
239 setExpected(LOG_FATA
[all...]

Completed in 1167 milliseconds