Home | History | Annotate | Download | only in 131-perf

Lines Matching full:file

1 import java.io.File;
25 for (int file = start; file <= end; file++) {
27 File f = new File("src/Clazz" + file + ".java");
29 pw.println("class Clazz" + file + " {");
34 pw.println(" boolean m" + method + "_" + (file%(end/2)) + "() {"
39 + file + ".class + \".method" + method
40 + "() \" + Clazz" + (end-file+1) + ".f1);");