Home | History | Annotate | Download | only in jumbostring

Lines Matching defs:out

17     System.out.println("zzzz - jumbo string");
28 PrintStream out = new PrintStream(
31 out.println(
33 out.println(
35 out.println("// BSD-style license that can be found in the LICENSE file.");
36 out.println("package jumbostring;");
37 out.println();
38 out.println("class StringPool" + fileNumber + " {");
42 out.println(" public static final String s" + i + " = \"" + i + "\";");
44 out.println("}");
45 out.close();