Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 2 of 2) sorted by relevance

/art/test/023-many-interfaces/src/
DManyInterfaces.java302 static void testIface001(Interface001 iface, int count) { in testIface001()
311 static void testIface049(Interface049 iface, int count) { in testIface049()
320 static void testIface099(Interface099 iface, int count) { in testIface099()
/art/test/068-classloader/src/
DMain.java264 IGetDoubled iface = (IGetDoubled) obj; in testInterface() local