Lines Matching refs:results
6 """Results object and results formatters for checkdeps tool."""
24 """Results object for a dependee file."""
45 """Base class for results formatters."""
48 """Add a formatted result to |self.results| for |dependee_status|,
55 """Returns the results. May be overridden e.g. to process the
56 results that have been accumulated.
61 """Prints the results to stdout."""
66 """A results formatting object that produces the classical,
71 self.results = []
79 self.results.append('\n'.join(lines))
92 return self.results
95 for result in self.results:
97 if self.results:
102 """A results formatter that produces a single line per nonconforming
123 """A results formatter that produces a number, the count of #include