Home
last modified time | relevance | path

Searched defs:postfixDescription (Results 1 – 3 of 3) sorted by relevance

/external/google-smali/util/src/main/java/com/android/tools/smali/util/jcommander/
DExtendedCommands.java86 public static String postfixDescription(JCommander jc) { in postfixDescription() method in ExtendedCommands
91 public static String postfixDescription(Object command) { in postfixDescription() method in ExtendedCommands
DExtendedParameters.java41 String postfixDescription() default ""; in postfixDescription() method
DHelpFormatter.java302 String postfixDescription = getPostfixDescription(leafJc); in format() local