| /external/grpc-grpc-java/authz/src/test/java/io/grpc/authz/ |
| D | AuthorizationEnd2EndTest.java | 69 AuthorizationServerInterceptor interceptor = in createStaticAuthorizationInterceptor() local 77 FileWatcherAuthorizationServerInterceptor interceptor = in createFileWatcherAuthorizationInterceptor() local 159 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzAllowsRpcNoMatchInDenyMatchInAllowTest() local 189 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzDeniesRpcNoMatchInDenyAndAllowTest() local 225 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzDeniesRpcMatchInDenyAndAllowTest() local 261 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzDeniesRpcMatchInDenyNoMatchInAllowTest() local 287 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzAllowsRpcEmptyDenyMatchInAllowTest() local 307 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzDeniesRpcEmptyDenyNoMatchInAllowTest() local 332 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzDeniesRpcWithPrincipalsFieldOnUnauthenticatedConnectionTest() local 357 AuthorizationServerInterceptor interceptor = createStaticAuthorizationInterceptor(policy); in staticAuthzAllowsRpcWithPrincipalsFieldOnMtlsAuthenticatedConnectionTest() local [all …]
|
| D | FileWatcherAuthorizationServerInterceptorTest.java | 73 FileWatcherAuthorizationServerInterceptor interceptor = in validPolicyCreatesFileWatcherAuthzInterceptor() local 91 FileWatcherAuthorizationServerInterceptor interceptor = in invalidRefreshIntervalFailsScheduleRefreshes() local
|
| /external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/endpointproviders/ |
| D | EndpointInterceptorTests.java | 53 CapturingInterceptor interceptor = new CapturingInterceptor(); in sync_hostPrefixInjectDisabled_hostPrefixNotAdded() local 69 CapturingInterceptor interceptor = new CapturingInterceptor(); in async_hostPrefixInjectDisabled_hostPrefixNotAdded() local 85 CapturingInterceptor interceptor = new CapturingInterceptor(); in sync_clientContextParamsSetOnBuilder_includedInExecutionAttributes() local 99 CapturingInterceptor interceptor = new CapturingInterceptor(); in async_clientContextParamsSetOnBuilder_includedInExecutionAttributes() local 115 CapturingInterceptor interceptor = new CapturingInterceptor(); in sync_endpointProviderReturnsHeaders_includedInHttpRequest() local 134 CapturingInterceptor interceptor = new CapturingInterceptor(); in async_endpointProviderReturnsHeaders_includedInHttpRequest() local 153 CapturingInterceptor interceptor = new CapturingInterceptor(); in sync_endpointProviderReturnsHeaders_appendedToExistingRequest() local 173 CapturingInterceptor interceptor = new CapturingInterceptor(); in async_endpointProviderReturnsHeaders_appendedToExistingRequest() local
|
| D | RequestOverrideEndpointProviderTests.java | 45 CapturingInterceptor interceptor = new CapturingInterceptor(); in sync_endpointOverridden_equals_requestOverride() local 62 CapturingInterceptor interceptor = new CapturingInterceptor(); in sync_endpointOverridden_equals_ClientsWhenNoRequestOverride() local 80 CapturingInterceptor interceptor = new CapturingInterceptor(); in async_endpointOverridden_equals_requestOverride() local 101 CapturingInterceptor interceptor = new CapturingInterceptor(); in async_endpointOverridden_equals_ClientsWhenNoRequestOverride() local
|
| /external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/ |
| D | EndpointVariantResolutionTest.java | 29 EndpointCapturingInterceptor interceptor = new EndpointCapturingInterceptor(); in dualstackEndpointResolution() local 43 EndpointCapturingInterceptor interceptor = new EndpointCapturingInterceptor(); in fipsEndpointResolution() local 57 EndpointCapturingInterceptor interceptor = new EndpointCapturingInterceptor(); in dualstackFipsEndpointResolution() local 69 private ProtocolRestJsonClientBuilder clientBuilder(EndpointCapturingInterceptor interceptor) { in clientBuilder()
|
| D | ExecutionAttributesTest.java | 41 ExecutionInterceptor interceptor = mock(ExecutionInterceptor.class); in syncClient_disableHostPrefixInjection_isPresent() local 64 ExecutionInterceptor interceptor = mock(ExecutionInterceptor.class); in asyncClient_disableHostPrefixInjection_isPresent() local 87 ExecutionInterceptor interceptor = mock(ExecutionInterceptor.class); in asyncClient_clientOverrideExecutionAttribute() local 112 ExecutionInterceptor interceptor = mock(ExecutionInterceptor.class); in asyncClient_requestOverrideExecutionAttribute() local 140 ExecutionInterceptor interceptor = mock(ExecutionInterceptor.class); in asyncClient_requestOverrideExecutionAttributesHavePrecedence() local 169 ExecutionInterceptor interceptor = mock(ExecutionInterceptor.class); in syncClient_requestOverrideExecutionAttribute() local 197 ExecutionInterceptor interceptor = mock(ExecutionInterceptor.class); in syncClient_requestOverrideExecutionAttributesHavePrecedence() local
|
| /external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/ |
| D | ExecutionInterceptorTest.java | 91 … ExecutionInterceptor interceptor = mock(MessageUpdatingInterceptor.class, CALLS_REAL_METHODS); in sync_success_allInterceptorMethodsCalled() local 108 … ExecutionInterceptor interceptor = mock(MessageUpdatingInterceptor.class, CALLS_REAL_METHODS); in async_success_allInterceptorMethodsCalled() local 124 ExecutionInterceptor interceptor = mock(NoOpInterceptor.class, CALLS_REAL_METHODS); in sync_streamingInput_success_allInterceptorMethodsCalled() local 143 ExecutionInterceptor interceptor = mock(NoOpInterceptor.class, CALLS_REAL_METHODS); in async_streamingInput_success_allInterceptorMethodsCalled() local 166 ExecutionInterceptor interceptor = mock(NoOpInterceptor.class, CALLS_REAL_METHODS); in sync_streamingOutput_success_allInterceptorMethodsCalled() local 189 ExecutionInterceptor interceptor = mock(NoOpInterceptor.class, CALLS_REAL_METHODS); in async_streamingOutput_success_allInterceptorMethodsCalled() local 205 … ExecutionInterceptor interceptor = mock(MessageUpdatingInterceptor.class, CALLS_REAL_METHODS); in sync_serviceException_failureInterceptorMethodsCalled() local 219 … ExecutionInterceptor interceptor = mock(MessageUpdatingInterceptor.class, CALLS_REAL_METHODS); in async_serviceException_failureInterceptorMethodsCalled() local 234 … ExecutionInterceptor interceptor = mock(MessageUpdatingInterceptor.class, CALLS_REAL_METHODS); in sync_interceptorException_failureInterceptorMethodsCalled() local 252 … ExecutionInterceptor interceptor = mock(MessageUpdatingInterceptor.class, CALLS_REAL_METHODS); in async_interceptorException_failureInterceptorMethodsCalled() local [all …]
|
| /external/grpc-grpc-java/api/src/test/java/io/grpc/ |
| D | ClientInterceptorsTest.java | 99 ClientInterceptor interceptor = in channelAndInterceptorCalled() local 119 ClientInterceptor interceptor = new ClientInterceptor() { in callNextTwice() local 225 ClientInterceptor interceptor = in callOptions() local 245 ClientInterceptor interceptor = new ClientInterceptor() { in addOutboundHeaders() local 276 ClientInterceptor interceptor = new ClientInterceptor() { in examineInboundHeaders() local 312 ClientInterceptor interceptor = new ClientInterceptor() { in normalCall() local 342 ClientInterceptor interceptor = new ClientInterceptor() { in exceptionInStart() local 386 ClientInterceptor interceptor = new ClientInterceptor() { in authorityIsDelegated() local 406 ClientInterceptor interceptor = in customOptionAccessible() 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-java/api/src/main/java/io/grpc/ |
| D | InternalConfigSelector.java | 45 public ClientInterceptor interceptor; field in InternalConfigSelector.Result 48 Status status, Object config, ClientInterceptor interceptor) { in Result() 92 private ClientInterceptor interceptor; field in InternalConfigSelector.Result.Builder 111 public Builder setInterceptor(ClientInterceptor interceptor) { in setInterceptor()
|
| /external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/ |
| D | ExceptionHandlerTest.java | 132 Interceptor interceptor = in testShouldTry() local 172 Interceptor interceptor = in testNullRetryResultFromBeforeEval() local 193 Interceptor interceptor = in testNullRetryResultFromAfterEval() 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/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/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ |
| D | ExecutionInterceptorChain.java | 68 … validateInterceptorResult(result.request(), interceptorResult, interceptor, "modifyRequest"); in modifyRequest() local 95 …validateInterceptorResult(result.httpRequest(), interceptorResult, interceptor, "modifyHttpRequest… in modifyHttpRequestAndHttpContent() local 138 ExecutionInterceptor interceptor = interceptors.get(i); in modifyAsyncHttpResponse() local 202 ExecutionInterceptor interceptor, String methodName) { in validateInterceptorResult() 212 … interceptor, newMessage.getClass(), methodName, originalMessage.getClass()); in validateInterceptorResult() local
|
| /external/aws-sdk-java-v2/services/route53/src/test/java/software/amazon/awssdk/services/route53/ |
| D | Route53InterceptorTest.java | 63 Route53IdInterceptor interceptor = new Route53IdInterceptor(); in testDelegationSetPrefixRemoval() local 119 … private SdkResponse modifyResponse(ExecutionInterceptor interceptor, SdkResponse responseObject) { in modifyResponse() 130 Route53IdInterceptor interceptor = new Route53IdInterceptor(); in testChangeInfoPrefixRemoval() local
|
| /external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/client/ |
| D | AsyncClientHandlerInterceptorExceptionTest.java | 269 private ExecutionInterceptor interceptor; field in AsyncClientHandlerInterceptorExceptionTest.Hook 271 Hook(ExecutionInterceptor interceptor) { in Hook() 275 public ExecutionInterceptor interceptor() { in interceptor() method in AsyncClientHandlerInterceptorExceptionTest.Hook
|
| /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/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/testing/ |
| D | InProcessServer.java | 47 private ServerInterceptor interceptor; field in InProcessServer 64 public InProcessServer(T serverImpl, String name, ServerInterceptor interceptor) { in InProcessServer()
|
| /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/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/timers/ |
| D | HttpClientApiCallTimeoutTest.java | 97 ExecutionInterceptor interceptor = in successfulResponse_SlowBeforeTransmissionExecutionInterceptor_ThrowsApiCallTimeoutException() local 109 ExecutionInterceptor interceptor = in successfulResponse_SlowAfterResponseExecutionInterceptor_ThrowsApiCallTimeoutException() local
|
| D | HttpClientApiCallAttemptTimeoutTest.java | 97 ExecutionInterceptor interceptor = in successfulResponse_SlowBeforeTransmissionExecutionInterceptor_ThrowsApiCallTimeoutException() local 109 ExecutionInterceptor interceptor = in successfulResponse_SlowAfterResponseExecutionInterceptor_ThrowsApiCallTimeoutException() local
|
| /external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/ |
| D | ManagedHttpJsonInterceptorChannel.java | 39 private final HttpJsonClientInterceptor interceptor; field in ManagedHttpJsonInterceptorChannel 42 ManagedHttpJsonChannel channel, HttpJsonClientInterceptor interceptor) { in ManagedHttpJsonInterceptorChannel()
|
| /external/aws-sdk-java-v2/services/s3control/src/test/java/software/amazon/awssdk/services/s3control/internal/interceptors/ |
| D | PayloadSigningInterceptorTest.java | 48 PayloadSigningInterceptor interceptor = new PayloadSigningInterceptor(); in modifyHttpContent_AddsExecutionAttributeAndPayload() local 59 PayloadSigningInterceptor interceptor = new PayloadSigningInterceptor(); in modifyHttpContent_DoesNotReplaceBody() local
|
| /external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/ |
| D | HookInstrumentor.kt | 34 val interceptor = object : ClassVisitor(Instrumentor.ASM_API_VERSION, writer) { in instrument() constant
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
| D | OnCompletionInterceptedReleaseTest.kt | 17 val interceptor = CountingInterceptor() in <lambda>() constant
|