Home
last modified time | relevance | path

Searched defs:interceptable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DMethodInterceptionTest.java144 Interceptable interceptable = injector.getInstance(Interceptable.class); in testGetThis() local
227 Interceptable interceptable = injector.getInstance(Interceptable.class); in testInterceptedMethodThrows() local
254 Interceptable interceptable = injector.getInstance(Interceptable.class); in testNotInterceptedMethodsInInterceptedClassDontAddFrames() local
358 Interceptable interceptable = injector.getInstance(Interceptable.class); in testInterceptionOrder() local
392 Interceptable interceptable = injector.getInstance(Interceptable.class); in testDeDuplicateInterceptors() local
408 Interceptable interceptable = injector.getInstance(Interceptable.class); in testCallLater() local
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/generic/
H A Dactive_call.rb162 def interceptable method in GRPC.ActiveCall
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dcompiler.py1471 def binop(operator, interceptable=True): argument
1488 def uaop(operator, interceptable=True): argument
/aosp_15_r20/external/python/jinja/src/jinja2/
Dcompiler.py1479 def binop(operator, interceptable=True): # noqa: B902 argument
1499 def uaop(operator, interceptable=True): # noqa: B902 argument