HomeSort by relevance Sort by last modified time
    Searched refs:getExecutor (Results 1 - 18 of 18) sorted by null

  /external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
AbstractStubTest.java 93 assertNull(callOptions.getExecutor());
99 assertEquals(callOptions.getExecutor(), executor);
  /external/grpc-grpc-java/core/src/test/java/io/grpc/
CallOptionsTest.java 68 assertThat(CallOptions.DEFAULT.getExecutor()).isNull();
88 assertThat(allSet.getExecutor()).isSameAs(directExecutor());
125 assertThat(CallOptions.DEFAULT.getExecutor()).isNull();
126 assertThat(executor).isSameAs(options1.getExecutor());
129 assertThat(executor).isSameAs(options1.getExecutor());
130 assertThat(options2.getExecutor()).isNull();
  /external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
LoadServer.java 96 serverBuilder.executor(getExecutor(asyncThreads));
104 serverBuilder.executor(getExecutor(asyncThreads));
144 ExecutorService getExecutor(int asyncThreads) {
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
CallCredentialsApplyingTransportFactory.java 90 firstNonNull(callOptions.getExecutor(), appExecutor), applier);
DelayedClientTransport.java 298 if (callOptions.getExecutor() != null) {
299 executor = callOptions.getExecutor();
OobChannel.java 196 callOptions.getExecutor() == null ? executor : callOptions.getExecutor(),
ManagedChannelImpl.java 805 Executor executor = callOptions.getExecutor();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 106 vr_executor* getExecutor (void) const;
vktTestCase.cpp 665 vr_executor* Context::getExecutor (void) const
    [all...]
  /external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
Utils.java 176 private static synchronized ExecutorService getExecutor() {
220 builder.executor(getExecutor());
  /external/deqp/external/vulkancts/modules/vulkan/vkrunner/
vktVkRunnerTestCase.cpp 226 vr_result res = vr_executor_execute_script(m_context.getExecutor(), m_testCaseData.script);
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
CallOptions.java 352 public Executor getExecutor() {
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java     [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1047 milliseconds