Home
last modified time | relevance | path

Searched defs:Iface1 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dovl-check.m8 @interface Iface1 @end interface
16 - (void) test:(Iface1 *)arg;
17 - (void) test2:(Iface1 *)arg;
/aosp_15_r20/art/test/022-interface/classes/
HDIface1.classIface1.java package Iface1 extends java.lang.Object { public static final float mFloaty public static ...
/aosp_15_r20/art/test/921-hello-failure/src/
H A DIface1.java17 interface Iface1 { interface
/aosp_15_r20/art/test/011-array-copy/src/
H A DIface1.java20 public interface Iface1 { interface
/aosp_15_r20/art/test/009-instanceof/src/
H A DIface1.java20 public interface Iface1 { interface
/aosp_15_r20/art/test/022-interface/src/
H A DIface1.java20 public interface Iface1 { interface
/aosp_15_r20/libcore/benchmarks/src/benchmarks/
H A DInvokeInterface.java577 static interface Iface1 { default void callIface1() {} } in callIface1() interface in InvokeInterface
/aosp_15_r20/external/clang/lib/AST/
H A DASTImporter.cpp892 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent() local