Searched defs:checkedGet (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DCheckedFuture.java63 V checkedGet() throws X; method in interface:CheckedFuture
75 V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X; method in interface:CheckedFuture
H A DAbstractCheckedFuture.java28 * the {@link #checkedGet()} and {@link #checkedGet(long, TimeUnit)} methods.
48 * {@code checkedGet}. Subclasses must implement this method.
51 * {@code checkedGet} method has already restored the interrupt after catching
76 public V checkedGet() throws X { method in class:AbstractCheckedFuture
105 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { method in class:AbstractCheckedFuture
H A DForwardingCheckedFuture.java35 * {@code checkedGet} method
45 public V checkedGet() throws X { method in class:ForwardingCheckedFuture
46 return delegate().checkedGet();
50 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { method in class:ForwardingCheckedFuture
51 return delegate().checkedGet(timeout, unit);
H A DFutures.java169 public V checkedGet() { method in class:Futures.ImmediateSuccessfulCheckedFuture
174 public V checkedGet(long timeout, TimeUnit unit) { method in class:Futures.ImmediateSuccessfulCheckedFuture
229 public V checkedGet() throws X { method in class:Futures.ImmediateFailedCheckedFuture
234 public V checkedGet(long timeout, TimeUnit unit) throws X { method in class:Futures.ImmediateFailedCheckedFuture
256 * checkedGet()} will immediately return the provided value.
295 * ExecutionException}, and calling {@code checkedGet()} will throw the
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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/ ...

Completed in 107 milliseconds