HomeSort by relevance Sort by last modified time
    Searched defs:Iface1 (Results 1 - 6 of 6) sorted by null

  /art/test/009-instanceof/src/
Iface1.java 20 public interface Iface1 {
  /art/test/011-array-copy/src/
Iface1.java 20 public interface Iface1 {
  /art/test/022-interface/src/
Iface1.java 20 public interface Iface1 {
  /art/test/022-interface/classes/
Iface1.class 
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /libcore/benchmarks/src/benchmarks/
InvokeInterface.java 490 public void doCall1Interface(Iface1 i) { i.callIface1(); }
560 static class MultiClass implements Iface0, Iface1, Iface2, Iface3, Iface4,
577 static interface Iface1 { default void callIface1() {} }

Completed in 726 milliseconds