Home
last modified time | relevance | path

Searched refs:device_host (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
Dnetwork_WiFi_UpdateRouter.py83 def freeup_disk_space(self, device_host): argument
90 device_host.run('rm -rf %s' % path, ignore_status=True)
119 device_host = hosts.create_host(device_hostname,
123 self.freeup_disk_space(device_host)
124 self.update_device(device_host)
127 def update_device(self, device_host): argument
134 device_board = device_host.get_board().split(':', 1)[1]
138 % (device_host.hostname, device_board))
141 device_host.hostname, desired.release_version)
142 current_release_version = self.get_release_version(device_host)
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc285 const string device_host = in TryFindHostDevice() local
288 if (devices.find(device_host) != devices.end()) { in TryFindHostDevice()
289 return device_host; in TryFindHostDevice()
/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py47 def __init__(self, device_host, remote_facade_proxy=None): argument
53 self.host = device_host