Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
DTimerThread-test.cpp32 inline size_t countChars(std::string_view s, char c) { in countChars() function
62 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testBasic()
64 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testBasic()
81 ASSERT_EQ(0ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancel()
83 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancel()
100 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancelAfterRun()
102 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancelAfterRun()
127 ASSERT_EQ(6ul, countChars(thread.pendingToString(), REQUEST_START)); in testMultipleTasks()
129 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
171 ASSERT_EQ(1ul, countChars(thread.pendingToString(), REQUEST_START)); in testMultipleTasks()
[all …]