Searched refs:methodInvocation (Results 1 - 16 of 16) sorted by relevance

/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaLocalTxnInterceptor.java49 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
57 Transactional transactional = readTransactionMetadata(methodInvocation);
62 return methodInvocation.proceed();
70 result = methodInvocation.proceed();
105 private Transactional readTransactionMetadata(MethodInvocation methodInvocation) { argument
107 Method method = methodInvocation.getMethod();
108 Class<?> targetClass = methodInvocation.getThis().getClass();
H A DJpaFinderProxy.java57 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
61 JpaFinderProxy.FinderDescriptor finderDescriptor = getFinderDescriptor(methodInvocation);
68 bindQueryRawParameters(jpaQuery, finderDescriptor, methodInvocation.getArguments());
70 bindQueryNamedParameters(jpaQuery, finderDescriptor, methodInvocation.getArguments());
/external/guice/core/test/com/google/inject/
H A DIntegrationTest.java63 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
65 return methodInvocation.proceed();
H A DMethodInterceptionTest.java49 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
51 return methodInvocation.proceed();
56 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
62 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
63 return methodInvocation.proceed();
115 public Object invoke(MethodInvocation methodInvocation) throws Throwable {
116 lastTarget.set(methodInvocation.getThis());
117 return methodInvocation.proceed();
132 public Object invoke(MethodInvocation methodInvocation) throws Throwable {
133 return methodInvocation
311 invoke(MethodInvocation methodInvocation) argument
355 invoke(final MethodInvocation methodInvocation) argument
[all...]
H A DTypeListenerTest.java148 public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
150 return prefix + methodInvocation.proceed();
578 public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
580 return methodInvocation.proceed();
H A DBindingTest.java287 public Object invoke(MethodInvocation methodInvocation) throws Throwable {
289 return methodInvocation.proceed();
H A DParentInjectorTest.java135 public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) {
/external/guice/core/test/com/google/inject/internal/
H A DProxyFactoryTest.java72 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
74 return methodInvocation.proceed();
189 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
191 return methodInvocation.proceed();
197 public Object invoke(MethodInvocation methodInvocation) throws Throwable { argument
198 methodInvocation.proceed();
199 return methodInvocation.proceed();
/external/guice/core/test/com/google/inject/internal/util/
H A DLineNumbersTest.java67 public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) {
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
H A DFactoryProvider2Test.java758 public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
761 return methodInvocation.proceed();
/external/guice/core/test/com/google/inject/spi/
H A DElementsTest.java695 public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 220 milliseconds