/test/framework/harnesses/host_controller/ |
D | tfc_host_controller.py | 41 def __init__(self, remote_client, tfc_client, hostname, cluster_ids): argument 50 def hostname(self): member in HostController
|
/test/framework/harnesses/host_controller/vti_interface/ |
D | vti_endpoint_client.py | 100 def UploadDeviceInfo(self, hostname, devices): argument 246 def LeaseJob(self, hostname, execute=True): argument 392 def UploadHostVersion(self, hostname, vtslab_version): argument
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | device.ts | 21 hostname: string = void 0; property in Device
|
D | host.ts | 20 hostname: string = void 0; property in Host
|
D | job.ts | 19 hostname: string = void 0; property in Job
|
/test/framework/harnesses/host_controller/tfc/ |
D | tfc_client.py | 43 def LeaseHostTasks(self, cluster_id, next_cluster_ids, hostname, device_infos): argument 86 def CreateDeviceSnapshot(cluster_id, hostname, dev_infos): argument
|
D | command_attempt.py | 73 def __init__(self, task_id, attempt_id, hostname, device_serial, **kwargs): argument
|
/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | host_info.py | 33 def AddNullDevices(hostname, null_device_count): argument
|
/test/vti/test_serving/proto/ |
D | TestLabConfigMessage.proto | 32 optional bytes hostname = 1; field
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 176 hostname = ndb.StringProperty() variable in LabModel 194 hostname = messages.StringField(1, repeated=False) variable in LabHostInfoMessage 215 hostname = messages.StringField(4) variable in LabMessage 224 hostname = ndb.StringProperty() variable in DeviceModel 239 hostname = messages.StringField(5) variable in DeviceInfoMessage 246 hostname = messages.StringField(1) variable in HostInfoMessage 254 hostname = ndb.StringProperty() variable in JobModel 311 hostname = messages.StringField(1) variable in JobMessage
|
/test/vti/test_serving/gae/ |
D | labv1openapi.json | 145 "hostname": { object 183 "hostname": { object 239 "hostname": { object
|
D | schedulev1openapi.json | 145 "hostname": { object 183 "hostname": { object 239 "hostname": { object
|
D | jobv1openapi.json | 145 "hostname": { object 210 "hostname": { object 356 "hostname": { object 412 "hostname": { object
|
D | hostv1openapi.json | 145 "hostname": { object
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | TestResults.java | 409 String hostname = testRun.getHostName(); in processReport() local
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 119 optional bytes hostname = 1; field
|