Searched refs:hasErrors (Results 1 – 4 of 4) sorted by relevance
97 private var hasErrors = false variable in com.android.tools.metalava.Reporter314 hasErrors = true in doReport()423 fun hasErrors(): Boolean = hasErrors in hasErrors() method427 if (hasErrors()) { in hasErrors()
85 public boolean hasErrors() { in hasErrors() method in ParallelDeviceExecutor
91 assertTrue(mExecutor.hasErrors()); in testExecution_errors()
256 if (executor.hasErrors()) { in doSetup()