Lines Matching refs:write

70                 m_aOut.write("; This file is automatically created by a convwatch run" + ls);  in createHeader()
71 m_aOut.write("; " + ls); in createHeader()
72 …m_aOut.write("; If you see this file in a browser you may have forgotten to set the follows in the… in createHeader()
73 …m_aOut.write("; " + PropertyName.DOC_COMPARATOR_HTML_OUTPUT_PREFIX + "=http://lla-1.germany/gfxcmp… in createHeader()
74 m_aOut.write("; Please check the documentation if you got confused." + ls); in createHeader()
75 m_aOut.write("; " + ls); in createHeader()
76 m_aOut.write("; " + ls); in createHeader()
87 m_aOut.write("[" + _sSectionName + "]" + ls); in writeSection()
99 m_aOut.write(_sName + "=" + _sValue + ls); in writeValue()
128 m_aOut.write( "oldgfx=" + _aStatus.m_sOldGfx + ls); in checkLine()
129 m_aOut.write( "newgfx=" + _aStatus.m_sNewGfx + ls); in checkLine()
130 m_aOut.write( "diffgfx=" + _aStatus.m_sDiffGfx + ls); in checkLine()
137 m_aOut.write("percent=" + sPercent + ls); in checkLine()
141 m_aOut.write("BM=false" + ls); in checkLine()
145 m_aOut.write("BM=true" + ls); in checkLine()
146 m_aOut.write( "old_BM_gfx=" + _aStatus.m_sOld_BM_Gfx + ls); in checkLine()
147 m_aOut.write( "new_BM_gfx=" + _aStatus.m_sNew_BM_Gfx + ls); in checkLine()
148 m_aOut.write( "diff_BM_gfx=" + _aStatus.m_sDiff_BM_Gfx + ls); in checkLine()
155 m_aOut.write("percent2=" + sPercent2 + ls); in checkLine()
171 m_aOut.write("result=YES" + ls); in writeResult()
175 m_aOut.write("result=NO" + ls); in writeResult()
183 m_aOut.write( "oldgfx=" + _aStatus.m_sOldGfx + ls); in checkDiffDiffLine()
184 m_aOut.write( "newgfx=" + _aStatus.m_sNewGfx + ls); in checkDiffDiffLine()
185 m_aOut.write( "diffgfx=" + _aStatus.m_sDiffGfx + ls); in checkDiffDiffLine()
192 m_aOut.write("percent=" + sPercent + ls); in checkDiffDiffLine()