OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadexecutor
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java
55
private ExecutorService
threadExecutor
;
323
threadExecutor
= Executors.newCachedThreadPool();
342
threadExecutor
.execute(parser);
/libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java
551
static final class
ThreadExecutor
implements Executor {
553
static final ThreadGroup tg = new ThreadGroup("
ThreadExecutor
");
574
assertFalse(
ThreadExecutor
.startedCurrentThread());
722
assertTrue(
ThreadExecutor
.startedCurrentThread());
725
return CompletableFuture.runAsync(a, new
ThreadExecutor
());
728
return CompletableFuture.supplyAsync(a, new
ThreadExecutor
());
732
return f.thenRunAsync(a, new
ThreadExecutor
());
736
return f.thenAcceptAsync(a, new
ThreadExecutor
());
740
return f.thenApplyAsync(a, new
ThreadExecutor
());
745
return f.thenComposeAsync(a, new
ThreadExecutor
());
[
all
...]
/prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar
/prebuilts/misc/common/android-support-test/runner/
runner-0.5-release-no-dep.jar
runner-0.5-release.jar
/prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar
Completed in 63 milliseconds