Searched defs:intercepted (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | ClientInterceptorsTest.java | 97 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in channelAndInterceptorCalled() local 125 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in callNextTwice() local 168 Channel intercepted = ClientInterceptors.intercept(channel, interceptor1, interceptor2); in ordered() local 210 Channel intercepted = ClientInterceptors.interceptForward(channel, interceptor1, interceptor2); in orderedForward() local 230 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in callOptions() local 256 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in addOutboundHeaders() local 292 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in examineInboundHeaders() local 317 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in normalCall() local 354 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in exceptionInStart() local 392 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in authorityIsDelegated() local [all …]
|
D | ServerInterceptorsTest.java | 125 ServerServiceDefinition intercepted in multipleInvocationsOfHandler() local 151 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in correctHandlerCalled() local 177 ServerServiceDefinition intercepted = ServerInterceptors.intercept(serviceDefinition, in callNextTwice() local 220 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in ordered() local 262 ServerServiceDefinition intercepted = ServerInterceptors.interceptForward( in orderedForward() local 289 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in argumentsPassed() local 394 ServerServiceDefinition intercepted = ServerInterceptors.intercept(serviceDef, interceptor1); in typedMarshalledMessages() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | OnCompletionInterceptedReleaseTest.kt | 34 var intercepted = 0 in <lambda>() variable in kotlinx.coroutines.flow.OnCompletionInterceptedReleaseTest.CountingInterceptor
|
/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/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 | 1242 final SettableFuture<Boolean> intercepted = SettableFuture.create(); in binaryLogInstalled() local
|
D | ManagedChannelImplTest.java | 2565 final SettableFuture<Boolean> intercepted = SettableFuture.create(); in binaryLogInstalled() local
|