Home
last modified time | relevance | path

Searched refs:Super (Results 1 – 5 of 5) sorted by relevance

/art/test/004-JniTest/
Dexpected.txt1 Super.<init>
2 Super.<init>
4 Super.<init>
5 Super.<init>
7 Super.<init>
9 Super.nonstaticMethod
11 Super.<init>
13 Super.nonstaticMethod
15 Super.<init>
18 Super.nonstaticMethod
[all …]
/art/test/450-checker-types/src/
DMain.java22 class Super implements Interface { class
28 class SubclassA extends Super {
45 class SubclassB extends Super {
63 Super s = new SubclassA(); in testSimpleRemove()
72 public void testSimpleKeep(Super s) { in testSimpleKeep()
102 Super s; in testIfRemove()
117 Super s; in testIfKeep()
132 Super s = new SubclassA(); in testForRemove()
147 Super s = new SubclassA(); in testForKeep()
260 if (o instanceof Super) { in testInstanceOfSubclass()
[all …]
/art/test/127-secondarydex/src/
DSuper.java17 public class Super { class
DTest.java17 public class Test extends Super {
/art/test/127-secondarydex/
Dbuild24 mv classes/Super.class classes-ex