Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dgc_stats.py39 object_ids = set()
44 object_ids.add(id(obj))
47 new_object_ids = object_ids - _previous_obj_ids
89 _previous_obj_ids = object_ids
Dmonitor_db.py401 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument
402 for object_id in object_ids:
406 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument
407 for object_id in object_ids:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
Dlayer1.py175 def describe_objects(self, object_ids, pipeline_id, marker=None, argument
206 'objectIds': object_ids,
515 def set_status(self, object_ids, status, pipeline_id): argument
539 'objectIds': object_ids,