Searched refs:hasErrors (Results 1 – 2 of 2) sorted by relevance
98 fun hasErrors(): Boolean = errors.size > 0 in hasErrors() method in com.android.tools.metalava.Reporter416 if (hasErrors()) { in writeErrorMessage()
117 if (options.allReporters.any { it.hasErrors() } && !options.passBaselineUpdates) { in run()