Home
last modified time | relevance | path

Searched refs:Iface (Results 1 – 25 of 37) sorted by relevance

12

/art/test/965-default-verify/
Dexpected.txt9 Calling functions on interface Iface
10 Calling verifiable function on Iface
12 Calling unverifiable function on Iface
13 Expected NSME Thrown on Iface
14 Calling verifiable function on Iface
/art/test/966-default-conflict/
Dexpected.txt9 Calling functions on interface Iface
10 Calling non-conflicting function on Iface
12 Calling conflicting function on Iface
13 Expected ICCE Thrown on Iface
14 Calling non-conflicting function on Iface
/art/test/967-default-ame/
Dexpected.txt9 Calling functions on interface Iface
10 Calling non-abstract function on Iface
12 Calling abstract function on Iface
13 Expected AME Thrown on Iface
14 Calling non-abstract function on Iface
/art/test/969-iface-super/src/
DIface2.java16 public interface Iface2 extends Iface {
18 return Iface.super.SayHi() + Iface.super.SayHi(); in SayHi()
DC.java16 public class C implements Iface {
18 return Iface.super.SayHi() + " and welcome "; in SayHi()
DIface3.java16 public interface Iface3 extends Iface { }
DA.java16 public class A implements Iface { }
DIface.java16 public interface Iface { interface
/art/test/969-iface-super/
Dexpected.txt3 A-interface Iface.SayHi()='Hello '
7 B-interface Iface.SayHi()='Hello Hello '
12 C-interface Iface.SayHi()='Hello and welcome '
16 D-interface Iface.SayHi()='Hello Hello and welcome '
21 E-interface Iface.SayHi()='Hello there!'
27 F-interface Iface.SayHi()='Hello there!'
35 G-interface Iface.SayHi()='Hello there!?'
45 H-interface Iface.SayHi()='Hello ?'
/art/test/DefaultMethods/
DIterableBase.java17 interface Iface { interface
22 class Impl implements Iface {
/art/test/026-access/src/
DIface2.java20 public interface Iface2 extends Iface {
21 public final static int Y = Iface.X + 1;
DIface.java20 public interface Iface { interface
/art/test/965-default-verify/src/
DMain.java16 class Main implements Iface {
44 public static void callIface(Iface m) { in callIface()
DIface.java16 public interface Iface { interface
/art/test/963-default-range-smali/src/
DA.java16 class A implements Iface { }
/art/test/966-default-conflict/src/
DIface2.java19 public interface Iface2 extends Iface {
DIface.java16 public interface Iface { interface
DMain.java16 class Main implements Iface, Iface2 {
43 public static void callIface(Iface m) { in callIface()
/art/test/146-bad-interface/src-ex/
DA.java17 public class A implements Iface {
/art/test/967-default-ame/src/
DIface2.java17 public interface Iface2 extends Iface {
DIface.java16 public interface Iface { interface
DMain.java16 class Main implements Iface, Iface2, Iface3 {
43 public static void callIface(Iface m) { in callIface()
/art/test/967-default-ame/src2/
DIface2.java16 public interface Iface2 extends Iface {
DIface.java16 public interface Iface { interface
/art/test/962-iface-static/src/
DIface.java16 public interface Iface { interface

12