Home
last modified time | relevance | path

Searched refs:sub_command (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp108 std::string sub_command; in DoExecute() local
110 sub_command = std::string(entry.ref()); in DoExecute()
121 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
148 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
155 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
DCommandObjectMultiword.cpp95 auto sub_command = args[0].ref(); in Execute() local
96 if (sub_command.empty()) { in Execute()
101 if (sub_command.equals_lower("help")) { in Execute()
114 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
135 error_msg.append(std::string(sub_command)); in Execute()
DCommandObjectCommands.cpp537 auto sub_command = args[0].ref(); in HandleAliasingNormalCommand() local
538 assert(!sub_command.empty()); in HandleAliasingNormalCommand()
539 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
/external/rust/crates/structopt/examples/
Ddoc_comments.rs52 sub_command: SubCommand, field
/external/kernel-headers/original/uapi/linux/
Disst_if.h116 __u16 sub_command; member
Dethtool.h1380 __u32 sub_command; member
/external/ethtool/
Dethtool-copy.h1284 __u32 sub_command; member
Dethtool.c5560 per_queue_opt->sub_command = ETHTOOL_GCOALESCE; in get_per_queue_coalesce()
5615 per_queue_opt->sub_command = ETHTOOL_SCOALESCE; in set_per_queue_coalesce()
/external/libavc/decoder/
Dih264d_api.c547 UWORD32 sub_command; in api_check_struct_sanity() local
551 sub_command = *pu4_ptr_cmd; in api_check_struct_sanity()
553 switch(sub_command) in api_check_struct_sanity()
/external/libhevc/decoder/
Dihevcd_api.c481 UWORD32 sub_command; in api_check_struct_sanity() local
485 sub_command = *pu4_ptr_cmd; in api_check_struct_sanity()
487 switch(sub_command) in api_check_struct_sanity()
/external/libavc/encoder/
Dih264e_api.c953 WORD32 sub_command = pu4_ptr_cmd[2]; in api_check_struct_sanity() local
955 switch (sub_command) in api_check_struct_sanity()