HomeSort by relevance Sort by last modified time
    Searched defs:ManyInterfaces (Results 1 - 2 of 2) sorted by null

  /art/test/023-many-interfaces/src/
ManyInterfaces.java 64 public class ManyInterfaces
189 ManyInterfaces.timing = timing;
190 ManyInterfaces obj = new ManyInterfaces();
201 * be loaded and ready as a result of instantiating ManyInterfaces.
329 static void testVirt001(ManyInterfaces obj, int count) {
338 static void testVirt049(ManyInterfaces obj, int count) {
347 static void testVirt099(ManyInterfaces obj, int count) {
  /dalvik/tests/023-many-interfaces/src/
ManyInterfaces.java 50 public class ManyInterfaces
175 ManyInterfaces.timing = timing;
176 ManyInterfaces obj = new ManyInterfaces();
187 * be loaded and ready as a result of instantiating ManyInterfaces.
315 static void testVirt001(ManyInterfaces obj, int count) {
324 static void testVirt049(ManyInterfaces obj, int count) {
333 static void testVirt099(ManyInterfaces obj, int count) {

Completed in 49 milliseconds