Searched defs:task2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-libplatform-worker-thread.cc43 TestTask* task2 = new TestTask(&task_counter, true); local
53 queue.Append(task2);
/external/lldb/test/python_api/type/
H A Dmain.cpp26 Task *task2 = new Task(2, NULL); local
32 task1->next = task2;
33 task2->next = task4;
/external/lldb/test/python_api/value/linked_list/
H A Dmain.cpp26 Task *task2 = new Task(2, NULL); local
32 task1->next = task2;
33 task2->next = task4;
/external/chromium_org/content/browser/
H A Dstartup_task_runner_unittest.cc130 StartupTask task2 = local
132 runner.AddTask(task2);
168 StartupTask task2 = local
170 runner.AddTask(task2);
203 StartupTask task2 = local
205 runner.AddTask(task2);
244 StartupTask task2 = local
246 runner.AddTask(task2);
291 StartupTask task2 = local
293 runner.AddTask(task2);
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c379 struct task_desc *task1, *task2; local
387 task2 = sched->tasks[j];
388 add_sched_event_wakeup(sched, task1, 0, task2);

Completed in 315 milliseconds