Home
last modified time | relevance | path

Searched refs:PROGRAM_NAME (Results 1 – 6 of 6) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt60 const val PROGRAM_NAME = "metalava" in <lambda>() constant
61 const val HELP_PROLOGUE = "$PROGRAM_NAME extracts metadata from source code to generate artifacts s… in <lambda>()
97 progress("$PROGRAM_NAME started\n") in run()
123 …stderr.println("$PROGRAM_NAME detected access to files that are not explicitly specified. See ${op… in run()
149 stdout.println("$PROGRAM_NAME wrote updated baseline to ${baseline.updateFile}") in run()
174 progress("$PROGRAM_NAME exiting with exit code $exitCode\n") in exit()
217 writer.println("Error: $PROGRAM_NAME detected the following problems:") in repeatErrors()
256 progress("$PROGRAM_NAME analyzed API in ${stopwatch.elapsed(SECONDS)} seconds\n") in processFlags()
414 …progress("$PROGRAM_NAME finished handling $packageCount packages in ${stopwatch.elapsed(SECONDS)} … in processFlags()
625 …progress("$PROGRAM_NAME ran api-lint in ${localTimer.elapsed(SECONDS)} seconds with ${apiLintRepor… in loadFromSources()
[all …]
DCommandArgsPreprocessor.kt149 val file = "$PROGRAM_NAME-rerun-${timestamp}_$uniqueInt" // no extension in createRerunScriptBaseFilename()
167 stdout.println("$PROGRAM_NAME unable to get my jar file path.") in generateRerunScript()
178 |# Auto-generated $PROGRAM_NAME rerun script in generateRerunScript()
DDocAnalyzer.kt751 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
762 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
802 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
860 val client = object : LintCliClient(PROGRAM_NAME) { in getApiLookup()
868 return Files.createTempDirectory(PROGRAM_NAME).toFile() in getApiLookup()
871 val sb = StringBuilder(PROGRAM_NAME) in getApiLookup()
DOptions.kt745 throw DriverException(stdout = "$PROGRAM_NAME version: ${Version.VERSION}") in <lambda>()
1938 out.println("Usage: $PROGRAM_NAME <flags>") in <lambda>()
1944 ARG_VERSION, "Show the version of $PROGRAM_NAME.", in <lambda>()
2167 …"if $PROGRAM_NAME runs multiple times on the same source tree with different flags at different " + in <lambda>()
2171 … "baselines. This flag allows you to tell $PROGRAM_NAME to continue without errors, such that " + in <lambda>()
2176 …"$ARG_ERROR_MESSAGE_API_LINT <message>", "If set, $PROGRAM_NAME shows it when errors are detected … in <lambda>()
2178 "If set, $PROGRAM_NAME shows it " + in <lambda>()
2253 "Otherwise, $PROGRAM_NAME adds in source roots implied by the source files", in <lambda>()
2257 … "$PROGRAM_NAME still tracks reads on directories that are not specified in the command line, " + in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt31 $PROGRAM_NAME extracts metadata from source code to generate artifacts such as the signature files,…
DDriverTest.kt1411 error("Did not find kotlin-stdlib-jre8 in $PROGRAM_NAME classpath: $classPath") in findKotlinStdlibPathArgs()