/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
D | ClientInterceptorsTest.java | 101 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in channelAndInterceptorCalled() local 130 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in callNextTwice() local 173 Channel intercepted = ClientInterceptors.intercept(channel, interceptor1, interceptor2); in ordered() local 215 Channel intercepted = ClientInterceptors.interceptForward(channel, interceptor1, interceptor2); in orderedForward() local 235 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in callOptions() local 261 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in addOutboundHeaders() local 297 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in examineInboundHeaders() local 322 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in normalCall() local 359 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in exceptionInStart() local 397 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in authorityIsDelegated() local [all …]
|
D | ServerInterceptorsTest.java | 142 ServerServiceDefinition intercepted in multipleInvocationsOfHandler() local 168 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in correctHandlerCalled() local 194 ServerServiceDefinition intercepted = ServerInterceptors.intercept(serviceDefinition, in callNextTwice() local 237 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in ordered() local 279 ServerServiceDefinition intercepted = ServerInterceptors.interceptForward( in orderedForward() local 305 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in argumentsPassed() local 410 ServerServiceDefinition intercepted = ServerInterceptors.intercept(serviceDef, interceptor1); in typedMarshalledMessages() local 492 ServerServiceDefinition intercepted = ServerInterceptors.useMarshalledMessages(serviceDef, in distinctMarshallerForRequestAndResponse() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | OnCompletionInterceptedReleaseTest.kt | 31 var intercepted = 0 in <lambda>() variable
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/ |
D | UtilServerInterceptorsTest.java | 109 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in statusRuntimeExceptionTransmitter() local 145 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in statusRuntimeExceptionTransmitterIgnoresClosedCalls() local
|
/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/ |
D | GrpcHeaderInterceptorTest.java | 79 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in testInterceptor() local
|
D | GrpcMetadataHandlerInterceptorTest.java | 98 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in testInterceptor() local
|
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 122 void intercepted() { in intercepted() method in ProxyFactoryTest.Bar
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ServerImplTest.java | 1461 final SettableFuture<Boolean> intercepted = SettableFuture.create(); in binaryLogInstalled() local
|
D | ManagedChannelImplTest.java | 3426 final SettableFuture<Boolean> intercepted = SettableFuture.create(); in binaryLogInstalled() local
|