Home
last modified time | relevance | path

Searched defs:host (Results 1 – 10 of 10) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_device.py50 host, argument
203 host, argument
/test/vti/test_serving/proto/
DTestLabConfigMessage.proto27 repeated HostConfigMessage host = 11; field
/test/vti/dashboard/src/main/java/com/android/vts/util/
DUrlUtil.java61 String host = url.getHost(); in processUrl() local
/test/framework/harnesses/host_controller/tradefed/
Dremote_client.py30 def __init__(self, host=LOCALHOST, port=DEFAULT_PORT, timeout=None): argument
/test/vti/test_serving/gae/
Dlabv1openapi.json206 "host": { object
273 "host": "vtslab-schedule-prod.appspot.com", string
Dbuildv1openapi.json103 "host": "vtslab-schedule-prod.appspot.com", string
Dhostv1openapi.json152 "host": "vtslab-schedule-prod.appspot.com", string
Dschedulev1openapi.json206 "host": { object
432 "host": "vtslab-schedule-prod.appspot.com", string
Djobv1openapi.json379 "host": { object
605 "host": "vtslab-schedule-prod.appspot.com", string
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py207 host = messages.MessageField(LabHostInfoMessage, 3, repeated=True) variable in LabInfoMessage