Searched refs:task1 (Results 1 - 8 of 8) sorted by relevance

/external/lldb/test/python_api/type/
H A Dmain.cpp25 Task *task1 = new Task(1, NULL); local
31 task_head->next = task1;
32 task1->next = task2;
/external/chromium_org/v8/test/cctest/
H A Dtest-libplatform-worker-thread.cc42 TestTask* task1 = new TestTask(&task_counter, true); local
52 queue.Append(task1);
/external/lldb/test/python_api/value/linked_list/
H A Dmain.cpp25 Task *task1 = new Task(1, NULL); local
31 task_head = task1;
32 task1->next = task2;
/external/chromium_org/net/quic/test_tools/
H A Dtest_task_runner.cc55 bool operator()(const PostedTask& task1, const PostedTask& task2) const { argument
56 return task1.ShouldRunBefore(task2);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DHandlerTest.java142 TestRunnable task1 = new TestRunnable();
145 new Handler().postDelayed(task1, 1);
149 assertThat(task1.wasRun, equalTo(true));
155 TestRunnable task1 = new TestRunnable();
158 new Handler().postDelayed(task1, 1);
162 assertThat(task1.wasRun, equalTo(true));
168 TestRunnable task1 = new TestRunnable();
172 new Handler().postDelayed(task1, 1);
177 assertThat(task1.wasRun, equalTo(true));
184 TestRunnable task1
[all...]
/external/chromium_org/content/browser/
H A Dstartup_task_runner_unittest.cc126 StartupTask task1 = local
128 runner.AddTask(task1);
164 StartupTask task1 = local
166 runner.AddTask(task1);
241 StartupTask task1 = local
243 runner.AddTask(task1);
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java1361 Future<?> task1 = mExecutorService.submit(new Runnable() {
1380 task1.cancel(true);
1383 task1.get();
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c379 struct task_desc *task1, *task2; local
383 task1 = sched->tasks[i];
388 add_sched_event_wakeup(sched, task1, 0, task2);

Completed in 512 milliseconds