Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
Dnetwork_WiFi_UpdateRouter.py107 device_host = hosts.create_host(device_hostname,
110 self.update_device(device_host)
113 def update_device(self, device_host): argument
120 device_board = device_host.get_board().split(':', 1)[1]
124 % (device_host.hostname, device_board))
127 device_host.hostname, desired.release_version)
128 current_release_version = self.get_release_version(device_host)
131 (device_host.hostname,
135 device_host.hostname, desired.release_version,
140 device_host.hostname)
[all …]
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
Dcontrol27 device_host = hosts.create_host(machine)
28 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict)
30 device_host=device_host,
Dcontrol.manual31 device_host = hosts.create_host(machine)
33 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
Dcontrol27 device_host = hosts.create_host(machine)
28 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict)
30 device_host=device_host,
Dcontrol.manual31 device_host = hosts.create_host(machine)
33 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
Dcontrol27 device_host = hosts.create_host(machine)
28 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict)
30 device_host=device_host,
Dcontrol.manual31 device_host = hosts.create_host(machine)
33 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/
Dcontrol33 device_host = hosts.create_host(machine)
34 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict)
36 device_host=device_host,
/external/autotest/server/cros/bluetooth/
Dbluetooth_test.py33 def warmup(self, device_host, tester_host, interactive=False): argument
36 self.interactive = interactive_client.InteractiveClient(device_host)
40 self.device = bluetooth_device.BluetoothDevice(device_host)
Dbluetooth_tester.py224 def create_host_from(device_host, args=None): argument
242 device_host.hostname,
Dbluetooth_device.py25 def __init__(self, device_host): argument
31 self.host = device_host
/external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/
Dcontrol19 device_host = hosts.create_host(machine)
21 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
Dcontrol21 device_host = hosts.create_host(machine)
23 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
Dcontrol42 device_host = hosts.create_host(machine)
43 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict)
45 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
Dcontrol26 device_host = hosts.create_host(machine)
28 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dcontrol60 device_host = hosts.create_host(machine)
61 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict)
63 device_host=device_host,
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dcontrol61 device_host = hosts.create_host(machine)
62 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict)
64 device_host=device_host,
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc280 const string device_host = in TryFindHostDevice() local
283 if (devices.find(device_host) != devices.end()) { in TryFindHostDevice()
284 return device_host; in TryFindHostDevice()