Home
last modified time | relevance | path

Searched refs:handleInvocation (Results 1 – 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
DAbstractInvocationHandler.java87 return handleInvocation(proxy, method, args); in invoke()
99 protected abstract Object handleInvocation(Object proxy, Method method, @Nullable Object[] args) in handleInvocation() method in AbstractInvocationHandler
/external/guava/android/guava/src/com/google/common/reflect/
DAbstractInvocationHandler.java87 return handleInvocation(proxy, method, args); in invoke()
99 protected abstract Object handleInvocation(Object proxy, Method method, @Nullable Object[] args) in handleInvocation() method in AbstractInvocationHandler
/external/guava/android/guava-testlib/src/com/google/common/testing/
DForwardingWrapperTester.java136 protected Object handleInvocation(Object p, Method m, Object[] args) in testExceptionPropagation()
200 protected Object handleInvocation(Object p, Method calledMethod, Object[] args) in handleInvocation() method in ForwardingWrapperTester.InteractionTester
DDummyProxy.java72 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in DummyProxy.DummyHandler
DFreshValueGenerator.java292 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in FreshValueGenerator.FreshInvocationHandler
/external/guava/guava-testlib/src/com/google/common/testing/
DForwardingWrapperTester.java136 protected Object handleInvocation(Object p, Method m, Object[] args) in testExceptionPropagation()
200 protected Object handleInvocation(Object p, Method calledMethod, Object[] args) in handleInvocation() method in ForwardingWrapperTester.InteractionTester
DDummyProxy.java72 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in DummyProxy.DummyHandler
DFreshValueGenerator.java294 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in FreshValueGenerator.FreshInvocationHandler
/external/guava/android/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java122 protected Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable { in handleInvocation() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java122 protected Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable { in handleInvocation() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMapTest.java354 public Object handleInvocation(Object proxy, Method method, Object[] args) {
/external/guava/android/guava-tests/test/com/google/common/collect/
DForwardingMapTest.java354 public Object handleInvocation(Object proxy, Method method, Object[] args) {
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DNullAway.java325 return handleInvocation(tree, state, methodSymbol, actualParams); in matchMethodInvocation()
346 return handleInvocation(tree, state, methodSymbol, actualParams); in matchNewClass()
1314 private Description handleInvocation( in handleInvocation() method in NullAway