Home
last modified time | relevance | path

Searched defs:command_name (Results 1 – 17 of 17) sorted by relevance

/external/autotest/server/hosts/
Drpc_server_tracker.py46 def _setup_port(self, port, command_name, remote_pid=None): argument
91 def _setup_rpc(self, port, command_name, remote_pid=None): argument
116 def xmlrpc_connect(self, command, port, command_name=None, argument
/external/llvm-project/lldb/examples/python/
Dlldb_module_utils.py12 command_name = "dump-line-tables" variable in DumpLineTables
97 command_name = "dump-files" variable in DumpFiles
Dcrashlog.py1045 command_name, argument
/external/llvm-project/lldb/source/Target/
DStructuredDataPlugin.cpp56 auto command_name = "structured-data"; in InitializeBasePluginForDebugger() local
/external/rust/crates/clap/src/completions/
Dpowershell.rs80 let command_name = if previous_command_name.is_empty() { in generate_inner() localVariable
Delvish.rs73 let command_name = if previous_command_name.is_empty() { in generate_inner() localVariable
/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp99 auto command_name = command[0].ref(); in DoExecute() local
DCommandObjectMultiword.cpp239 const char *command_name = pos->first.c_str(); in AproposAllSubCommands() local
DCommandObjectCommands.cpp642 auto command_name = args[0].ref(); in DoExecute() local
736 auto command_name = args[0].ref(); in DoExecute() local
/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp143 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName(); in GetAliasExpansion() local
DCommandInterpreter.cpp1758 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand() local
2679 llvm::StringRef command_name = pos->first; in FindCommandsForApropos() local
/external/iw/
Dutil.c267 const char *command_name(enum nl80211_commands cmd) in command_name() function
/external/angle/scripts/
Dgenerate_entry_points.py2251 def is_get_pointer_command(command_name): argument
2255 def format_capture_replay_param_access(api, command_name, param_text_list, cmd_packed_gl_enums, argument
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp565 const char *command_name, lldb::CommandOverrideCallback callback, in SetCommandOverrideCallback()
/external/kmod/libkmod/
Dlibkmod-config.c116 const char *command_name, in kmod_config_add_command()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp734 const char *command_name = GetCommandAsCString(command); in DumpPacket() local
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1382 auto command_name = "darwin-log"; in DebuggerInitialize() local