Home
last modified time | relevance | path

Searched defs:Interceptor (Results 1 – 10 of 10) sorted by relevance

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInterceptor.java9 public abstract class Interceptor { class
12 public Interceptor(MethodRef... methodRefs) { in Interceptor() method in Interceptor
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DInterceptor.java27 public interface Interceptor { interface
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DInterceptor.java25 public interface Interceptor { interface
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DInterceptor.cs29 public abstract class Interceptor class
/external/grpc-grpc/src/php/lib/Grpc/
DInterceptor.php28 class Interceptor class
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb21 class Interceptor class
/external/perfetto/include/perfetto/tracing/
Dinterceptor.h221 friend class Interceptor; variable
/external/javassist/src/test/test3/
DEnhancer.java43 public static interface Interceptor { interface in Enhancer
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt458 private inner class Interceptor : AtomicOperationInterceptor() { in <lambda>() class
/external/scapy/scapy/
Dconfig.py45 class Interceptor(object): class