Home
last modified time | relevance | path

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

/external/chromium/net/socket/
Dsocks_client_socket_pool_unittest.cc23 const int kMaxSockets = 32; variable
60 kMaxSockets, kMaxSocketsPerGroup, in SOCKSClientSocketPoolTest()
67 pool_(kMaxSockets, kMaxSocketsPerGroup, in SOCKSClientSocketPoolTest()
Dtransport_client_socket_pool_unittest.cc32 const int kMaxSockets = 32; variable
354 pool_(kMaxSockets, in TransportClientSocketPoolTest()
835 ASSERT_LE(kNumRequests, kMaxSockets); // Otherwise the test will hang. in TEST_F()
1067 TransportClientSocketPool pool(kMaxSockets, in TEST_F()
1109 TransportClientSocketPool pool(kMaxSockets, in TEST_F()
1150 TransportClientSocketPool pool(kMaxSockets, in TEST_F()
1183 TransportClientSocketPool pool(kMaxSockets, in TEST_F()
Dssl_client_socket_pool_unittest.cc35 const int kMaxSockets = 32; variable
50 kMaxSockets, in SSLClientSocketPoolTest()
61 kMaxSockets, in SSLClientSocketPoolTest()
74 kMaxSockets, in SSLClientSocketPoolTest()
89 kMaxSockets, in CreatePool()
Dclient_socket_pool_base_unittest.cc1431 const size_t kMaxSockets = 5; in TEST_F() local
1432 CreatePool(kMaxSockets, kDefaultMaxSocketsPerGroup); in TEST_F()
1437 ASSERT_LE(kNumberOfRequests, kMaxSockets); // Otherwise the test will hang. in TEST_F()
1480 const int kMaxSockets = 3; in TEST_F() local
1482 CreatePool(kMaxSockets, kMaxSocketsPerGroup); in TEST_F()
/external/chromium/net/http/
Dhttp_proxy_client_socket_pool_unittest.cc30 const int kMaxSockets = 32; variable
59 kMaxSockets, kMaxSocketsPerGroup, in HttpProxyClientSocketPoolTest()
65 ssl_socket_pool_(kMaxSockets, kMaxSocketsPerGroup, in HttpProxyClientSocketPoolTest()
84 pool_(kMaxSockets, kMaxSocketsPerGroup, in HttpProxyClientSocketPoolTest()