HomeSort by relevance Sort by last modified time
    Searched refs:ssh_port (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_device.py 12 def __init__(self, host_name, ssh_port, ssh_identity, is_local):
17 self._ssh_port = ssh_port
30 def ssh_port(self): member in class:CrOSDevice
cros_platform_backend.py 24 device.host_name, device.ssh_port, device.ssh_identity)
  /external/autotest/server/hosts/
factory.py 48 as: ssh_user, ssh_pass, ssh_port, ssh_verbosity, ssh_options.
53 g.get('ssh_port', DEFAULT_SSH_PORT),
87 def _choose_connectivity_class(hostname, ssh_port):
91 @param ssh_port: SSH port to connect to the host.
95 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
138 ssh_user, ssh_pass, ssh_port, ssh_verbosity_flag, ssh_options = \
141 hostname, args['user'], args['password'], ssh_port = \
142 server_utils.parse_machine(hostname, ssh_user, ssh_pass, ssh_port)
145 args['port'] = ssh_port
148 connectivity_class = _choose_connectivity_class(hostname, ssh_port)
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 96 def __init__(self, hostname=None, ssh_port=None, ssh_identity=None):
98 self._ssh_port = ssh_port
142 def ssh_port(self): member in class:CrOSInterface
  /external/skia/infra/bots/flavor/
ssh_flavor.py 25 self._port = slave_info.ssh_port
  /external/autotest/cli/
site_host.py 18 hosts.factory.ssh_port = 22
  /external/autotest/server/
autoserv 435 ssh_port = parser.options.ssh_port
488 ssh_user, ssh_port, ssh_pass,
server_job.py 151 ssh_port=host_factory.DEFAULT_SSH_PORT,
171 @param ssh_port: The SSH port number. [22]
217 self._ssh_port = ssh_port
392 machines, job, ssh_user, ssh_port, ssh_pass, ssh_verbosity_flag,
398 'ssh_port' : self._ssh_port,
    [all...]

Completed in 3720 milliseconds