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

  /external/lldb/source/Commands/
CommandObjectSyntax.cpp 70 std::string sub_command = command.GetArgumentAtIndex (i); local
75 cmd_obj = cmd_obj->GetSubcommandObject(sub_command.c_str());
CommandObjectLog.cpp 415 const char *sub_command = args.GetArgumentAtIndex(0); local
417 if (strcasecmp(sub_command, "enable") == 0)
422 else if (strcasecmp(sub_command, "disable") == 0)
428 else if (strcasecmp(sub_command, "dump") == 0)
433 else if (strcasecmp(sub_command, "reset") == 0)
442 const char *sub_command = args.GetArgumentAtIndex(0); local
444 if (strcasecmp(sub_command, "enable") == 0)
456 if (strcasecmp(sub_command, "increment") == 0)
CommandObjectMultiword.cpp 122 const char *sub_command = args.GetArgumentAtIndex (0); local
124 if (sub_command)
126 if (::strcasecmp (sub_command, "help") == 0)
133 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches);
155 error_msg.append (sub_command);
CommandObjectHelp.cpp 95 // Loop down through sub_command dictionaries until we find the command object that corresponds
99 std::string sub_command = command.GetArgumentAtIndex(i); local
108 found_cmd = sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches);
CommandObjectCommands.cpp 693 const std::string sub_command = args.GetArgumentAtIndex(0); local
694 assert (sub_command.length() != 0);
695 subcommand_obj_sp = cmd_obj->GetSubcommandSP (sub_command.c_str());
700 args.Shift(); // Shift the sub_command word off the argument vector.
707 sub_command.c_str(), actual_command.c_str());
    [all...]
  /external/libhevc/decoder/
ihevcd_api.c 991 UWORD32 sub_command; local
    [all...]

Completed in 205 milliseconds