Home | History | Annotate | Download | only in tools

Lines Matching full:error_count

560     self.error_count = 0    # global count of reported errors
623 self.error_count = 0
628 self.error_count += 1
641 sys.stderr.write('Total errors found: %d\n' % self.error_count)
3918 old_errors = _cpplint_state.error_count
3972 if not _cpplint_state.quiet or old_errors != _cpplint_state.error_count:
4087 if not _cpplint_state.quiet or _cpplint_state.error_count > 0:
4091 sys.exit(_cpplint_state.error_count > 0)