Lines Matching refs:writeln
67 private void writeln(String _sStr) in writeln() method in HTMLResult
96 writeln( "<HTML>"); in header()
97 writeln( "<HEAD>" ); in header()
98 writeln( "<TITLE>" + _sTitle + "</TITLE>"); in header()
99 …writeln( "<LINK rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/xmloff.css\" media=\"screen… in header()
100 …writeln( "<LINK rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/style.css\" media=\"screen\… in header()
101 writeln( "</HEAD>"); in header()
102 writeln( "<BODY bgcolor=white>"); in header()
113 writeln( "<H2>Results for " + _sOfficeInfo + "</H2>"); in indexSection()
114 … writeln( "<P>This result was created at: " + DateHelper.getDateTimeForHumanreadableLog()); in indexSection()
115 writeln( "<P>Legend:<BR>"); in indexSection()
116 …writeln( stronghtml(FIRSTGFX_TABLETITLE) + " contains the output printed via 'ghostscript' as a jp… in indexSection()
118 writeln( "<TABLE class=\"infotable\">"); in indexSection()
119 writeln( "<TR>"); in indexSection()
120 writeln( tableHeaderCell(TEST_TABLETITLE)); in indexSection()
121 writeln( tableHeaderCell("")); in indexSection()
122 writeln( tableHeaderCell(VISUAL_STATUS_TABLETITLE)); in indexSection()
123 writeln( tableHeaderCell(VISUAL_STATUS_MESSAGE_TABLETITLE)); in indexSection()
124 writeln( "</TR>"); in indexSection()
175 writeln( "<TR>"); in indexLine()
176 writeln(tableDataCell( getHREF(_sHTMLFile, _sHTMLName) ) ); in indexLine()
177 writeln(tableDataCell( "" ) ); in indexLine()
178 writeln( tableDataCell(_sStatusRunThrough) ); in indexLine()
179 writeln( tableDataCell(_sStatusMessage) ); in indexLine()
180 writeln( "</TR>"); in indexLine()
186 writeln( "</TABLE>"); in close()
187 writeln( "</BODY></HTML>"); in close()