Home
last modified time | relevance | path

Searched refs:repeatErrorsMax (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DReporterTest.kt108 repeatErrorsMax = 5, in Test repeat errors with 1 error()
143 repeatErrorsMax = 5, in Test repeat errors with 5 errors()
184 repeatErrorsMax = 5, in Test repeat errors with 6 errors()
DDriverTest.kt430 repeatErrorsMax: Int = 0 in <lambda>()
1077 val repeatErrorsMaxArgs = if (repeatErrorsMax > 0) { in <lambda>()
1078 arrayOf(ARG_REPEAT_ERRORS_MAX, repeatErrorsMax.toString()) in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt123 if (options.repeatErrorsMax > 0) { in run()
124 repeatErrors(stderr, options.allReporters, options.repeatErrorsMax) in run()
DOptions.kt724 var repeatErrorsMax = 0 in <lambda>() variable in com.android.tools.metalava.Options
1390 repeatErrorsMax = Integer.parseInt(getValue(args, ++index)) in <lambda>()