Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dreflection.cc353 size_t error_count = 0; in CheckMethodArguments() local
368 ++error_count; in CheckMethodArguments()
379 ++error_count; in CheckMethodArguments()
389 ++error_count; in CheckMethodArguments()
395 ++error_count; in CheckMethodArguments()
401 ++error_count; in CheckMethodArguments()
407 ++error_count; in CheckMethodArguments()
412 if (UNLIKELY(error_count > 0)) { in CheckMethodArguments()
/art/tools/
Dcpplint.py556 self.error_count = 0 # global count of reported errors
608 self.error_count = 0
613 self.error_count += 1
626 sys.stderr.write('Total errors found: %d\n' % self.error_count)
4042 sys.exit(_cpplint_state.error_count > 0)
/art/runtime/verifier/
Dmethod_verifier.cc193 size_t error_count = 0; in VerifyClass() local
229 if (error_count > 0) { in VerifyClass()
237 ++error_count; in VerifyClass()
272 if (error_count > 0) { in VerifyClass()
280 ++error_count; in VerifyClass()
284 if (error_count == 0) { in VerifyClass()