/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/ |
H A D | client_unary_unary_interceptor_test.py | 55 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 D | client_unary_stream_interceptor_test.py | 296 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 D | client_stream_unary_interceptor_test.py | 352 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/ |
D | http.go | 75 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/ |
D | interceptor.rs | 46 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 D | Interceptor.java | 9 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 D | controllable_http_response.cc | 16 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/ |
D | TranscriptionClientFactory.java | 139 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 D | SchedulerTimer.cpp | 53 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/ |
HD | aopalliance.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/aopalliance/
org/ ... |
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | aopalliance.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/aopalliance/
org/ ... |
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/ |
H A D | GRPCCall+Interceptor.mm | 26 @implementation GRPCCall2 (Interceptor) category
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
H A D | Interceptor.java | 25 public interface Interceptor { interface
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
H A D | Interceptor.java | 27 public interface Interceptor { interface
|
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/ |
H A D | Interceptor.php | 27 class Interceptor class
|
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
H A D | interceptors.rb | 21 class Interceptor class
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/ |
H A D | interceptor.h | 223 friend class Interceptor; variable
|
/aosp_15_r20/external/perfetto/include/perfetto/tracing/ |
H A D | interceptor.h | 223 friend class Interceptor; variable
|
/aosp_15_r20/external/javassist/src/test/test3/ |
H A D | Enhancer.java | 43 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/ |
D | message_size_filter.cc | 146 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 D | ExceptionHandler.java | 49 public interface Interceptor extends Serializable { interface in ExceptionHandler
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap.hpp | 385 …typedef Error (*Interceptor)(const Message &aMessage, const Ip6::MessageInfo &aMessageInfo, void *… typedef in ot::Coap::CoapBase
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | config.py | 45 class Interceptor(object): class
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okhttp4/okhttp/4.0.0/ |
HD | okhttp-4.0.0-RC1.jar | META-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/ |
D | okhttp-norepackage.jar | com/squareup/okhttp/Address.class
<Unknown>
package com.squareup.okhttp
public ... |