Searched refs:sub_command (Results 1 – 6 of 6) sorted by relevance
/external/lldb/source/Commands/ |
D | CommandObjectLog.cpp | 415 const char *sub_command = args.GetArgumentAtIndex(0); in DoExecute() local 417 if (strcasecmp(sub_command, "enable") == 0) in DoExecute() 422 else if (strcasecmp(sub_command, "disable") == 0) in DoExecute() 428 else if (strcasecmp(sub_command, "dump") == 0) in DoExecute() 433 else if (strcasecmp(sub_command, "reset") == 0) in DoExecute() 442 const char *sub_command = args.GetArgumentAtIndex(0); in DoExecute() local 444 if (strcasecmp(sub_command, "enable") == 0) in DoExecute() 456 if (strcasecmp(sub_command, "increment") == 0) in DoExecute()
|
D | CommandObjectMultiword.cpp | 122 const char *sub_command = args.GetArgumentAtIndex (0); in Execute() local 124 if (sub_command) in Execute() 126 if (::strcasecmp (sub_command, "help") == 0) in Execute() 133 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute() 155 error_msg.append (sub_command); in Execute()
|
D | CommandObjectSyntax.cpp | 70 std::string sub_command = command.GetArgumentAtIndex (i); in DoExecute() local 75 cmd_obj = cmd_obj->GetSubcommandObject(sub_command.c_str()); in DoExecute()
|
D | CommandObjectHelp.cpp | 99 std::string sub_command = command.GetArgumentAtIndex(i); in DoExecute() local 108 found_cmd = sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
|
D | CommandObjectCommands.cpp | 693 const std::string sub_command = args.GetArgumentAtIndex(0); in HandleAliasingNormalCommand() local 694 assert (sub_command.length() != 0); in HandleAliasingNormalCommand() 695 subcommand_obj_sp = cmd_obj->GetSubcommandSP (sub_command.c_str()); in HandleAliasingNormalCommand() 707 … sub_command.c_str(), actual_command.c_str()); in HandleAliasingNormalCommand()
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 991 UWORD32 sub_command; in api_check_struct_sanity() local 995 sub_command = *pu4_ptr_cmd; in api_check_struct_sanity() 997 switch(sub_command) in api_check_struct_sanity()
|