Home
last modified time | relevance | path

Searched refs:CountingInterceptor (Results 1 – 8 of 8) sorted by relevance

/external/guice/core/test/com/google/inject/
DIntegrationTest.java29 final CountingInterceptor counter = new CountingInterceptor(); in testIntegration()
60 static class CountingInterceptor implements MethodInterceptor { class in IntegrationTest
DMethodInterceptionTest.java43 private final class CountingInterceptor implements MethodInterceptor { class in MethodInterceptionTest
180 final MethodInterceptor countingInterceptor = new CountingInterceptor(); in testSpiAccessToInterceptors()
222 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()
223 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()
317 new CountingInterceptor()); in testInterceptingNonBridgeWorks()
386 CountingInterceptor interceptor = new CountingInterceptor(); in testDeDuplicateInterceptors()
/external/dagger2/javatests/dagger/grpc/functional/server/
DCountingInterceptor.java37 class CountingInterceptor implements ServerInterceptor { class
41 CountingInterceptor() {} in CountingInterceptor() method in CountingInterceptor
61 CountingInterceptor countingInterceptor) { in testServiceInterceptors()
DCoffeeServer.java34 abstract CountingInterceptor countingInterceptor(); in countingInterceptor()
DCoffeeServerWithUnscopedService.java23 import dagger.grpc.functional.server.CountingInterceptor.CountingInterceptorModule;
DCoffeeServerWithCallScopeService.java24 import dagger.grpc.functional.server.CountingInterceptor.CountingInterceptorModule;
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DOnCompletionInterceptedReleaseTest.kt17 val interceptor = CountingInterceptor() in <lambda>()
33 …class CountingInterceptor : AbstractCoroutineContextElement(ContinuationInterceptor), Continuation… in <lambda>() class in kotlinx.coroutines.flow.OnCompletionInterceptedReleaseTest
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java173 CountingInterceptor countingInterceptor = new CountingInterceptor(); in testMultipleInterceptors()
187 static class CountingInterceptor implements MethodInterceptor { class in ProxyFactoryTest