Home
last modified time | relevance | path

Searched defs:methodInvocation (Results 1 – 8 of 8) sorted by relevance

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java45 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
53 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
60 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
374 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
425 public Object invoke(final MethodInvocation methodInvocation) throws Throwable { in invoke()
DIntegrationTest.java65 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaLocalTxnInterceptor.java43 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
99 private Transactional readTransactionMetadata(MethodInvocation methodInvocation) { in readTransactionMetadata()
DJpaFinderProxy.java55 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java69 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
192 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
201 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DTrees.java63 static Name getMethodName(MethodInvocationTree methodInvocation) { in getMethodName()
71 static ExpressionTree getMethodReceiver(MethodInvocationTree methodInvocation) { in getMethodReceiver()
/external/dagger2/java/dagger/internal/codegen/writing/
DMapBindingExpression.java140 ClassName requestingClass, CodeBlock methodInvocation) { in collectionsStaticFactoryInvocation()
DSetBindingExpression.java141 ClassName requestingClass, CodeBlock methodInvocation) { in collectionsStaticFactoryInvocation()