Home
last modified time | relevance | path

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

/art/test/044-proxy/
Dexpected.txt9 Invoke public abstract int Quads.rectangle(int,int)
12 --- rectangle 10,20
13 Success: method rectangle res=4
18 Invoke public abstract int Quads.rectangle(int,int)
21 --- rectangle 15,25
22 Success: method rectangle res=4
58 …SS_NAME0$.mauve(java.lang.String), public final int $PROXY_CLASS_NAME0$.rectangle(int,int), public…
/art/test/044-proxy/src/
DBasicTest.java43 shapes.rectangle(10, 20); in main()
46 quads.rectangle(15, 25); in main()
127 public int rectangle(int x, int y); in rectangle() method
137 public int rectangle(int x, int y); in rectangle() method
177 public int rectangle(int x, int y) { in rectangle() method in Mix