Home
last modified time | relevance | path

Searched refs:clientType (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs126 readonly ClientType clientType; field in Grpc.IntegrationTesting.ClientRunnerImpl
137 …public ClientRunnerImpl(List<Channel> channels, ClientType clientType, RpcType rpcType, int outsta… in ClientRunnerImpl() argument
142 this.clientType = clientType; in ClientRunnerImpl()
311 …GrpcPreconditions.CheckArgument(clientType == ClientType.AsyncClient, "Generic client only support… in RunClientAsync()
317 if (clientType == ClientType.SyncClient) in RunClientAsync()
323 else if (clientType == ClientType.AsyncClient) in RunClientAsync()
/external/guice/core/test/com/google/inject/name/
DNamedEquivalanceTest.java119 private static void assertMissingBindingErrorMessageUsesType(Class<?> clientType) { in assertMissingBindingErrorMessageUsesType() argument
121 Guice.createInjector().getInstance(clientType); in assertMissingBindingErrorMessageUsesType()
/external/deqp/modules/egl/
DteglQueryContextTests.cpp253 const EGLint clientType = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_TYPE); in executeForContext() local
255 if (clientType != getClientTypeFromAPIBit(config.apiBits)) in executeForContext()