Searched refs:cleanup_tasks (Results 1 – 7 of 7) sorted by relevance
/external/python/parse_type/tasks/ |
D | _tasklet_cleanup.py | 82 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
|
D | docs.py | 14 from ._tasklet_cleanup import cleanup_tasks, cleanup_dirs 197 cleanup_tasks.add_task(clean, "clean_docs") 198 cleanup_tasks.configure(namespace.configuration())
|
D | test.py | 12 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__.py | 60 cleanup.cleanup_tasks.add_task(cleanup.clean_python)
|
/external/autotest/server/cros/ |
D | factory_install_test.py | 173 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/ |
D | test_mock_time_task_runner.cc | 228 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/ |
D | test_mock_time_task_runner.cc | 250 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()
|