Searched refs:timeUnit (Results 1 - 22 of 22) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
H A DFakeTicker.java40 /** Advances the ticker value by {@code time} in {@code timeUnit}. */
41 public FakeTicker advance(long time, TimeUnit timeUnit) { argument
42 return advance(timeUnit.toNanos(time));
/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionManager.java91 * @param timeUnit the unit of time validDuration is measured in
95 void releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DRobolectricBackgroundExecutorService.java37 public boolean awaitTermination(long l, TimeUnit timeUnit) throws InterruptedException { argument
73 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws InterruptedException { argument
83 public <T> T invokeAny(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws InterruptedException, ExecutionException, TimeoutException { argument
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
H A DFifoPriorityThreadPoolExecutor.java28 public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeUnit timeUnit, argument
30 super(corePoolSize, maximumPoolSize, keepAlive, timeUnit, new PriorityBlockingQueue<Runnable>(), threadFactory);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMoreExecutors.java64 * @param timeUnit unit of time for the time parameter
69 ThreadPoolExecutor executor, long terminationTimeout, TimeUnit timeUnit) {
77 addDelayedShutdownHook(service, terminationTimeout, timeUnit);
95 * @param timeUnit unit of time for the time parameter
101 TimeUnit timeUnit) {
110 addDelayedShutdownHook(service, terminationTimeout, timeUnit);
124 * @param timeUnit unit of time for the time parameter
129 final TimeUnit timeUnit) {
140 service.awaitTermination(terminationTimeout, timeUnit);
68 getExitingExecutorService( ThreadPoolExecutor executor, long terminationTimeout, TimeUnit timeUnit) argument
99 getExitingScheduledExecutorService( ScheduledThreadPoolExecutor executor, long terminationTimeout, TimeUnit timeUnit) argument
127 addDelayedShutdownHook( final ExecutorService service, final long terminationTimeout, final TimeUnit timeUnit) argument
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DThreadSafeClientConnManager.java203 public void releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) { argument
253 connectionPool.freeEntry(entry, reusable, validDuration, timeUnit);
H A DAbstractConnPool.java191 * @param timeUnit The unit of time the duration is measured in.
193 public abstract void freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit) argument
H A DConnPoolByRoute.java375 public void freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit) { argument
400 idleConnHandler.add(entry.getConnection(), validDuration, timeUnit);
/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java278 public void releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) { argument
334 connectionExpiresTime = timeUnit.toMillis(validDuration) + lastReleaseTime;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java1932 private String formatDate(long delta, TimeUnit timeUnit) { argument
1933 return formatDate(new Date(System.currentTimeMillis() + timeUnit.toMillis(delta)));
H A DResponseCacheTest.java1339 private String formatDate(long delta, TimeUnit timeUnit) { argument
1340 return formatDate(new Date(System.currentTimeMillis() + timeUnit.toMillis(delta)));
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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 6704 milliseconds