Searched refs:sub_command (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectSyntax.cpp70 std::string sub_command = command.GetArgumentAtIndex (i); local
75 cmd_obj = cmd_obj->GetSubcommandObject(sub_command.c_str());
H A DCommandObjectLog.cpp415 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)
H A DCommandObjectMultiword.cpp122 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);
H A DCommandObjectHelp.cpp95 // 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);
H A DCommandObjectCommands.cpp693 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());
/external/libhevc/decoder/
H A Dihevcd_api.c991 UWORD32 sub_command; local
995 sub_command = *pu4_ptr_cmd;
997 switch(sub_command)

Completed in 270 milliseconds