Searched refs:idletime (Results 1 - 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionManager.java108 * @param idletime the idle time of connections to be closed
109 * @param tunit the unit for the <code>idletime</code>
113 void closeIdleConnections(long idletime, TimeUnit tunit) argument
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java240 * @param idletime the time the connections should have been idle
242 * @param tunit the unit for the <code>idletime</code>
244 public void closeIdleConnections(long idletime, TimeUnit tunit) { argument
246 // idletime can be 0 or negative, no problem there
253 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java348 public void closeIdleConnections(long idletime, TimeUnit tunit) { argument
351 // idletime can be 0 or negative, no problem there
358 System.currentTimeMillis() - tunit.toMillis(idletime);
/external/fio/
H A DAndroid.mk26 cconv.c client.c filelock.c flow.c gettime-thread.c idletime.c io_u_queue.c \
H A DMakefile37 lib/hweight.c lib/getrusage.c idletime.c td_error.c \
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1618 milliseconds