Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/acts/event/
Devent_bus.py105 def post(self, event, ignore_errors=False): argument
126 if ignore_errors:
232 def post(event, ignore_errors=False): argument
239 _event_bus.post(event, ignore_errors)
/tools/acloud/list/
Dinstance.py553 def DeleteCreationTimestamp(self, ignore_errors): argument
565 if not ignore_errors:
/tools/acloud/delete/
Ddelete.py177 instance.DeleteCreationTimestamp(ignore_errors=True)
/tools/acloud/create/
Dlocal_image_local_instance.py289 shutil.rmtree(cvd_home_dir, ignore_errors=True)
Dgoldfish_local_image_local_instance_test.py57 shutil.rmtree(self._temp_dir, ignore_errors=True)
Dgoldfish_local_image_local_instance.py198 shutil.rmtree(instance_dir, ignore_errors=True)
/tools/test/connectivity/acts/framework/tests/event/
Devent_bus_test.py139 event_bus.post(mock_event, ignore_errors=True)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py427 android_events.AndroidStopServicesEvent(self), ignore_errors=True)