HomeSort by relevance Sort by last modified time
    Searched defs:tasks (Results 26 - 50 of 217) sorted by null

12 3 4 5 6 7 8 9

  /external/ltrace/sysdeps/linux-gnu/
trace.h 34 pid_t pid; /* This may be 0 for tasks that exited
44 struct pid_task *tasks; member in struct:pid_set
70 /* When all tasks are stopped, this callback gets called. */
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 94 Vector<TaskWrapper> tasks; local
97 tasks = mTasks;
101 for (size_t i = 0; i < tasks.size(); i++) {
102 const TaskWrapper& task = tasks.itemAt(i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/chromium_org/base/test/
sequenced_task_runner_test_template.cc 121 std::vector<int> tasks; local
125 tasks.push_back(event->i);
127 return tasks;
169 // Checks that no two tasks were running at the same time. I.e. the only
171 // tasks.
  /external/chromium_org/cc/resources/
task_graph_runner_perftest.cc 65 PerfTaskImpl::Vector tasks; local
68 CreateTasks(num_tasks, &tasks);
77 BuildTaskGraph(top_level_tasks, tasks, leaf_tasks, &graph);
94 PerfTaskImpl::Vector tasks; local
97 CreateTasks(num_tasks, &tasks);
101 // completed tasks vector.
108 BuildTaskGraph(top_level_tasks, tasks, leaf_tasks, &graph);
110 // Shouldn't be any tasks to collect as we reschedule the same set
111 // of tasks.
134 PerfTaskImpl::Vector tasks[kNumVersions] local
179 PerfTaskImpl::Vector tasks; local
    [all...]
pixel_buffer_raster_worker_pool.cc 101 // All unscheduled tasks need to be canceled.
136 // which we use below to determine what tasks need to be canceled.
154 // |raster_tasks_required_for_activation_count| accounts for all tasks
156 // Tasks that have already completed should not be part of this count.
170 // Determine what tasks in old queue need to be canceled.
205 // Check for completed tasks when ScheduleTasks() is called as
207 // of top priority tasks that are scheduled.
212 // Schedule new tasks.
215 // Reschedule check for completed raster tasks.
291 // raster tasks needed since last time ScheduleTasks() was called
484 RasterTaskVector tasks; local
    [all...]
raster_worker_pool_unittest.cc 319 RasterTaskVector tasks; local
320 tasks.swap(tasks_);
task_graph_runner_unittest.cc 80 void ScheduleTasks(int namespace_index, const std::vector<TaskInfo>& tasks) {
85 for (std::vector<TaskInfo>::const_iterator it = tasks.begin();
86 it != tasks.end();
309 TaskInfo tasks[] = {TaskInfo(i, 0u, 2u, 1u, 1u), // Priority 1 local
312 ScheduleTasks(i, std::vector<TaskInfo>(tasks, tasks + arraysize(tasks)));
318 // Check if tasks ran in order of priority.
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 210 std::vector<FullTaskDescriptor> tasks; local
213 &tasks);
214 ASSERT_EQ(2U, tasks.size());
217 app_ids.push_back(tasks[0].task_descriptor().app_id);
218 app_ids.push_back(tasks[1].task_descriptor().app_id);
235 tasks.clear();
238 &tasks);
239 ASSERT_EQ(1U, tasks.size());
241 EXPECT_EQ("foo_app_id", tasks[0].task_descriptor().app_id);
243 // Add a "text/plain" file not on Drive. No tasks should be found
268 std::vector<FullTaskDescriptor> tasks; local
335 std::vector<FullTaskDescriptor> tasks; local
440 std::vector<FullTaskDescriptor> tasks; local
527 std::vector<FullTaskDescriptor> tasks; local
636 std::vector<FullTaskDescriptor> tasks; local
727 std::vector<FullTaskDescriptor> tasks; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 123 struct lp_rasterizer_task tasks[LP_MAX_THREADS]; member in struct:lp_rasterizer
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java 5 package javax.jmdns.impl.tasks.state;
39 * @see javax.jmdns.impl.tasks.DNSTask#getName()
57 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer)
85 * @see javax.jmdns.impl.tasks.state.DNSStateTask#getTaskDescription()
94 * @see javax.jmdns.impl.tasks.state.DNSStateTask#checkRunCondition()
103 * @see javax.jmdns.impl.tasks.state.DNSStateTask#createOugoing()
112 * @see javax.jmdns.impl.tasks.state.DNSStateTask#buildOutgoingForDNS(javax.jmdns.impl.DNSOutgoing)
126 * @see javax.jmdns.impl.tasks.state.DNSStateTask#buildOutgoingForInfo(javax.jmdns.impl.ServiceInfoImpl, javax.jmdns.impl.DNSOutgoing)
140 * @see javax.jmdns.impl.tasks.state.DNSStateTask#recoverTask(java.lang.Throwable)
149 * @see javax.jmdns.impl.tasks.state.DNSStateTask#advanceTask(
    [all...]
DNSStateTask.java 2 package javax.jmdns.impl.tasks.state;
17 import javax.jmdns.impl.tasks.DNSTask;
20 * This is the root class for all state tasks. These tasks work with objects that implements the {@link javax.jmdns.impl.DNSStatefulObject} interface and therefore participate in the state machine.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 123 struct lp_rasterizer_task tasks[LP_MAX_THREADS]; member in struct:lp_rasterizer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 42 * A list of filtered tasks.
58 // If the tasks are exactly the same pre/post filter, then just reset it
76 /** Sets the list of tasks */
77 void set(List<Task> tasks) {
79 mTasks.addAll(tasks);
93 /** Returns the index of this task in the list of filtered tasks */
101 /** Returns the size of the list of filtered tasks */
111 /** Updates the list of filtered tasks whenever the base task list changes */
128 /** Updates the mapping of tasks to indices. */
143 /** Returns the list of filtered tasks */
275 ArrayList<Task> tasks = mTaskList.getTasks(); local
346 ArrayList<Task> tasks = mTaskList.getTasks(); local
410 ArrayList<Task> tasks = mTaskList.getTasks(); local
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 122 List<ActivityManager.RunningTaskInfo> tasks = local
124 for (ActivityManager.RunningTaskInfo info : tasks) {
137 List<ActivityManager.RunningTaskInfo> tasks = local
139 for (ActivityManager.RunningTaskInfo info : tasks) {
  /external/chromium_org/chrome/browser/service_process/
service_process_control.cc 60 // The tasks executed here may add more tasks to the vector. So copy
63 TaskList tasks; local
66 tasks.swap(connect_success_tasks_);
67 RunAllTasksHelper(&tasks);
68 DCHECK(tasks.empty());
71 tasks.swap(connect_failure_tasks_);
72 RunAllTasksHelper(&tasks);
73 DCHECK(tasks.empty());
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmali.java 139 List<Future<Boolean>> tasks = Lists.newArrayList(); local
142 tasks.add(executor.submit(new Callable<Boolean>() {
151 for (Future<Boolean> task: tasks) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTest.java 277 TimerTestTask[] tasks = new TimerTestTask[100]; local
282 tasks[i] = new TimerTestTask();
283 t.schedule(tasks[i], delayTime[j++], 200);
290 tasks[i].cancel();
382 // Ensure multiple tasks are run
401 assertTrue("Multiple tasks should have incremented counter 4 times not "
474 // Ensure multiple tasks are run
489 assertTrue("Multiple tasks should have incremented counter 4 times not "
586 // Ensure multiple tasks are run
601 assertTrue("Multiple tasks should have incremented counter 24 times not
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 42 * Tasks submitted to this executor will not be run immediately. Rather they will be stored in a
43 * list of submitted tasks, where they can be examined. They can also be run on-demand using the run
53 /** The maximum length of time in ms to wait for tasks to execute during tests. */
149 * Removes the matching task from the list of submitted tasks, then runs it. The executor used
157 List<SubmittedTask> tasks = getSubmittedTasksByIdentifier(identifier, true); local
158 Assert.assertEquals("Expected one task " + identifier + ", got " + tasks, 1, tasks.size());
159 runTask(tasks.get(0));
163 * Runs all tasks whose identifier matches the given identifier.
165 * Removes all matching tasks from the list of submitted tasks, and runs them. The executor use
173 List<SubmittedTask> tasks = getSubmittedTasksByIdentifier(identifier, true); local
    [all...]
  /external/chromium_org/base/
tracked_objects.h 29 // TrackedObjects provides a database of stats about objects (generally Tasks)
37 // These classes serve as the basis of a profiler of sorts for the Tasks system.
70 // For Tasks, having now either constructed or found the Births instance
151 // and tracks parent/child relationships for the executed tasks. The statistics
175 // relationships for tasks. This should be done by detecting what tasks are
177 // a smarter profiler to aggregate the cost of a series of child tasks into
399 // task. The delayed_start_time is non-null for tasks that were posted as
400 // delayed tasks, and it indicates when the task should have run (i.e., when
528 // Snapshot (under a lock) the profiled data for the tasks in each ThreadDat
715 std::vector<TaskSnapshot> tasks; member in struct:tracked_objects::ProcessDataSnapshot
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.c 102 DIR *tasks; local
133 tasks = opendir(filename);
134 if (tasks == NULL) {
139 while (!readdir_r(tasks, &dirent, &next) && next) {
164 closedir(tasks);
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 195 List<Future<Boolean>> tasks = Lists.newArrayList(); local
202 tasks.add(executor.submit(new Callable<Boolean>() {
210 for (Future<Boolean> task: tasks) {
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 446 List<ActivityManager.AppTask> tasks = am.getAppTasks(); local
448 for (int i=0; i<tasks.size(); i++) {
449 ActivityManager.AppTask task = tasks.get(i);
458 List<ActivityManager.AppTask> tasks = am.getAppTasks(); local
459 if (tasks != null) {
460 for (int i=0; i<tasks.size(); i++) {
461 ActivityManager.AppTask task = tasks.get(i);
  /development/ndk/platforms/android-3/include/linux/sunrpc/
sched.h 145 struct list_head tasks[RPC_NR_PRIORITY]; member in struct:rpc_wait_queue
160 #define RPC_WAITQ_INIT(var,qname) { .lock = SPIN_LOCK_UNLOCKED, .tasks = { [0] = LIST_HEAD_INIT(var.tasks[0]), [1] = LIST_HEAD_INIT(var.tasks[1]), [2] = LIST_HEAD_INIT(var.tasks[2]), }, }
162 #define RPC_WAITQ_INIT(var,qname) { .lock = SPIN_LOCK_UNLOCKED, .tasks = { [0] = LIST_HEAD_INIT(var.tasks[0]), [1] = LIST_HEAD_INIT(var.tasks[1]), [2] = LIST_HEAD_INIT(var.tasks[2]), }, .name = qname, }

Completed in 1511 milliseconds

12 3 4 5 6 7 8 9