Home
last modified time | relevance | path

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

/system/libfmq/tests/
Dmsgq_test_client.cpp601 size_t expectedCount = 0; in TEST_F() local
602 ASSERT_EQ(expectedCount, availableToRead); in TEST_F()
808 size_t expectedCount = 0; in TEST_F() local
809 ASSERT_EQ(expectedCount, availableToRead); in TEST_F()
/system/netd/tests/
Dbinder_test.cpp1445 bool iptablesTargetsExists(const char* binary, int expectedCount, const char* table, in iptablesTargetsExists() argument
1458 return matchCount == expectedCount; in iptablesTargetsExists()