Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dparser.go27 const maxErrors = 100 const
113 if len(p.errors) >= maxErrors {
/build/blueprint/parser/
Dparser.go29 const maxErrors = 1 const
133 if len(p.errors) >= maxErrors {
/build/blueprint/
Dcontext.go43 const maxErrors = 10 const
686 if atomic.LoadUint32(&numErrs) > maxErrors {
884 if len(errs) > maxErrors {
2564 if len(errs) > maxErrors {
2575 if len(errs) > maxErrors {