HomeSort by relevance Sort by last modified time
    Searched refs:Iface4 (Results 1 - 4 of 4) sorted by null

  /art/test/921-hello-failure/src/
Transform5.java 17 class Transform5 implements Iface4 {
Iface4.java 17 interface Iface4 {
  /external/annotation-tools/annotation-file-utilities/tests/
ExtImpl.java 8 interface Iface4<T, S extends Iface4<T, S>> {}
  /libcore/benchmarks/src/benchmarks/
InvokeInterface.java 493 public void doCall4Interface(Iface4 i) { i.callIface4(); }
560 static class MultiClass implements Iface0, Iface1, Iface2, Iface3, Iface4,
580 static interface Iface4 { default void callIface4() {} }

Completed in 366 milliseconds