Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/lang/reflect/
DInvocationHandler.java59 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; in invoke() method
DMethod.java506 public Object invoke(Object receiver, Object... args) in invoke() method in Method
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DProxyTest.java52 public Object invoke(Object proxy, Method method, Object[] args) in invoke() method in ProxyTest.Broken1Invoke
306 public Object invoke(Object object, Method method, Object[] args) in invoke() method in ProxyTest.TestProxyHandler
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DProxyTest.java62 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in ProxyTest.TestInvocationHandler
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
DAnnotationFactory.java281 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable in invoke() method in AnnotationFactory