/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | ClientInterceptorsTest.java | 95 ClientInterceptor interceptor = in channelAndInterceptorCalled() local 114 ClientInterceptor interceptor = new ClientInterceptor() { in callNextTwice() local 220 ClientInterceptor interceptor = in callOptions() local 240 ClientInterceptor interceptor = new ClientInterceptor() { in addOutboundHeaders() local 271 ClientInterceptor interceptor = new ClientInterceptor() { in examineInboundHeaders() local 307 ClientInterceptor interceptor = new ClientInterceptor() { in normalCall() local 337 ClientInterceptor interceptor = new ClientInterceptor() { in exceptionInStart() local 381 ClientInterceptor interceptor = new ClientInterceptor() { in authorityIsDelegated() local 401 ClientInterceptor interceptor = in customOptionAccessible() local
|
D | ServerInterceptorsTest.java | 123 ServerInterceptor interceptor = in multipleInvocationsOfHandler() local 166 ServerInterceptor interceptor = new ServerInterceptor() { in callNextTwice() local 276 ServerInterceptor interceptor = new ServerInterceptor() { in argumentsPassed() local
|
/external/apache-http/src/org/apache/http/protocol/ |
D | BasicHttpProcessor.java | 152 void addInterceptor(final HttpRequestInterceptor interceptor) { in addInterceptor() 157 void addInterceptor(final HttpRequestInterceptor interceptor, in addInterceptor() 205 void addInterceptor(final HttpResponseInterceptor interceptor) { in addInterceptor() 209 public final void addInterceptor(final HttpResponseInterceptor interceptor, in addInterceptor() 293 HttpRequestInterceptor interceptor = in process() local 307 HttpResponseInterceptor interceptor = in process() local
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | CallCredentials.cs | 49 public static CallCredentials FromInterceptor(AsyncAuthInterceptor interceptor) in FromInterceptor() 67 readonly AsyncAuthInterceptor interceptor; field in Grpc.Core.MetadataCredentials 73 public MetadataCredentials(AsyncAuthInterceptor interceptor) in MetadataCredentials()
|
D | ClientBase.cs | 154 readonly Func<IMethod, string, CallOptions, Tuple<string, CallOptions>> interceptor; field in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor 159 …onfigurationInterceptor(Func<IMethod, string, CallOptions, Tuple<string, CallOptions>> interceptor) in ClientBaseConfigurationInterceptor() argument
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 34 IServerCallHandler Intercept(Interceptor interceptor); in Intercept() 95 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() 158 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() 221 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() 281 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() 314 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept()
|
D | NativeMetadataCredentialsPlugin.cs | 35 AsyncAuthInterceptor interceptor; field in Grpc.Core.Internal.NativeMetadataCredentialsPlugin 40 public NativeMetadataCredentialsPlugin(AsyncAuthInterceptor interceptor) in NativeMetadataCredentialsPlugin()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/ |
D | CallInvokerExtensions.cs | 43 public static CallInvoker Intercept(this CallInvoker invoker, Interceptor interceptor) in Intercept() 92 …public static CallInvoker Intercept(this CallInvoker invoker, Func<Metadata, Metadata> interceptor) in Intercept() argument 99 readonly Func<Metadata, Metadata> interceptor; field in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor 104 public MetadataInterceptor(Func<Metadata, Metadata> interceptor) in MetadataInterceptor() argument
|
D | ChannelExtensions.cs | 41 public static CallInvoker Intercept(this Channel channel, Interceptor interceptor) in Intercept() 82 … public static CallInvoker Intercept(this Channel channel, Func<Metadata, Metadata> interceptor) in Intercept() argument
|
D | InterceptingCallInvoker.cs | 31 readonly Interceptor interceptor; field in Grpc.Core.Interceptors.InterceptingCallInvoker 37 public InterceptingCallInvoker(CallInvoker invoker, Interceptor interceptor) in InterceptingCallInvoker()
|
D | ServerServiceDefinitionExtensions.cs | 43 …Definition Intercept(this ServerServiceDefinition serverServiceDefinition, Interceptor interceptor) in Intercept()
|
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 42 SimpleInterceptor interceptor = new SimpleInterceptor(); in testSimpleCase() local 77 SimpleInterceptor interceptor = new SimpleInterceptor(); in testInterceptOneMethod() local 132 SimpleInterceptor interceptor = new SimpleInterceptor(); in testWithConstructorArguments() local 147 SimpleInterceptor interceptor = new SimpleInterceptor(); in testNotProxied() local
|
/external/javassist/src/test/testproxy/ |
D | ProxyTester.java | 66 Interceptor1 interceptor = new Interceptor1(); in testTarget() local 94 Interceptor1 interceptor = new Interceptor1(); in testTarget1() local 106 Interceptor1 interceptor = new Interceptor1(); in testObject() local 119 Interceptor1 interceptor = new Interceptor1(); in testSetter() local 138 Interceptor1 interceptor = new Interceptor1(); in testString() local 153 Interceptor1 interceptor = new Interceptor1(); in testConstructor() local 258 Interceptor1 interceptor = new Interceptor1(); in testCreate() local 272 Interceptor1 interceptor = new Interceptor1(); in testBridgeMethod() local
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | InternalServerInterceptors.java | 25 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in interceptCallHandler() 37 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in interceptCallHandlerCreate()
|
D | ServerInterceptors.java | 212 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in create() 216 private final ServerInterceptor interceptor; field in ServerInterceptors.InterceptCallHandler 220 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in InterceptCallHandler()
|
D | InternalClientInterceptors.java | 27 final ClientInterceptor interceptor, in wrapClientInterceptor()
|
D | ClientInterceptors.java | 99 final ClientInterceptor interceptor, in wrapClientInterceptor()
|
/external/grpc-grpc/src/php/lib/Grpc/Internal/ |
D | InterceptorChannel.php | 28 private $interceptor; variable in Grpc\\Internal\\InterceptorChannel 35 public function __construct($channel, $interceptor)
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | InterceptorTest.java | 81 Interceptor interceptor = new Interceptor() { in networkInterceptorsCannotShortCircuitResponses() local 111 Interceptor interceptor = new Interceptor() { in networkInterceptorsCannotCallProceedMultipleTimes() local 135 Interceptor interceptor = new Interceptor() { in networkInterceptorsCannotChangeServerAddress() local 561 Interceptor interceptor = new Interceptor() { in applicationInterceptorReturnsNull() local 587 Interceptor interceptor = new Interceptor() { in networkInterceptorReturnsNull() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | OnCompletionInterceptedReleaseTest.kt | 17 val interceptor = CountingInterceptor() in <lambda>() constant
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
D | ServerInterceptorTest.cs | 93 readonly Action<ServerCallContext> interceptor; field in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor 95 public ServerCallContextInterceptor(Action<ServerCallContext> interceptor) in ServerCallContextInterceptor()
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodInterceptor.java | 103 … @FieldValue("mockitoInterceptor") MockMethodInterceptor interceptor, in interceptSuperCallable() 121 … @FieldValue("mockitoInterceptor") MockMethodInterceptor interceptor, in interceptAbstract()
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | Interceptors.java | 30 … Interceptor interceptor = findInterceptor(methodSignature.className, methodSignature.methodName); in getInterceptionHandler() local
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/header/ |
D | CustomHeaderClient.java | 49 ClientInterceptor interceptor = new HeaderClientInterceptor(); in CustomHeaderClient() local
|
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
D | Interceptor.kt | 9 internal var interceptor: AtomicOperationInterceptor = DefaultInterceptor variable
|