Home
last modified time | relevance | path

Searched refs:error_limit (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp136 int16_t error_limit = m_Config.options().maxErrorNum(); in handleDiagnostic() local
137 if ((error_limit != -1) && in handleDiagnostic()
138 (getNumErrors() > static_cast<unsigned>(error_limit))) { in handleDiagnostic()
141 m_OStream << "too many error messages (>" << error_limit << ")...\n"; in handleDiagnostic()
/aosp12/build/make/tools/releasetools/
H A Dcheck_partition_sizes.py223 error_limit = Expression(
234 warn_limit, error_limit)