Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
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
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dactive_call.rb163 def interceptable method in GRPC.ActiveCall
/external/libchrome/third_party/jinja2/
Dcompiler.py1471 def binop(operator, interceptable=True): argument
1488 def uaop(operator, interceptable=True): argument
/external/python/jinja/src/jinja2/
Dcompiler.py1479 def binop(operator, interceptable=True): # noqa: B902 argument
1499 def uaop(operator, interceptable=True): # noqa: B902 argument