Searched refs:write_function (Results 1 – 1 of 1) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 220 auto write_function = [&] { in TEST() local 287 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in TEST() 307 auto write_function = [&] { ASSERT_LT(0, __android_log_write(prio, tag, buf.c_str())); }; in TEST() local 321 RunLogTests(LOG_ID_MAIN, write_function, check_function); in TEST() 354 auto write_function = [&] { EXPECT_LT(0, __android_log_bswrite(0, message)); }; in bswrite_test() local 400 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in bswrite_test() 434 auto write_function = [&] { in buf_write_test() local 477 RunLogTests(LOG_ID_MAIN, write_function, check_function); in buf_write_test() 949 auto write_function = [&] { in TEST() local 980 RunLogTests(LOG_ID_SYSTEM, write_function, check_function); in TEST() [all …]
|