OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_limit
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp
136
int16_t
error_limit
= m_Config.options().maxErrorNum();
local
137
if ((
error_limit
!= -1) &&
138
(getNumErrors() > static_cast<unsigned>(
error_limit
))) {
141
m_OStream << "too many error messages (>" <<
error_limit
<< ")...\n";
local
/external/jpeg/
jquant2.c
968
int *
error_limit
= cquantize->
error_limit
er;
local
[
all
...]
Completed in 208 milliseconds