Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Drpc_server_tracker.py41 def _setup_port(self, port, command_name, remote_pid=None): argument
86 def _setup_rpc(self, port, command_name, remote_pid=None): argument
111 def xmlrpc_connect(self, command, port, command_name=None, argument
/external/autotest/utils/frozen_chromite/cli/
Dcommand.py90 def CommandDecorator(command_name): argument
/external/autotest/client/cros/bluetooth/
Dhcitool.py186 def check_command_supported(self, command_name): argument
/external/angle/scripts/
Dgenerate_entry_points.py2834 def is_get_pointer_command(command_name): argument
2842 def format_replay_params(api, command_name, param_text_list, packed_enums, resource_id_types): argument
/external/iw/
Dutil.c306 const char *command_name(enum nl80211_commands cmd) in command_name() function
/external/kmod/libkmod/
Dlibkmod-config.c116 const char *command_name, in kmod_config_add_command()
/external/python/bumble/bumble/
Dsmp.py211 def command_name(code): member in SMP_Command
Dhci.py1952 def command_name(op_code): member in HCI_Command
/external/rust/crates/argh/tests/
Dlib.rs152 let command_name = match command_name.last() { in dynamic_subcommand_example() localVariable