Searched refs:object_ids (Results 1 – 3 of 3) sorted by relevance
/external/autotest/scheduler/ |
D | gc_stats.py | 39 object_ids = set() 44 object_ids.add(id(obj)) 47 new_object_ids = object_ids - _previous_obj_ids 89 _previous_obj_ids = object_ids
|
D | monitor_db.py | 401 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/ |
D | layer1.py | 175 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,
|