Home
last modified time | relevance | path

Searched refs:command_name (Results 1 – 25 of 25) sorted by relevance

/external/python/apitools/apitools/base/py/
Dapp2.py249 command_name = line.partition(' ')[0].lower()
251 if command_name in self._commands:
252 usage = self._commands[command_name].usage
310 command_name = arg
332 if not command_name:
340 elif command_name in self._commands:
341 print(FormatOneCmd(command_name, self._commands[command_name],
342 command_names=[command_name]))
/external/autotest/server/hosts/
Drpc_server_tracker.py45 def _setup_port(self, port, command_name, remote_pid=None): argument
86 self._rpc_proxy_map[port] = (command_name, tunnel_proc, remote_pid)
90 def _setup_rpc(self, port, command_name, remote_pid=None): argument
102 port, command_name, remote_pid=remote_pid)
115 def xmlrpc_connect(self, command, port, command_name=None, argument
175 rpc_url = self._setup_rpc(port, command_name, remote_pid=remote_pid)
/external/python/apitools/apitools/gen/
Dcommand_registry.py141 command_name = self.__GetCommandName(method_info.method_id)
168 extended_field.name, command_name)
200 name=command_name,
201 class_name=self.__names.ClassName(command_name),
221 command_name = method_id
223 if command_name.startswith(prefix):
224 command_name = command_name[len(prefix):]
225 command_name = command_name.replace('.', '_')
226 return command_name
/external/python/cpython2/Lib/distutils/
Ddist.py869 command_name = command_obj.get_command_name()
871 option_dict = self.get_option_dict(command_name)
874 self.announce(" setting options for '%s' command:" % command_name)
899 % (source, command_name, option))
924 command_name = command
925 command = self.get_command_obj(command_name)
927 command_name = command.get_command_name()
933 self.have_run[command_name] = 0
Dcmd.py276 return self.command_name
/external/python/cpython3/Lib/distutils/
Ddist.py881 command_name = command_obj.get_command_name()
883 option_dict = self.get_option_dict(command_name)
886 self.announce(" setting options for '%s' command:" % command_name)
912 % (source, command_name, option))
937 command_name = command
938 command = self.get_command_obj(command_name)
940 command_name = command.get_command_name()
946 self.have_run[command_name] = 0
Dcmd.py267 return self.command_name
/external/grpc-grpc/src/ruby/spec/
Dspec_helper.rb28 SimpleCov.command_name ENV['COVERAGE_NAME']
/external/autotest/server/cros/network/
Dapmanager_service_provider.py26 command_name=constants.APMANAGER_XMLRPC_SERVER_CLEANUP_PATTERN,
Dwifi_client.py73 command_name = constants.SHILL_XMLRPC_SERVER_CLEANUP_PATTERN
80 command_name=command_name,
/external/autotest/server/cros/
Dinteractive_client.py34 command_name=
Ddark_resume_utils.py167 command_name=
/external/autotest/server/cros/faft/
Drpc_proxy.py89 command_name=self._client_config.rpc_command_short,
/external/autotest/server/cros/bluetooth/
Dbluetooth_tester.py41 command_name=
Dbluetooth_device.py40 command_name=
/external/python/apitools/apitools/scripts/
Doauth2l_test.py46 def _GetCommandOutput(command_name, command_argv): argument
54 oauth2l.main(['oauth2l', command_name] + command_argv)
/external/iw/
Diw.h150 const char *command_name(enum nl80211_commands cmd);
Dinfo.c428 printf("\t\t * %s\n", command_name(nla_get_u32(nl_cmd))); in print_phy_handler()
678 printf("%d (0x%x): %s\n", i, i, command_name(i)); in handle_commands()
Dutil.c267 const char *command_name(enum nl80211_commands cmd) in command_name() function
Devent.c613 gnlh->cmd, command_name(gnlh->cmd)); in print_event()
/external/autotest/scheduler/
Ddrone_utility.py526 def _filter_proc_infos(self, proc_infos, command_name): argument
540 if info['comm'] == command_name]
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py233 command_name=(
/external/kmod/libkmod/
Dlibkmod-config.c116 const char *command_name, in kmod_config_add_command() argument
124 DBG(config->ctx, "modname='%s' cmd='%s %s'\n", modname, command_name, in kmod_config_add_command()
/external/python/cpython2/Doc/distutils/
Dapiref.rst1755 *sub_commands* as a class attribute; it's a list of 2-tuples ``(command_name,
1756 predicate)``, with *command_name* a string and *predicate* a function, a
/external/python/cpython3/Doc/distutils/
Dapiref.rst1763 *sub_commands* as a class attribute; it's a list of 2-tuples ``(command_name,
1764 predicate)``, with *command_name* a string and *predicate* a function, a