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.java60 public Object invoke(Object proxy, Method method, Object[] args) in invoke() method
DMethod.java500 public Object invoke(Object receiver, Object... args) in invoke() method in Method
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DProxyTest.java70 public Object invoke(Object proxy, Method method, Object[] args) in invoke() method in ProxyTest.Broken1Invoke
385 public Object invoke(Object object, Method method, Object[] args) in invoke() method in ProxyTest.TestProxyHandler
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
DAnnotationFactory.java286 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable in invoke() method in AnnotationFactory
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
DHashMapTest.java76 public Object invoke(Object proxy, Method m, Object[] args) in invoke() method in HashMapTest.MockHandler