Home
last modified time | relevance | path

Searched refs:Colors (Results 1 – 2 of 2) sorted by relevance

/art/test/044-proxy/src/
DBasicTest.java48 Colors colors = (Colors) proxy; in main()
99 Quads.class, Colors.class, Trace.class); in createProxy()
147 interface Colors { interface
173 class Mix implements Quads, Colors {
/art/test/044-proxy/
Dexpected.txt29 Invoke public abstract int Colors.red(float)
33 Invoke public abstract double Colors.blue(int)
37 Invoke public abstract int Colors.mauve(java.lang.String)
57 Proxy interfaces: [interface Quads, interface Colors, interface Trace]