Home
last modified time | relevance | path

Searched refs:getExecutor (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DCallOptionsTest.java68 assertThat(CallOptions.DEFAULT.getExecutor()).isNull(); in defaultsAreAllNull()
88 assertThat(allSet.getExecutor()).isSameAs(directExecutor()); in allWiths()
125 assertThat(CallOptions.DEFAULT.getExecutor()).isNull(); in mutateExecutor()
126 assertThat(executor).isSameAs(options1.getExecutor()); in mutateExecutor()
129 assertThat(executor).isSameAs(options1.getExecutor()); in mutateExecutor()
130 assertThat(options2.getExecutor()).isNull(); in mutateExecutor()
/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
DAbstractStubTest.java93 assertNull(callOptions.getExecutor()); in withExecutor()
99 assertEquals(callOptions.getExecutor(), executor); in withExecutor()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadServer.java96 serverBuilder.executor(getExecutor(asyncThreads)); in LoadServer()
104 serverBuilder.executor(getExecutor(asyncThreads)); in LoadServer()
144 ExecutorService getExecutor(int asyncThreads) { in getExecutor() method in LoadServer
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DDelayedClientTransport.java298 if (callOptions.getExecutor() != null) { in reprocess()
299 executor = callOptions.getExecutor(); in reprocess()
DOobChannel.java196 callOptions.getExecutor() == null ? executor : callOptions.getExecutor(), in newCall()
DCallCredentialsApplyingTransportFactory.java91 firstNonNull(callOptions.getExecutor(), appExecutor), applier); in newStream()
DManagedChannelImpl.java786 Executor executor = callOptions.getExecutor(); in getCallExecutor()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DUtils.java176 private static synchronized ExecutorService getExecutor() { in getExecutor() method in Utils
220 builder.executor(getExecutor()); in newClientChannel()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCallOptions.java352 public Executor getExecutor() { in getExecutor() method in CallOptions
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api304 public abstract fun getExecutor ()Ljava/util/concurrent/Executor;
1177 public fun getExecutor ()Ljava/util/concurrent/Executor;