| /external/grpc-grpc-java/core/src/main/java/io/grpc/ | 
| D | ServerInterceptors.java | 44                                                          ServerInterceptor... interceptors) {  in interceptForward() 49       ServerInterceptor... interceptors) {  in interceptForward() 64       List<? extends ServerInterceptor> interceptors) {  in interceptForward() 72       List<? extends ServerInterceptor> interceptors) {  in interceptForward() 86                                                   ServerInterceptor... interceptors) {  in intercept() 91       ServerInterceptor... interceptors) {  in intercept() 106                                                   List<? extends ServerInterceptor> interceptors) {  in intercept() 120       List<? extends ServerInterceptor> interceptors) {  in intercept() 202       List<? extends ServerInterceptor> interceptors) {  in wrapAndAddMethod()
  | 
| D | ClientInterceptors.java | 44   public static Channel interceptForward(Channel channel, ClientInterceptor... interceptors) {  in interceptForward() 58                                          List<? extends ClientInterceptor> interceptors) {  in interceptForward() 73   public static Channel intercept(Channel channel, ClientInterceptor... interceptors) {  in intercept() 86   public static Channel intercept(Channel channel, List<? extends ClientInterceptor> interceptors) {  in intercept()
  | 
| D | ManagedChannelBuilder.java | 112   public abstract T intercept(List<ClientInterceptor> interceptors);  in intercept() 122   public abstract T intercept(ClientInterceptor... interceptors);  in intercept()
  | 
| D | ForwardingChannelBuilder.java | 73   public T intercept(List<ClientInterceptor> interceptors) {  in intercept() 79   public T intercept(ClientInterceptor... interceptors) {  in intercept()
  | 
| /external/guice/core/src/com/google/inject/internal/ | 
| D | MethodAspect.java | 36   private final List<MethodInterceptor> interceptors;  field in MethodAspect 48       List<MethodInterceptor> interceptors) {  in MethodAspect() 57       MethodInterceptor... interceptors) {  in MethodAspect() 69   List<MethodInterceptor> interceptors() {  in interceptors()  method in MethodAspect
  | 
| D | ProxyFactory.java | 52   private final ImmutableMap<Method, List<MethodInterceptor>> interceptors;  field in ProxyFactory 183     List<MethodInterceptor> interceptors; // lazy  field in ProxyFactory.MethodInterceptorsPair 189     void addAll(List<MethodInterceptor> interceptors) {  in addAll()
  | 
| D | InterceptorStackCallback.java | 43   final MethodInterceptor[] interceptors;  field in InterceptorStackCallback 46   public InterceptorStackCallback(Method method, List<MethodInterceptor> interceptors) {  in InterceptorStackCallback()
  | 
| /external/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/ | 
| D | greeter.grpc.swift | 31   var interceptors: models_GreeterClientInterceptorFactoryProtocol? { get }  variable 89   public var interceptors: models_GreeterClientInterceptorFactoryProtocol?  in makeSayHelloInterceptors()  variable 103   var interceptors: models_GreeterServerInterceptorFactoryProtocol? { get }  variable
  | 
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ | 
| D | InterceptorTest.java | 250   private void rewriteRequestToServer(List<Interceptor> interceptors) throws Exception {  in rewriteRequestToServer() 286   private void rewriteResponseFromServer(List<Interceptor> interceptors) throws Exception {  in rewriteResponseFromServer() 319   private void multipleInterceptors(List<Interceptor> interceptors) throws Exception {  in multipleInterceptors() 366   private void asyncInterceptors(List<Interceptor> interceptors) throws Exception {  in asyncInterceptors() 482       List<Interceptor> interceptors) throws Exception {  in interceptorThrowsRuntimeExceptionSynchronous() 540         List<Interceptor> interceptors) throws Exception {  in interceptorThrowsRuntimeExceptionAsynchronous()
  | 
| /external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ | 
| D | monster_test.grpc.swift | 31   var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol? { get }  variable 126   public var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol?  in makeStoreInterceptors()  variable 140   var interceptors: MyGame_Example_MonsterStorageServerInterceptorFactoryProtocol? { get }  variable
  | 
| /external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/ | 
| D | InteropTask.java | 47       List<ClientInterceptor> interceptors,  in InteropTask() 152     private final List<ClientInterceptor> interceptors;  field in InteropTask.Tester 154     private Tester(ManagedChannel channel, List<ClientInterceptor> interceptors) {  in Tester()
  | 
| /external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ | 
| D | Interceptors.java | 11   private final Map<MethodRef, Interceptor> interceptors = new HashMap<>();  field in Interceptors 13   public Interceptors(Interceptor... interceptors) {  in Interceptors()
  | 
| D | ClassHandlerBuilder.java | 16   ClassHandler build(ShadowMap shadowMap, ShadowMatcher shadowMatcher, Interceptors interceptors);  in build()
  | 
| /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ | 
| D | Interceptors.java | 11   private final Map<MethodRef, Interceptor> interceptors = new HashMap<>();  field in Interceptors 13   public Interceptors(Interceptor... interceptors) {  in Interceptors()
  | 
| D | ShadowWrangler.java | 72   private final Interceptors interceptors;  field in ShadowWrangler 98   public ShadowWrangler(ShadowMap shadowMap, int apiLevel, Interceptors interceptors) {  in ShadowWrangler()
  | 
| /external/guice/core/src/com/google/inject/spi/ | 
| D | InterceptorBinding.java | 48   private final ImmutableList<MethodInterceptor> interceptors;  field in InterceptorBinding 54       MethodInterceptor[] interceptors) {  in InterceptorBinding()
  | 
| /external/grpc-grpc/src/ruby/lib/grpc/generic/ | 
| D | interceptor_registry.rb | 33     def initialize(interceptors = [])  argument
  | 
| /external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/ | 
| D | ServerServiceDefinitionExtensions.cs | 66 … Intercept(this ServerServiceDefinition serverServiceDefinition, params Interceptor[] interceptors)  in Intercept()
  | 
| D | ChannelExtensions.cs | 62         public static CallInvoker Intercept(this Channel channel, params Interceptor[] interceptors)  in Intercept()
  | 
| /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/ | 
| D | AndroidConfigurer.java | 44 …ic static void configure(InstrumentationConfiguration.Builder builder, Interceptors interceptors) {  in configure()
  | 
| /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ | 
| D | MockMethodAdvice.java | 23     private final Map<Object, InvocationHandlerAdapter> interceptors;  field in MockMethodAdvice 31     MockMethodAdvice(Map<Object, InvocationHandlerAdapter> interceptors) {  in MockMethodAdvice()
  | 
| /external/robolectric/sandbox/src/main/java/org/robolectric/config/ | 
| D | AndroidConfigurer.java | 42   public void configure(InstrumentationConfiguration.Builder builder, Interceptors interceptors) {  in configure()
  | 
| /external/flatbuffers/grpc/examples/swift/Greeter/Sources/server/ | 
| D | main.swift | 25   var interceptors: models_GreeterServerInterceptorFactoryProtocol?  variable
  | 
| /external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/ | 
| D | SandboxTestRunner.java | 51   private final Interceptors interceptors;  field in SandboxTestRunner
  | 
| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ | 
| D | AbstractManagedChannelImplBuilder.java | 100   private final List<ClientInterceptor> interceptors = new ArrayList<>();  field in AbstractManagedChannelImplBuilder 215   public final T intercept(List<ClientInterceptor> interceptors) {  in intercept() 221   public final T intercept(ClientInterceptor... interceptors) {  in intercept()
  |