Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp1080 static const int expected_count1 = 25; in TEST() local
1086 android_logger_list_open(LOG_ID_MAIN, 0, expected_count1, pid)}; in TEST()
1110 if (count1 < expected_count1) { in TEST()
1122 android_logger_list_open(LOG_ID_MAIN, ANDROID_LOG_NONBLOCK, expected_count1, pid)}; in TEST()
1153 EXPECT_EQ(expected_count1, count1); in TEST()