Searched refs:PROGRAM_NAME (Results 1 – 8 of 8) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Driver.kt | 67 const val PROGRAM_NAME = "metalava" in <lambda>() constant 68 const val HELP_PROLOGUE = "$PROGRAM_NAME extracts metadata from source code to generate artifacts s… in <lambda>() 104 progress("$PROGRAM_NAME started\n") in run() 131 …stderr.println("$PROGRAM_NAME detected access to files that are not explicitly specified. See ${op… in run() 157 stdout.println("$PROGRAM_NAME wrote updated baseline to ${baseline.updateFile}") in run() 182 progress("$PROGRAM_NAME exiting with exit code $exitCode\n") in exit() 225 writer.println("Error: $PROGRAM_NAME detected the following problems:") in repeatErrors() 264 progress("$PROGRAM_NAME analyzed API in ${stopwatch.elapsed(SECONDS)} seconds\n") in processFlags() 448 …progress("$PROGRAM_NAME finished handling $packageCount packages in ${stopwatch.elapsed(SECONDS)} … in processFlags() 856 …progress("$PROGRAM_NAME ran api-lint in ${localTimer.elapsed(SECONDS)} seconds with ${apiLintRepor… in loadFromSources() [all …]
|
D | Options.kt | 806 throw DriverException(stdout = "$PROGRAM_NAME version: ${Version.VERSION}") in <lambda>() 2237 out.println("Usage: $PROGRAM_NAME <flags>") in <lambda>() 2243 ARG_VERSION, "Show the version of $PROGRAM_NAME.", in <lambda>() 2248 … ARG_NO_DOCS, "Cancel any other documentation flags supplied to $PROGRAM_NAME. This is here " + in <lambda>() 2397 … "the given signature file. $PROGRAM_NAME will inject an @artifactId <id> tag into every top " + in <lambda>() 2443 …"if $PROGRAM_NAME runs multiple times on the same source tree with different flags at different " + in <lambda>() 2446 … "baselines. This flag allows you to tell $PROGRAM_NAME to continue without errors, such that " + in <lambda>() 2450 …"$ARG_ERROR_MESSAGE_API_LINT <message>", "If set, $PROGRAM_NAME shows it when errors are detected … in <lambda>() 2451 … "$ARG_ERROR_MESSAGE_CHECK_COMPATIBILITY_RELEASED <message>", "If set, $PROGRAM_NAME shows it " + in <lambda>() 2453 … "$ARG_ERROR_MESSAGE_CHECK_COMPATIBILITY_CURRENT <message>", "If set, $PROGRAM_NAME shows it " + in <lambda>() [all …]
|
D | CommandArgsPreprocessor.kt | 156 val file = "$PROGRAM_NAME-rerun-${timestamp}_$uniqueInt" // no extension in createRerunScriptBaseFilename() 174 stdout.println("$PROGRAM_NAME unable to get my jar file path.") in generateRerunScript() 184 |# Auto-generated $PROGRAM_NAME rerun script in generateRerunScript()
|
D | DocAnalyzer.kt | 692 val sb = StringBuilder(PROGRAM_NAME) in <lambda>() 786 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>() 818 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
|
D | AnnotationStatistics.kt | 295 progress("$PROGRAM_NAME wrote class annotation coverage report to $reportFile") in <lambda>() 331 progress("$PROGRAM_NAME wrote member annotation coverage report to $reportFile") in <lambda>()
|
D | RewriteAnnotations.kt | 202 val temp = File(file.path + ".temp-$PROGRAM_NAME") in <lambda>()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | OptionsTest.kt | 31 $PROGRAM_NAME extracts metadata from source code to generate artifacts such as the signature files,…
|
D | DriverTest.kt | 203 error("Did not find kotlin-stdlib-jre8 in $PROGRAM_NAME classpath: $classPath") in <lambda>()
|