Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt38 ARG_NO_COLOR, in Test copying private annotations from one of the stubs()
106 ARG_NO_COLOR, in Test rewriting the bytecode for one of the public annotations()
143 ARG_NO_COLOR, in Test rewriting the bytecode for one of the public annotations in a jar file()
DOptionsTest.kt360 val args = listOf(ARG_NO_COLOR, "--blah-blah-blah") in Test invalid arguments()
383 val args = listOf(ARG_NO_COLOR, "--help") in Test help()
DDriverTest.kt986 ARG_NO_COLOR, in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt106 const val ARG_NO_COLOR = "--no-color" in <lambda>() constant
584 if (args.contains(ARG_NO_COLOR)) { in <lambda>()
987 ARG_NO_COLOR -> color = false in <lambda>()
1880 ARG_NO_COLOR, "Do not attempt to colorize the output", in <lambda>()