HomeSort by relevance Sort by last modified time
    Searched defs:port_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/perf/
mach_ports_test.cc 51 int port_count = 0; local
53 new AutomationMsg_GetMachPortCount(&port_count)));
54 port_counts_.push_back(port_count);
  /external/chromium_org/net/quic/
port_suggester_unittest.cc 65 const size_t port_count = 200; local
66 for (size_t i = 0; i < port_count; ++i) {
70 EXPECT_EQ(port_suggester->call_count(), port_count);
71 EXPECT_EQ(port_count, ports.size());
99 const int port_count = 40; local
102 for (int i = 0; i < port_count; ++i) {

Completed in 33 milliseconds