Home
last modified time | relevance | path

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

/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/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