Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dclient_unary_unary_interceptor_test.py55 class Interceptor(aio.UnaryUnaryClientInterceptor): class
282 class Interceptor(aio.UnaryUnaryClientInterceptor): class
340 class Interceptor(aio.UnaryUnaryClientInterceptor): class
367 class Interceptor(aio.UnaryUnaryClientInterceptor): class
395 class Interceptor(aio.UnaryUnaryClientInterceptor): class
429 class Interceptor(aio.UnaryUnaryClientInterceptor): class
467 class Interceptor(aio.UnaryUnaryClientInterceptor): class
506 class Interceptor(aio.UnaryUnaryClientInterceptor): class
544 class Interceptor(aio.UnaryUnaryClientInterceptor): class
576 class Interceptor(aio.UnaryUnaryClientInterceptor): class
[all …]
H A Dclient_unary_stream_interceptor_test.py296 class Interceptor(aio.UnaryStreamClientInterceptor): class
331 class Interceptor(aio.UnaryStreamClientInterceptor): class
387 class Interceptor(aio.UnaryStreamClientInterceptor): class
415 class Interceptor(aio.UnaryStreamClientInterceptor): class
H A Dclient_stream_unary_interceptor_test.py352 class Interceptor(aio.StreamUnaryClientInterceptor): class
394 class Interceptor(aio.StreamUnaryClientInterceptor): class
472 class Interceptor(aio.StreamUnaryClientInterceptor): class
507 class Interceptor(aio.StreamUnaryClientInterceptor): class
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/web/
Dhttp.go75 type Interceptor struct { struct
76 Scheme string
77 FromHost string
78 ToHost string
79 Client *http.Client
82 func EnableTestHooks(interceptors []Interceptor) error {
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/service/
Dinterceptor.rs46 pub trait Interceptor { interface
63 pub fn interceptor<F>(f: F) -> InterceptorLayer<F> in interceptor()
104 F: Interceptor, in new()
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DInterceptor.java9 public abstract class Interceptor { class
12 public Interceptor(MethodRef... methodRefs) { in Interceptor() method in Interceptor
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dcontrollable_http_response.cc16 class ControllableHttpResponse::Interceptor : public HttpResponse { class in net::test_server::ControllableHttpResponse
18 explicit Interceptor( in Interceptor() function in net::test_server::ControllableHttpResponse::Interceptor
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionClientFactory.java139 private static final class Interceptor implements ClientInterceptor { class in TranscriptionClientFactory
154 public Interceptor(String packageName, String cert, String apiKey, String authToken) { in Interceptor() method in TranscriptionClientFactory.Interceptor
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/
H A DSchedulerTimer.cpp53 class Interceptor final : public IScheduler class
57 Interceptor(std::list<struct SchedulerClock<output_timestamps>::kernel_info> &kernels, in Interceptor() function in arm_compute::test::framework::Interceptor
/aosp_15_r20/external/guice/lib/
HDaopalliance.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/aopalliance/ org/ ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDaopalliance.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/aopalliance/ org/ ...
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/
H A DGRPCCall+Interceptor.mm26 @implementation GRPCCall2 (Interceptor) category
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DInterceptor.java25 public interface Interceptor { interface
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
H A DInterceptor.java27 public interface Interceptor { interface
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/
H A DInterceptor.php27 class Interceptor class
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/generic/
H A Dinterceptors.rb21 class Interceptor class
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dinterceptor.h223 friend class Interceptor; variable
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dinterceptor.h223 friend class Interceptor; variable
/aosp_15_r20/external/javassist/src/test/test3/
H A DEnhancer.java43 public static interface Interceptor { interface in Enhancer
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc146 auto Interceptor(uint32_t max_length, bool is_send) { in Interceptor() function in grpc_core::MessageSizeFilter::CallBuilder
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DExceptionHandler.java49 public interface Interceptor extends Serializable { interface in ExceptionHandler
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap.hpp385 …typedef Error (*Interceptor)(const Message &aMessage, const Ip6::MessageInfo &aMessageInfo, void *… typedef in ot::Coap::CoapBase
/aosp_15_r20/external/scapy/scapy/
H A Dconfig.py45 class Interceptor(object): class
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okhttp4/okhttp/4.0.0/
HDokhttp-4.0.0-RC1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/okhttp.kotlin_module okhttp3 ...
/aosp_15_r20/out/soong/.intermediates/external/okhttp/okhttp-norepackage/android_common_apex10000/turbine/
Dokhttp-norepackage.jarcom/squareup/okhttp/Address.class <Unknown> package com.squareup.okhttp public ...

12345