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

  /external/chromium-trace/catapult/devil/devil/android/
forwarder.py 71 port_pairs: A list of tuples (device_port, host_port) to forward. Note
72 that you can specify 0 as a device_port, in which case a
93 '--map', str(device_port), str(host_port)]
94 for device_port, host_port in port_pairs]
122 'expected "device_port:host_port"' % output)
123 device_port = int(tokens[0])
125 serial_with_port = (device_serial, device_port)
129 device_port, host_port)
132 def UnmapDevicePort(device_port, device):
137 device_port: A previously forwarded port (through Map())
    [all...]
ports.py 103 def IsDevicePortUsed(device, device_port, state=''):
108 device_port: Port on device we want to check.
115 base_urls = ('127.0.0.1:%d' % device_port, 'localhost:%d' % device_port)
  /external/v8/build/android/pylib/base/
base_test_runner.py 105 for (device_port, _) in port_pairs:
106 forwarder.Forwarder.UnmapDevicePort(device_port, self.device)
113 host_port_pairs: A list of (device_port, local_port) tuples to forward.
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 136 def tcp_forward(self, host_port, device_port):
141 device_port: Port number to use on the android device.
143 self.forward("tcp:{} tcp:{}".format(host_port, device_port))
android_device.py 295 def __init__(self, serial="", host_port=None, device_port=8080,
299 self.d_port = device_port
  /external/v8/build/android/pylib/
chrome_test_server_spawner.py 249 device_port = forwarder.Forwarder.DevicePortForHostPort(self.host_port)
250 if device_port and _CheckDevicePortStatus(self.device, device_port):
252 self.forwarder_device_port = device_port
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 481 def ForwardHostToDevice(self, host_port, device_port):
482 self._device.adb.Forward('tcp:%d' % host_port, device_port)

Completed in 7692 milliseconds