Lines Matching refs:write
171 output.write("WARNING: Blank line(s) in comments\n")
176 output.write("These IDs appear more than once in your "
179 output.write(" %s\n" % err)
183 output.write("These bugs are missing a single space following "
186 output.write(" %s\n" % com)
190 output.write("NOTE: Change-Id present in comment\n")
194 output.write("These comments are not valid bugs:\n")
196 output.write(" %s\n" % com)
200 output.write("These bugs were not found in the databases:\n")
202 output.write(" %s\n" % id)
206 output.write("These bug synopses don't match "
209 output.write("Synopsis of %s is wrong:\n" % err[0])
210 output.write(" should be: '%s'\n" % err[1])
211 output.write(" is: '%s'\n" % err[2])
215 output.write("Spellcheck:\n")
217 output.write('{}\n'.format(err))