Home
last modified time | relevance | path

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

/external/smali/util/src/main/java/org/jf/util/jcommander/
DExtendedCommands.java87 public static String postfixDescription(JCommander jc) { in postfixDescription() method in ExtendedCommands
88 return postfixDescription(jc.getObjects().get(0)); in postfixDescription()
92 public static String postfixDescription(Object command) { in postfixDescription() method in ExtendedCommands
93 return getExtendedParameters(command).postfixDescription(); in postfixDescription()
DHelpFormatter.java83 return getExtendedParameters(jc).postfixDescription(); in getPostfixDescription()
303 String postfixDescription = getPostfixDescription(leafJc); in format() local
304 if (!postfixDescription.isEmpty()) { in format()
306 writer.write(postfixDescription); in format()
DExtendedParameters.java42 String postfixDescription() default ""; in postfixDescription() method
/external/smali/smali/src/main/java/org/jf/smali/
DMain.java50postfixDescription = "See smali help <command> for more information about a specific command")
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DMain.java50postfixDescription = "See baksmali help <command> for more information about a specific command")