Home
last modified time | relevance | path

Searched refs:commandDescription (Results 1 – 25 of 27) sorted by relevance

12

/external/smali/util/src/main/java/org/jf/util/jcommander/
DHelpFormatter.java185 String commandDescription = ExtendedCommands.getCommandDescription(leafJc); in format() local
186 if (commandDescription != null) { in format()
188 writer.write(commandDescription); in format()
DExtendedCommands.java148 return parameters.commandDescription(); in getCommandDescription()
/external/jcommander/src/test/java/com/beust/jcommander/command/
DCommandAdd.java26 @Parameters(commandDescription = "Add file contents to the index")
DNamedCommandAdd.java8 @Parameters(commandNames = "add", commandDescription = "Add file contents to the index")
DCommandHidden.java8 @Parameters(commandNames = "add", commandDescription = "Hidden command to add file contents to the …
DCommandCommit.java26 @Parameters(separators = "=", commandDescription = "Record changes to the repository")
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DListStringsCommand.java42 @Parameters(commandDescription = "Lists the strings in a dex file's string table.")
DListMethodsCommand.java42 @Parameters(commandDescription = "Lists the methods in a dex file's method table.")
DListFieldsCommand.java42 @Parameters(commandDescription = "Lists the fields in a dex file's field table.")
DListTypesCommand.java42 @Parameters(commandDescription = "Lists the type ids in a dex file's type table.")
DListClassesCommand.java43 @Parameters(commandDescription = "Lists the classes in a dex file.")
DListHelpCommand.java44 @Parameters(commandDescription = "Shows usage information")
DDumpCommand.java47 @Parameters(commandDescription = "Prints an annotated hex dump for the given dex file")
DDeodexCommand.java50 @Parameters(commandDescription = "Deodexes an odex/oat file")
DListCommand.java45 @Parameters(commandDescription = "Lists various objects in a dex file.")
DListDexCommand.java51 @Parameters(commandDescription = "Lists the dex files in an apk/oat file.")
DListDependenciesCommand.java50 @Parameters(commandDescription = "Lists the stored dependencies in an odex/oat file.")
DListFieldOffsetsCommand.java48 @Parameters(commandDescription = "Lists the instance field offsets for classes in a dex file.")
DHelpCommand.java45 @Parameters(commandDescription = "Shows usage information")
DListVtablesCommand.java50 @Parameters(commandDescription = "Lists the virtual method tables for classes in a dex file.")
DDisassembleCommand.java53 @Parameters(commandDescription = "Disassembles a dex file.")
/external/jcommander/src/main/java/com/beust/jcommander/
DParameters.java59 String commandDescription() default ""; in commandDescription() method
/external/smali/smali/src/main/java/org/jf/smali/
DHelpCommand.java43 @Parameters(commandDescription = "Shows usage information")
DAssembleCommand.java46 @Parameters(commandDescription = "Assembles smali files into a dex file.")
/external/jcommander/src/test/java/com/beust/jcommander/
DJCommanderTest.java500 @Parameters(commandDescription = "Help for the given commands.")
807 @Parameters(separators = "=", commandDescription = "My command") in equalSeparator()
944 @Parameters(commandDescription = "command a") in usageCommandsUnderUsage()
949 @Parameters(commandDescription = "command b") in usageCommandsUnderUsage()
969 @Parameters(commandDescription = "command a") in usageWithEmpytLine()
974 @Parameters(commandDescription = "command b") in usageWithEmpytLine()

12