Home
last modified time | relevance | path

Searched defs:methodInvocation (Results 1 – 9 of 9) 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/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/temporary/
DFluentFutureHandler.java79 MethodInvocationTree methodInvocation = in onOverrideMethodReturnNullability() local
/external/dagger2/java/dagger/internal/codegen/writing/
DSetRequestRepresentation.java157 ClassName requestingClass, CodeBlock methodInvocation) { in collectionsStaticFactoryInvocation()
DMapRequestRepresentation.java164 ClassName requestingClass, CodeBlock methodInvocation) { in collectionsStaticFactoryInvocation()