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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionPool.java54 public final class ConnectionPool { class
57 private static final ConnectionPool systemDefault;
66 systemDefault = new ConnectionPool(0, keepAliveDurationMs);
68 systemDefault = new ConnectionPool(Integer.parseInt(maxIdleConnections), keepAliveDurationMs);
70 systemDefault = new ConnectionPool(5, keepAliveDurationMs);
93 new LinkedBlockingQueue<Runnable>(), Util.threadFactory("OkHttp ConnectionPool", true));
101 public ConnectionPool(int maxIdleConnections, long keepAliveDurationMs) { method in class:ConnectionPool
106 public static ConnectionPool getDefault() {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dconnection.py118 This class is used only from ConnectionPool while it's mutex
199 return return_time + ConnectionPool.STALE_DURATION < now
202 class ConnectionPool(object): class in inherits:object
238 ConnectionPool.STALE_DURATION = \
240 ConnectionPool.STALE_DURATION)
565 self._pool = ConnectionPool()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 506 milliseconds