Searched refs:m_aOut (Results 1 – 4 of 4) sorted by relevance
32 FileWriter m_aOut; field in HTMLOutputter98 m_aOut.write( "<TR>"); in indexSection()104 m_aOut.flush(); in indexSection()188 m_aOut.write( "<TR>"); in indexLine()203 m_aOut.flush(); in indexLine()216 m_aOut.flush(); in close()217 m_aOut.close(); in close()255 m_aOut.write( "</p>"); in checkSection()260 m_aOut.write( "</p>"); in checkSection()276 m_aOut.flush(); in checkSection()[all …]
31 FileWriter m_aOut; field in INIOutputter71 m_aOut.write("; " + ls); in createHeader()75 m_aOut.write("; " + ls); in createHeader()76 m_aOut.write("; " + ls); in createHeader()88 m_aOut.flush(); in writeSection()100 m_aOut.flush(); in writeValue()116 m_aOut.flush(); in close()117 m_aOut.close(); in close()159 m_aOut.flush(); in checkLine()175 m_aOut.write("result=NO" + ls); in writeResult()[all …]
31 FileWriter m_aOut; field in LISTOutputter49 a.m_aOut = new FileWriter(outputFile.toString()); in create()68 m_aOut.write("# This file is automatically created by a convwatch run" + ls); in createHeader()69 m_aOut.write("# " + ls); in createHeader()80 m_aOut.write(_sValue + ls); in writeValue()81 m_aOut.flush(); in writeValue()92 m_aOut.flush(); in close()93 m_aOut.close(); in close()
33 private FileWriter m_aOut; field in HTMLResult51 m_aOut = new FileWriter(outputFile.toString()); in HTMLResult()71 m_aOut.write( _sStr ); in writeln()72 m_aOut.write ( ls ); in writeln()82 m_aOut.flush(); in flush()190 m_aOut.close(); in close()
Completed in 24 milliseconds