Home
last modified time | relevance | path

Searched refs:TestInterface (Results 1 – 22 of 22) sorted by relevance

/art/test/1910-transform-with-default/src/art/
DTest1910.java21 static interface TestInterface { interface in Test1910
29 static class Transform implements TestInterface {
79 public static void doTest(TestInterface t) { in doTest()
/art/test/1945-proxy-method-arguments/
Dexpected-stdout.txt3 Proxy for interface TestInterface.method0
5 Proxy for interface TestInterface.method1
8 Proxy for interface TestInterface.method10
20 Proxy for interface TestInterface.method10Even
/art/test/1945-proxy-method-arguments/src/
DMain.java21 interface TestInterface { interface
37 System.out.println("Proxy for " + TestInterface.class + "." + method.getName()); in invoke()
126 TestInterface proxy = (TestInterface) Proxy.newProxyInstance( in main()
128 new Class<?>[] { TestInterface.class }, in main()
/art/test/970-iface-super-resolution-gen/util-src/
Dgenerate_smali.py416 class TestInterface(mixins.DumpMixin, mixins.Named, mixins.NameComparableMixin, mixins.SmaliFileMix… class
468 return TestInterface([i.get_initial_build_version() for i in self.ifaces],
572 yield TestInterface(tuple(), False)
573 yield TestInterface(tuple(), True)
580 yield TestInterface(supers, False)
581 yield TestInterface(supers, True)
583 yield TestInterface(tuple([selected] + list(supers)), True)
584 yield TestInterface(tuple([selected] + list(supers)), False)
Dgenerate_java.py72 if isinstance(f, base.TestInterface):
/art/test/961-default-iface-resolution-gen/util-src/
Dgenerate_java.py217 class TestInterface(mixins.DumpMixin, mixins.Named, mixins.NameComparableMixin, mixins.JavaFileMixi… class
322 ifaces.append([TestInterface([], allow_default)])
324 ifaces[-1].append(TestInterface([], False))
331 yield TestInterface(list(combo) + list(supers), allow_default)
337 ifaces.append([TestInterface([], i == cs)])
344 yield TestInterface(list(combo) + list(supers), False)
/art/test/964-default-iface-init-gen/util-src/
Dgenerate_java.py242 class TestInterface(mixins.DumpMixin, mixins.Named, mixins.NameComparableMixin, mixins.JavaFileMixi… class
277 return TestInterface(tuple(map(lambda a: a.clone(), self.ifaces)), self.default)
380 yield TestInterface(tuple(), False)
381 yield TestInterface(tuple(), True)
388 yield TestInterface(clone_all(supers), False)
389 yield TestInterface(clone_all(supers), True)
/art/test/155-java-set-resolved-type/src/
DTestInterface.java17 public interface TestInterface { interface
DTestImplementation.java17 public class TestImplementation implements TestInterface {
DTestParameter.java18 public void bar(TestInterface ti) { } in bar()
/art/test/155-java-set-resolved-type/src-ex/
DTestInterface.java17 public interface TestInterface { interface
/art/test/435-new-instance/src/
DTestInterface.java17 public interface TestInterface { interface
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java36 public static interface TestInterface { interface in Test1913
39 public static class TestClass1 implements TestInterface {
66 public static class TestClass2impl extends TestClass2 implements TestInterface {
98 TestInterface TARGET = null; in NullInterfaceMethod()
116 TestInterface TARGET = new TestClass1("InterfaceMethod"); in InterfaceMethod()
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_smali.py377 class TestInterface(mixins.DumpMixin, mixins.Named, mixins.NameComparableMixin, mixins.SmaliFileMix… class
433 return TestInterface(self.ifaces, v, full_name = self.class_name)
564 yield TestInterface(tuple(), iftype)
570 yield TestInterface(tuple(), InterfaceType.default)
578 yield TestInterface(supers, iftype)
Dgenerate_java.py82 if isinstance(f, base.TestInterface):
89 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java37 public static interface TestInterface { interface in Test1966
40 public static class TestClass1 implements TestInterface {
49 public static TestInterface createInterface(String id) { in createInterface()
77 public static class TestClass2impl extends TestClass2 implements TestInterface {
/art/test/1966-get-set-local-objects-no-table/jasmin/
DTestCases1966.j18 .inner interface public static abstract TestInterface inner art/Test1966$TestInterface outer art/Te…
94 …nvokestatic art/Test1966$TestClass1/createInterface(Ljava/lang/String;)Lart/Test1966$TestInterface;
140 3: checkcast art/Test1966$TestInterface
/art/test/971-iface-super/util-src/
Dgenerate_smali.py434 class TestInterface(mixins.DumpMixin, mixins.Named, mixins.NameComparableMixin, mixins.SmaliFileMix… class
495 return TestInterface(self.ifaces, v, full_name = self.class_name)
652 yield TestInterface(tuple(), iftype)
660 yield TestInterface(supers, iftype)
Dgenerate_java.py82 if isinstance(f, base.TestInterface):
89 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
/art/test/180-native-default-method/jasmin/
DTestInterface.j15 .interface public TestInterface
DTestClass.j17 .implements TestInterface
/art/test/1966-get-set-local-objects-no-table/smali/
DTestCases1966.smali64 …ic {v0}, Lart/Test1966$TestClass1;->createInterface(Ljava/lang/String;)Lart/Test1966$TestInterface;
106 check-cast v0, Lart/Test1966$TestInterface;