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.kt72 const val PROGRAM_NAME = "metalava" in <lambda>() constant
73 const val HELP_PROLOGUE = "$PROGRAM_NAME extracts metadata from source code to generate artifacts s… in <lambda>()
103 stdout.println("---Running $PROGRAM_NAME----") in run()
132 … stdout.println("---Modified $PROGRAM_NAME arguments from environment variables ----") in run()
173 … stdout.println("$PROGRAM_NAME wrote updated baseline to ${options.baseline?.updateFile}")
199 options.stdout.println("$PROGRAM_NAME exiting with exit code $exitCode") in exit()
229 …options.stdout.println("\n$PROGRAM_NAME analyzed API in ${stopwatch.elapsed(TimeUnit.SECONDS)} sec… in processFlags()
452 … options.stdout.println("\n$PROGRAM_NAME finished handling $packageCount packages in $stopwatch") in processFlags()
834 progress("\n$PROGRAM_NAME ran api-lint in ${localTimer.elapsed(SECONDS)} seconds") in loadFromSources()
981 options.stdout.print("\n$PROGRAM_NAME extracted annotations into $file in $localTimer") in extractAnnotations()
[all …]
DOptions.kt630 throw DriverException(stdout = "$PROGRAM_NAME version: ${Version.VERSION}") in <lambda>()
1870 out.println("Usage: $PROGRAM_NAME <flags>") in <lambda>()
1876 ARG_VERSION, "Show the version of $PROGRAM_NAME.", in <lambda>()
1881 … ARG_NO_DOCS, "Cancel any other documentation flags supplied to $PROGRAM_NAME. This is here " + in <lambda>()
2005 … "the given signature file. $PROGRAM_NAME will inject an @artifactId <id> tag into every top " + in <lambda>()
2038 …"if $PROGRAM_NAME runs multiple times on the same source tree with different flags at different " + in <lambda>()
2041 … "baselines. This flag allows you to tell $PROGRAM_NAME to continue without errors, such that " + in <lambda>()
2060 … ARG_ANNOTATION_COVERAGE_STATS, "Whether $PROGRAM_NAME should emit coverage statistics for " + in <lambda>()
2080 … "generated stub sources; <dir> is typically $PROGRAM_NAME/stub-annotations/src/main/java/.", in <lambda>()
DDocAnalyzer.kt649 val sb = StringBuilder(PROGRAM_NAME) in <lambda>()
743 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
775 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
DAnnotationStatistics.kt296 progress("\n$PROGRAM_NAME wrote class annotation coverage report to $reportFile") in <lambda>()
332 progress("\n$PROGRAM_NAME wrote member annotation coverage report to $reportFile") in <lambda>()
DRewriteAnnotations.kt202 val temp = File(file.path + ".temp-$PROGRAM_NAME") in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt27 $PROGRAM_NAME extracts metadata from source code to generate artifacts such as the signature
32 Usage: $PROGRAM_NAME <flags>
DDriverTest.kt176 error("Did not find kotlin-stdlib-jre8 in $PROGRAM_NAME classpath: $classPath") in <lambda>()