Home
last modified time | relevance | path

Searched refs:HasIncompleteUndelayedTasksForTesting (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task_scheduler/
Dtask_tracker.h215 bool HasIncompleteUndelayedTasksForTesting() const;
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dtask_tracker.h212 bool HasIncompleteUndelayedTasksForTesting() const;
H A Dtask_tracker.cc651 bool TaskTracker::HasIncompleteUndelayedTasksForTesting() const { in HasIncompleteUndelayedTasksForTesting() function in base::internal::TaskTracker
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/6/external/libchrome/base/task_scheduler/
Dtask_tracker.h215 bool HasIncompleteUndelayedTasksForTesting() const;
/aosp_15_r20/external/libchrome/base/test/
H A Dscoped_task_environment.cc250 if (!task_tracker_->HasIncompleteUndelayedTasksForTesting()) in RunUntilIdle()