Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_test.cpp191 static constexpr int num_sockets = 256; in TEST_F() local
194 sockets.resize(num_sockets * 2); in TEST_F()
195 for (int32_t i = 0; i < num_sockets; ++i) { in TEST_F()
204 ASSERT_EQ(num_sockets, adb_poll(pfds.data(), pfds.size(), 0)); in TEST_F()
205 for (int i = 0; i < num_sockets; ++i) { in TEST_F()