Home
last modified time | relevance | path

Searched refs:MetalavaCommand (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/common/
DMetalavaCommandTest.kt48 MetalavaCommand( in Test error handling when invalid command line()
97 MetalavaCommand( in Test error handling when invalid option in an argument file()
129 MetalavaCommand( in Test print stack trace()
DBaseOptionGroupTest.kt54 val rootCommand = MetalavaCommand(executionEnvironment, null, ProgressTracker()) in createOptions()
DBaseCommandTest.kt225 MetalavaCommand( in runCommand()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DMetalavaCommand.kt43 internal open class MetalavaCommand( class
305 get() = if (this is MetalavaCommand) this else currentContext.findObject()!!
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt27 import com.android.tools.metalava.cli.common.MetalavaCommand in <lambda>()
833 ): MetalavaCommand { in createMetalavaCommand()
835 MetalavaCommand( in createMetalavaCommand()