Home
last modified time | relevance | path

Searched refs:ih (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java887 final InvocationHandler ih = h; in newProxyInstance() local
986 final InvocationHandler ih = p.h; in getInvocationHandler() local
1000 return ih; in getInvocationHandler()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DInfiniteStreamWithLimitOpTest.java279 InvocationHandler ih = new InvocationHandler() {
300 ih);