Home
last modified time | relevance | path

Searched refs:m_aOut (Results 1 – 4 of 4) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DHTMLOutputter.java32 FileWriter m_aOut; field in HTMLOutputter
98 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 …]
H A DINIOutputter.java31 FileWriter m_aOut; field in INIOutputter
71 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 …]
H A DLISTOutputter.java31 FileWriter m_aOut; field in LISTOutputter
49 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DHTMLResult.java33 private FileWriter m_aOut; field in HTMLResult
51 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 36 milliseconds