Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/list/
Dlist_test.py131 self.Patch(instance.Instance, "Summary")
144 instance.Instance.Summary.assert_called_once()
147 self.Patch(instance.Instance, "Summary")
149 instance.Instance.Summary.assert_not_called()
153 instance.Instance.Summary.assert_not_called()
Dinstance.py189 class Instance(object): class
313 class LocalInstance(Instance):
441 class LocalGoldfishInstance(Instance):
562 class RemoteInstance(Instance):
/tools/tradefederation/core/proto/monitoring/server/
Dtradefed_service.proto26 // A service associated with a Tradefed Instance that gives information.