Lines Matching refs:outfile
25 std::ofstream outfile; variable
108 outfile << "<td>"; in do_cell()
126 outfile << value; in do_cell()
128 outfile << "</td>\n"; in do_cell()
135 outfile << "<tr>\n"; in do_row()
138 outfile << "<td><font size=\"-1\"><i>empty</i></font></td>\n"; in do_row()
140 outfile << "<td><code>" << test_case << "</code></td>\n"; in do_row()
147 outfile << "</tr>\n"; in do_row()
154 outfile << in do_table()
165 outfile << "<tr><td><b>Constructor<br>argument</b></td>\n"; in do_table()
169 outfile << "<td><b>" << column[i]->heading() << "</b></td>\n"; in do_table()
172 outfile << "</tr>\n"; in do_table()
185 outfile << "</table>\n"; in do_table()
239 outfile.open( argv[4] ); in cpp_main()
240 if ( !outfile ) in cpp_main()
246 outfile << "<html>\n" in cpp_main()
255 outfile << "</body>\n" in cpp_main()