Searched defs:timeoutUnit (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DFakeTimeLimiter.java40 TimeUnit timeoutUnit) {
43 checkNotNull(timeoutUnit);
49 TimeUnit timeoutUnit, boolean amInterruptible) throws Exception {
50 checkNotNull(timeoutUnit);
39 newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit) argument
48 callWithTimeout(Callable<T> callable, long timeoutDuration, TimeUnit timeoutUnit, boolean amInterruptible) argument
H A DTimeLimiter.java70 * @param timeoutDuration with timeoutUnit, the maximum length of time that
72 * @param timeoutUnit with timeoutDuration, the maximum length of time that
79 long timeoutDuration, TimeUnit timeoutUnit);
92 * @param timeoutDuration with timeoutUnit, the maximum length of time to wait
93 * @param timeoutUnit with timeoutDuration, the maximum length of time to wait
105 TimeUnit timeoutUnit, boolean interruptible) throws Exception;
78 newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit) argument
104 callWithTimeout(Callable<T> callable, long timeoutDuration, TimeUnit timeoutUnit, boolean interruptible) argument
H A DSimpleTimeLimiter.java85 final long timeoutDuration, final TimeUnit timeoutUnit) {
88 checkNotNull(timeoutUnit);
111 return callWithTimeout(callable, timeoutDuration, timeoutUnit,
121 TimeUnit timeoutUnit, boolean amInterruptible) throws Exception {
123 checkNotNull(timeoutUnit);
130 return future.get(timeoutDuration, timeoutUnit);
137 timeoutDuration, timeoutUnit);
84 newProxy(final T target, Class<T> interfaceType, final long timeoutDuration, final TimeUnit timeoutUnit) argument
120 callWithTimeout(Callable<T> callable, long timeoutDuration, TimeUnit timeoutUnit, boolean amInterruptible) argument
/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/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
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/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 104 milliseconds