Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp1081 static const int expected_count2 = 25; in TEST() local
1090 android_logger_list_open(LOG_ID_MAIN, 0, expected_count2, pid)}; in TEST()
1108 while (count1 != expected_count2 || count2 != expected_count2) { in TEST()
1114 if (count2 < expected_count2) { in TEST()
1126 android_logger_list_open(LOG_ID_MAIN, ANDROID_LOG_NONBLOCK, expected_count2, pid)}; in TEST()
1154 EXPECT_EQ(expected_count2, count2); in TEST()