Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java123 Interceptable interceptable = injector.getInstance(Interceptable.class); in testGetThis() local
187 Interceptable interceptable = injector.getInstance(Interceptable.class); in testInterceptedMethodThrows() local
211 Interceptable interceptable = injector.getInstance(Interceptable.class); in testNotInterceptedMethodsInInterceptedClassDontAddFrames() local
296 Interceptable interceptable = injector.getInstance(Interceptable.class); in testInterceptionOrder() local
326 Interceptable interceptable = injector.getInstance(Interceptable.class); in testDeDuplicateInterceptors() local
339 Interceptable interceptable = injector.getInstance(Interceptable.class); in testCallLater() local
/external/libmojo/third_party/jinja2/
Dcompiler.py1421 def binop(operator, interceptable=True): argument
1437 def uaop(operator, interceptable=True): argument