Home
last modified time | relevance | path

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

/external/smali/util/src/main/java/org/jf/util/jcommander/
DExtendedCommands.java143 public static String getCommandDescription(@Nonnull JCommander jc) { in getCommandDescription() method in ExtendedCommands
/external/google-smali/util/src/main/java/com/android/tools/smali/util/jcommander/
DExtendedCommands.java142 public static String getCommandDescription(@Nonnull JCommander jc) { in getCommandDescription() method in ExtendedCommands
/external/jcommander/src/main/java/com/beust/jcommander/
DJCommander.java974 public String getCommandDescription(String commandName) { in getCommandDescription() method in JCommander