Lines Matching full:indent
176 def __init__(self, indent, status, subdir, testname, reason,
181 self.indent = indent
186 super(status_line, self).__init__(indent, status, subdir,
244 def make_dummy_abort(indent, subdir, testname, timestamp, reason):
248 @param indent: The number of indentation levels for the string.
257 indent = '\t' * indent
268 msg = indent + 'END ABORT\t%s\t%s%s\t%s'
274 line_buffer, line, indent, subdir, timestamp, reason):
280 @param indent: The number of indentation levels.
286 tko_utils.dprint('Unexpected indent regression, aborting')
289 indent, subdir, subdir, timestamp, reason)
362 if line.indent < expected_indent:
368 elif line.indent > expected_indent:
369 # Ignore the log if the indent was unexpectedly high.