Searched defs:kMaxSockets (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool_unittest.cc25 const int kMaxSockets = 32; member in namespace:net::__anon9530
95 kMaxSockets, kMaxSocketsPerGroup,
99 pool_(kMaxSockets, kMaxSocketsPerGroup,
H A Dtransport_client_socket_pool_unittest.cc33 const int kMaxSockets = 32; member in namespace:net::__anon9551
52 pool_(kMaxSockets,
563 ASSERT_LE(kNumRequests, kMaxSockets); // Otherwise the test will hang.
830 TransportClientSocketPool pool(kMaxSockets,
873 TransportClientSocketPool pool(kMaxSockets,
915 TransportClientSocketPool pool(kMaxSockets,
949 TransportClientSocketPool pool(kMaxSockets,
984 TransportClientSocketPool pool(kMaxSockets,
1009 TransportClientSocketPool pool(kMaxSockets,
1037 TransportClientSocketPool pool(kMaxSockets,
[all...]
H A Dwebsocket_transport_client_socket_pool_unittest.cc38 const int kMaxSockets = 32; member in namespace:net::__anon9561
63 pool_(kMaxSockets,
488 ASSERT_LE(kNumRequests, kMaxSockets); // Otherwise the test will hang.
560 WebSocketTransportClientSocketPool pool(kMaxSockets,
601 WebSocketTransportClientSocketPool pool(kMaxSockets,
641 WebSocketTransportClientSocketPool pool(kMaxSockets,
673 WebSocketTransportClientSocketPool pool(kMaxSockets,
706 WebSocketTransportClientSocketPool pool(kMaxSockets,
743 WebSocketTransportClientSocketPool pool(kMaxSockets,
788 WebSocketTransportClientSocketPool pool(kMaxSockets,
[all...]
H A Dssl_client_socket_pool_unittest.cc42 const int kMaxSockets = 32; member in namespace:net::__anon9536
97 transport_socket_pool_(kMaxSockets,
113 socks_socket_pool_(kMaxSockets,
129 http_proxy_socket_pool_(kMaxSockets,
146 kMaxSockets,
H A Dclient_socket_pool_base_unittest.cc1616 const size_t kMaxSockets = 5; local
1617 CreatePool(kMaxSockets, kDefaultMaxSocketsPerGroup);
1622 ASSERT_LE(kNumberOfRequests, kMaxSockets); // Otherwise the test will hang.
1666 const int kMaxSockets = 3; local
1668 CreatePool(kMaxSockets, kMaxSocketsPerGroup);
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool_unittest.cc29 const int kMaxSockets = 32; member in namespace:net::__anon9304
142 kMaxSockets,
147 ssl_socket_pool_(kMaxSockets,
166 pool_(kMaxSockets,

Completed in 324 milliseconds