Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DCommandArgsPreprocessor.kt131 val file = "$PROGRAM_NAME-rerun-${timestamp}_$uniqueInt" // no extension in createRerunScriptBaseFilename()
147 stdout.println("$PROGRAM_NAME unable to get my jar file path.") in generateRerunScript()
158 |# Auto-generated $PROGRAM_NAME rerun script in generateRerunScript()
DDriver.kt67 const val PROGRAM_NAME = "metalava" in <lambda>() constant
100 progressTracker.progress("$PROGRAM_NAME started\n") in run()
116 progressTracker.progress("$PROGRAM_NAME exiting with exit code $exitCode\n") in run()
210 "$PROGRAM_NAME analyzed API in ${stopwatch.elapsed(SECONDS)} seconds\n" in processFlags()
407 …"$PROGRAM_NAME finished handling $packageCount packages in ${stopwatch.elapsed(SECONDS)} seconds\n" in processFlags()
681 …"$PROGRAM_NAME ran api-lint in ${localTimer.elapsed(SECONDS)} seconds with ${apiLintReporter.getBa… in loadFromSources()
738 … "$PROGRAM_NAME extracted annotations into $file in ${localTimer.elapsed(SECONDS)} seconds\n" in extractAnnotations()
791 "$PROGRAM_NAME wrote ${if (docStubs) "documentation" else ""} stubs directory $stubDir in ${ in createStubFiles()
825 … "$PROGRAM_NAME wrote $description file $apiFile in ${localTimer.elapsed(SECONDS)} seconds\n" in createReportFile()
DMainCommand.kt161 "$PROGRAM_NAME wrote updated baseline to ${baseline.updateFile}" in <lambda>()
246 writer.println("Error: $PROGRAM_NAME detected the following problems:") in repeatErrors()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt24 import com.android.tools.metalava.PROGRAM_NAME in <lambda>()
795 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
807 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
841 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>()
924 object : LintCliClient(PROGRAM_NAME) { in getApiLookup()
932 return Files.createTempDirectory(PROGRAM_NAME).toFile() in getApiLookup()
935 val sb = StringBuilder(PROGRAM_NAME) in getApiLookup()