Home
last modified time | relevance | path

Searched defs:description (Results 1 – 9 of 9) sorted by relevance

/test/vti/test_serving/gae/
Dlabv1openapi.json39 "description": "A message for representing an individual build entry.", string
102 "description": "A message for representing an individual host's device entry.", string
139 "description": "A message for representing an individual host's device entry.", string
171 "description": "A message for representing an individual lab host's device entry.", string
207 "description": "A message for representing an individual lab's host entry.", string
263 "description": "A model for representing a LabModel entity.", string
275 "description": "Endpoint API for lab_info.", string
294 "description": "A successful response", string
316 "description": "A successful response", string
338 "description": "A successful response", string
[all …]
Dhostv1openapi.json39 "description": "A message for representing an individual build entry.", string
102 "description": "A message for representing an individual host's device entry.", string
139 "description": "A message for representing an individual host's device entry.", string
154 "description": "Endpoint API for host_info.", string
173 "description": "A successful response", string
195 "description": "A successful response", string
217 "description": "A successful response", string
Dbuildv1openapi.json39 "description": "A message for representing an individual build entry.", string
105 "description": "Endpoint API for build_info.", string
124 "description": "A successful response", string
146 "description": "A successful response", string
168 "description": "A successful response", string
Dschedulev1openapi.json39 "description": "A message for representing an individual build entry.", string
102 "description": "A message for representing an individual host's device entry.", string
139 "description": "A message for representing an individual host's device entry.", string
171 "description": "A message for representing an individual lab host's device entry.", string
207 "description": "A message for representing an individual lab's host entry.", string
263 "description": "A model for representing a LabModel entity.", string
422 "description": "A message for representing an individual schedule entry.", string
434 "description": "Endpoint API for schedule_info.", string
453 "description": "A successful response", string
475 "description": "A successful response", string
[all …]
Djobv1openapi.json39 "description": "A message for representing an individual build entry.", string
102 "description": "A message for representing an individual host's device entry.", string
139 "description": "A message for representing an individual host's device entry.", string
154 "description": "A message for representing an individual job entry.", string
315 "description": "A message for representing an individual job entry.", string
344 "description": "A message for representing an individual lab host's device entry.", string
380 "description": "A message for representing an individual lab's host entry.", string
436 "description": "A model for representing a LabModel entity.", string
595 "description": "A message for representing an individual schedule entry.", string
607 "description": "Endpoint API for job_queue.", string
[all …]
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/binary/
DKernelTargetTest.java53 CommandResult result, ITestInvocationListener listener, TestDescription description) { in checkCommandResult()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java91 public void testProgressing(Optional<String> description) { in testProgressing()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestCoordinator.java56 void testProgressing(Optional<String> description); in testProgressing()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java77 RandomModelExecutionResult(int value, String description) { in RandomModelExecutionResult()