Home
last modified time | relevance | path

Searched defs:commandDescription (Results 1 – 2 of 2) sorted by relevance

/external/jcommander/src/main/java/com/beust/jcommander/
DParameters.java59 String commandDescription() default ""; in commandDescription() method
/external/smali/util/src/main/java/org/jf/util/jcommander/
DHelpFormatter.java185 String commandDescription = ExtendedCommands.getCommandDescription(leafJc); in format() local