OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listenInPoolThread
(Results
1 - 12
of
12
) sorted by null
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JdkFutureAdaptersTest.java
21
import static com.google.common.util.concurrent.JdkFutureAdapters.
listenInPoolThread
;
49
assertSame(listenableFuture,
listenInPoolThread
(listenableFuture));
59
listenInPoolThread
(abstractFuture, spy);
87
listenInPoolThread
(abstractFuture, spy);
108
*
listenInPoolThread
.
159
* If isDone is true during the call to
listenInPoolThread
,
160
*
listenInPoolThread
doesn't start a thread. Make sure it's false the
188
assertFalse("Can't test the main
listenInPoolThread
path "
191
ListenableFuture<String> listenable =
listenInPoolThread
(input);
194
*
listenInPoolThread
-spawned thread completes
[
all
...]
/external/guava/guava/src/com/google/common/util/concurrent/
JdkFutureAdapters.java
58
public static <V> ListenableFuture<V>
listenInPoolThread
(
67
static <V> ListenableFuture<V>
listenInPoolThread
(
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 406 milliseconds