HomeSort by relevance Sort by last modified time
    Searched refs:task (Results 151 - 175 of 405) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/holo/src/android/holo/cts/
HoloTestUtilitiesActivity.java 47 ArrayAdapter<Task> taskAdapter = new ArrayAdapter<Task>(this,
49 taskAdapter.add(new Task(R.string.task_view_display_info, TASK_VIEW_DISPLAY_INFO));
50 taskAdapter.add(new Task(R.string.task_view_tests, TASK_VIEW_TESTS));
51 taskAdapter.add(new Task(R.string.task_generate_one_bitmap, TASK_GENERATE_ONE_BITMAP));
52 taskAdapter.add(new Task(R.string.task_generate_all_bitmaps, TASK_GENERATE_ALL_BITMAPS));
53 taskAdapter.add(new Task(R.string.task_clear_reference_bitmaps,
55 taskAdapter.add(new Task(R.string.task_clear_failure_bitmaps,
57 taskAdapter.add(new Task(R.string.task_clear_diff_bitmaps,
62 class Task {
85 Task task = getListAdapter().getItem(position); local
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 45 #include "base/task.h"
112 // This method records when ping message was sent and it will Post a task
114 // OnPongMessage. It also posts a task (OnCheckResponsiveness) to check
122 // PostPingMessage task that would be called after waiting sleep_time_. It
150 Task* callback_task);
219 // This method posts a task on WatchDogThread to start watching all browser
224 // This method posts a task on WatchDogThread to RevokeAll tasks and to
296 // They return true iff the watchdog thread existed and the task was posted.
297 // Note that even if the task is posted, there's no guarantee that it will
299 static bool PostTask(const tracked_objects::Location& from_here, Task* task)
    [all...]