Searched refs:body2 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest3.java90 checkBody (is, body2);
118 static String body2 = "2234567890abcdefghij0123456789"; field in class:Test3
132 "\r\n"+ body2 +
H A DTest4.java87 checkBody (is, body2);
116 static String body2 = "2234567890abcdefghij0123456789"; field in class:Test4
130 "\r\n"+ body2 +
H A DTest5.java87 checkBody (is, body2);
115 static String body2 = "2234567890abcdefghij0123456789"; field in class:Test5
129 "\r\n"+ body2 +
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DGenDoc.java74 private static final String body2 = field in class:GenDoc
374 out.write(body2 + footer);
503 out2.write("</TD>\n</TR>\n</TABLE>\n" + body2 + footer);
508 out1.write("</FONT></TD>\n</TR></TABLE>\n" + body2 + footer);
560 out1.write("</FONT></TD>\n</TR>\n</TABLE>\n" + body2 + footer);
596 out1.write("</FONT></TD>\n</TR>\n</TABLE>\n" + body2 + footer);
642 out1.write("</FONT></TD>\n</TR>\n</TABLE>\n" + body2 + footer);
669 body2 + footer);

Completed in 32 milliseconds