Home
last modified time | relevance | path

Searched refs:gce_hostname (Results 1 – 9 of 9) sorted by relevance

/tools/acloud/public/actions/
Dcommon_operations.py114 gce_hostname = self._compute_client.gce_hostname if hasattr(
119 openwrt=openwrt, gce_hostname=gce_hostname))
292 if device.gce_hostname:
293 device_dict[constants.GCE_HOSTNAME] = device.gce_hostname
300 device.gce_hostname or ip, vnc_ports, adb_ports,
317 ip_addr=device.gce_hostname or ip,
Dgce_device_factory.py98 gce_hostname=self._compute_client.gce_hostname)
Dcommon_operations_test.py60 self.compute_client.gce_hostname = None
Dcreate_goldfish_action_test.py65 self.compute_client.gce_hostname = None
/tools/acloud/public/
Davd.py42 openwrt=None, gce_hostname=None): argument
81 self._gce_hostname = gce_hostname
121 def gce_hostname(self): member in AndroidVirtualDevice
/tools/acloud/internal/lib/
Dssh.py254 gce_hostname=None): argument
259 if gce_hostname:
260 self._ip = gce_hostname
Dandroid_compute_client.py433 def gce_hostname(self): member in AndroidComputeClient
Dcvd_compute_client_multi_stage.py147 gce_hostname=self._gce_hostname)
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py40 self.compute_client.gce_hostname = None