Home
last modified time | relevance | path

Searched refs:cleanup_tasks (Results 1 – 7 of 7) sorted by relevance

/external/python/parse_type/tasks/
D_tasklet_cleanup.py82 def execute_cleanup_tasks(ctx, cleanup_tasks, dry_run=False): argument
92 executor = Executor(cleanup_tasks, ctx.config)
94 for cleanup_task in cleanup_tasks.tasks:
211 execute_cleanup_tasks(ctx, cleanup_tasks, dry_run=dry_run)
278 cleanup_tasks = Collection("cleanup_tasks") variable
Ddocs.py14 from ._tasklet_cleanup import cleanup_tasks, cleanup_dirs
197 cleanup_tasks.add_task(clean, "clean_docs")
198 cleanup_tasks.configure(namespace.configuration())
Dtest.py12 from ._tasklet_cleanup import cleanup_tasks, cleanup_dirs, cleanup_files
206 cleanup_tasks.add_task(clean, "clean_test")
207 cleanup_tasks.configure(namespace.configuration())
D__init__.py60 cleanup.cleanup_tasks.add_task(cleanup.clean_python)
/external/autotest/server/cros/
Dfactory_install_test.py173 self.cleanup_tasks.append(lambda: self._umount_partition(mount_point))
229 self.cleanup_tasks.append(lambda: utils.nuke_subprocess(bg_job.sp))
342 self.cleanup_tasks = []
371 for task in self.cleanup_tasks:
/external/cronet/base/test/
Dtest_mock_time_task_runner.cc228 TaskPriorityQueue cleanup_tasks; in ClearPendingTasks() local
229 tasks_.swap(cleanup_tasks); in ClearPendingTasks()
241 while (!cleanup_tasks.empty()) in ClearPendingTasks()
242 cleanup_tasks.pop(); in ClearPendingTasks()
/external/libchrome/base/test/
Dtest_mock_time_task_runner.cc250 TaskPriorityQueue cleanup_tasks; in ClearPendingTasks() local
251 tasks_.swap(cleanup_tasks); in ClearPendingTasks()
263 while (!cleanup_tasks.empty()) in ClearPendingTasks()
264 cleanup_tasks.pop(); in ClearPendingTasks()