Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt61 const val PROGRAM_NAME = "metalava" in <lambda>() constant
62 const val HELP_PROLOGUE = "$PROGRAM_NAME extracts metadata from source code to generate artifacts s… in <lambda>()
98 progress("$PROGRAM_NAME started\n") in run()
124 …stderr.println("$PROGRAM_NAME detected access to files that are not explicitly specified. See ${op… in run()
150 stdout.println("$PROGRAM_NAME wrote updated baseline to ${baseline.updateFile}") in run()
175 progress("$PROGRAM_NAME exiting with exit code $exitCode\n") in exit()
218 writer.println("Error: $PROGRAM_NAME detected the following problems:") in repeatErrors()
259 progress("$PROGRAM_NAME analyzed API in ${stopwatch.elapsed(SECONDS)} seconds\n") in processFlags()
422 …progress("$PROGRAM_NAME finished handling $packageCount packages in ${stopwatch.elapsed(SECONDS)} … in processFlags()
661 …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()
DOptions.kt747 throw DriverException(stdout = "$PROGRAM_NAME version: ${Version.VERSION}") in <lambda>()
1978 out.println("Usage: $PROGRAM_NAME <flags>") in <lambda>()
1984 ARG_VERSION, "Show the version of $PROGRAM_NAME.", in <lambda>()
2211 …"if $PROGRAM_NAME runs multiple times on the same source tree with different flags at different " + in <lambda>()
2215 … "baselines. This flag allows you to tell $PROGRAM_NAME to continue without errors, such that " + in <lambda>()
2220 …"$ARG_ERROR_MESSAGE_API_LINT <message>", "If set, $PROGRAM_NAME shows it when errors are detected … in <lambda>()
2222 "If set, $PROGRAM_NAME shows it " + in <lambda>()
2240 … "generated stub sources; <dir> is typically $PROGRAM_NAME/stub-annotations/src/main/java/.", in <lambda>()
2276 "Otherwise, $PROGRAM_NAME adds in source roots implied by the source files", in <lambda>()
2280 … "$PROGRAM_NAME still tracks reads on directories that are not specified in the command line, " + in <lambda>()
DDocAnalyzer.kt728 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
761 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
819 val client = object : LintCliClient(PROGRAM_NAME) { in getApiLookup()
827 return Files.createTempDirectory(PROGRAM_NAME).toFile() in getApiLookup()
830 val sb = StringBuilder(PROGRAM_NAME) in getApiLookup()
DRewriteAnnotations.kt203 val temp = File(file.path + ".temp-$PROGRAM_NAME") 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.kt1399 error("Did not find kotlin-stdlib-jre8 in $PROGRAM_NAME classpath: $classPath") in findKotlinStdlibPathArgs()