HomeSort by relevance Sort by last modified time
    Searched refs:HelpCommand (Results 1 - 13 of 13) sorted by null

  /system/extras/simpleperf/
cmd_help.cpp 25 class HelpCommand : public Command {
27 HelpCommand()
43 bool HelpCommand::Run(const std::vector<std::string>& args) {
61 void HelpCommand::PrintShortHelp() {
80 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) {
86 [] { return std::unique_ptr<Command>(new HelpCommand); });
  /frameworks/native/cmds/lshal/
HelpCommand.cpp 17 #include "HelpCommand.h"
24 std::string HelpCommand::GetName() {
28 std::string HelpCommand::getSimpleDescription() const {
32 Status HelpCommand::main(const Arg &arg) {
42 Status HelpCommand::usageOfCommand(const std::string& c) const {
49 // from HelpCommand::main, `lshal help unknown`
59 void HelpCommand::usage() const {
HelpCommand.h 32 class HelpCommand : public Command {
34 HelpCommand(Lshal &lshal) : Command(lshal) {}
35 ~HelpCommand() = default;
Lshal.cpp 51 mRegisteredCommands.push_back({std::make_unique<HelpCommand>(*this)});
226 auto&& help = selectCommand(HelpCommand::GetName());
227 return static_cast<HelpCommand*>(help)->usageOfCommand(mCommand);
  /external/smali/smali/src/main/java/org/jf/smali/
HelpCommand.java 47 public class HelpCommand extends Command {
53 public HelpCommand(@Nonnull List<JCommander> commandAncestors) {
87 public static class HlepCommand extends HelpCommand {
Main.java 37 import org.jf.smali.HelpCommand.HlepCommand;
84 ExtendedCommands.addExtendedCommand(jc, new HelpCommand(commandHierarchy));
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
HelpCommand.java 49 public class HelpCommand extends Command {
51 public HelpCommand(@Nonnull List<JCommander> commandAncestors) {
199 public static class HlepCommand extends HelpCommand {
Main.java 37 import org.jf.baksmali.HelpCommand.HlepCommand;
86 ExtendedCommands.addExtendedCommand(jc, new HelpCommand(commandHierarchy));
  /external/toolchain-utils/automation/clients/report/dejagnu/
main.py 114 def HelpCommand(argv):
130 cmd_map.get(cmd_name, HelpCommand)(argv)
  /external/vixl/src/aarch64/
debugger-aarch64.cc 36 C(HelpCommand) \
292 class HelpCommand : public DebugCommand {
294 explicit HelpCommand(Token* name) : DebugCommand(name) {}
453 const char* HelpCommand::kAliases[] = {"help", NULL};
454 const char* HelpCommand::kArguments = NULL;
455 const char* HelpCommand::kHelp = " Print this help.";
1162 bool HelpCommand::Run(Debugger* debugger) {
    [all...]
  /system/libufdt/utils/src/
mkdtboimg.py 843 HelpCommand = namedtuple('HelpCommand', 'help_cmd, help_func')
844 help_commands = (HelpCommand('dump', print_dump_usage),
845 HelpCommand('create', print_create_usage),
846 HelpCommand('cfg_create', print_cfg_create_usage),
    [all...]
  /external/ImageMagick/MagickCore/
animate.c 227 HelpCommand,
596 case HelpCommand:
    [all...]
display.c     [all...]

Completed in 6243 milliseconds