Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 10 of 10) sorted by relevance

/development/tools/repo_diff/service/repodiff/interactors/
Drunner.go47 func (t *taskRunner) spawnTasksAsync(tasks []func()) {
48 t.Add(len(tasks))
49 for _, task := range tasks {
/development/samples/browseable/JobScheduler/
D_index.jd9 background tasks when certain tasks apply.
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTreeFragment.java74 private void onResumeHelper(List<Tracking.Task> tasks) { in onResumeHelper() argument
83 displayRecycler(tasks, recyclerView); in onResumeHelper()
86 private void displayRecycler(List<Tracking.Task> tasks, RecyclerView recyclerView) { in displayRecycler() argument
89 InlineAdapter adapter = new InlineAdapter(tasks, getActivity()); in displayRecycler()
DBaseActivityViewModel.java43 mTrackingListener = tasks -> mRefreshTree.setValue(tasks); in BaseActivityViewModel()
DInlineAdapter.java49 public InlineAdapter(List<Task> tasks, FragmentActivity activity) { in InlineAdapter() argument
51 this.mTasks = tasks; in InlineAdapter()
DTracking.java167 List<Task> tasks = mTaskOrdering.stream().map(Task::copyForUi).collect(toList()); in notifyListeners() local
170 listener.accept(tasks); in notifyListeners()
/development/tools/winscope/src/viewers/common/
Dwm_ime_utils.ts123 const tasks = display.filterDfs((node) => { constant
134 tasks.reverse().filter((task: HierarchyTreeNode) => {
143 tasks.push(...rootOrganizedTask.getAllChildren().slice().reverse());
146 return tasks;
/development/tools/winscope/
D.gitignore29 !.vscode/tasks.json
/development/tools/motion/motion_test_watcher_app/
D.gitignore26 !.vscode/tasks.json
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata1887 "description": "Executors for asynchronous tasks based on the futures-rs library.\n",
2174 "description": "Tools for working with tasks.\n",