HomeSort by relevance Sort by last modified time
    Searched refs:tasks (Results 251 - 275 of 656) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 277 * Returns a list of the recents tasks.
280 * will be visible, otherwise no excluded tasks will be
287 // If we are mocking, then create some recent tasks
289 ArrayList<ActivityManager.RecentTaskInfo> tasks = local
314 tasks.add(rti);
316 return tasks;
319 // Remove home/recents/excluded tasks
330 List<ActivityManager.RecentTaskInfo> tasks = null; local
332 tasks = mAm.getRecentTasksForUser(numTasksToQuery, flags, userId);
334 Log.e(TAG, "Failed to get recent tasks", e)
376 List<ActivityManager.RunningTaskInfo> tasks = mAm.getRunningTasks(1); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.1.0/
gradle-experimental-0.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.2.1/
gradle-experimental-0.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.4.0/
gradle-experimental-0.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /build/core/tasks/
cts.mk 20 include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
  /external/chromium-trace/catapult/dashboard/dashboard/
bench_find_anomalies_test.py 165 tasks = task_queue.GetTasks(bench_find_anomalies._TASK_QUEUE_NAME)
166 self.assertEqual(1, len(tasks))
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
test_support.py 176 """Run and remove all tasks in the taskqueue.
180 queue: Queue name to run all tasks from.
184 task_run_counts: a dict from handler class to the number of tasks
187 tasks = taskqueue.GetTasks(queue)
190 for task in tasks:
215 """Execute taskqueue tasks until it becomes empty.
219 queue: Queue name to run all tasks from.
223 task_run_counts: a dict from handler class to the number of tasks
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
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.
Canceler.java 5 package javax.jmdns.impl.tasks.state;
34 * @see javax.jmdns.impl.tasks.DNSTask#getName()
52 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer)
72 * @see javax.jmdns.impl.tasks.state.DNSStateTask#getTaskDescription()
81 * @see javax.jmdns.impl.tasks.state.DNSStateTask#checkRunCondition()
90 * @see javax.jmdns.impl.tasks.state.DNSStateTask#createOugoing()
99 * @see javax.jmdns.impl.tasks.state.DNSStateTask#buildOutgoingForDNS(javax.jmdns.impl.DNSOutgoing)
112 * @see javax.jmdns.impl.tasks.state.DNSStateTask#buildOutgoingForInfo(javax.jmdns.impl.ServiceInfoImpl, javax.jmdns.impl.DNSOutgoing)
125 * @see javax.jmdns.impl.tasks.state.DNSStateTask#recoverTask(java.lang.Throwable)
134 * @see javax.jmdns.impl.tasks.state.DNSStateTask#advanceTask(
    [all...]
  /external/vixl/tools/
lint.py 138 tasks = [(f, progress_prefix) for f in files]
142 results = pool.map_async(LintWrapper, tasks).get(9999999)
  /system/connectivity/shill/cellular/
cellular_capability_classic.h 113 // Precondition: |tasks| is not empty.
114 void RunNextStep(CellularTaskList* tasks);
117 // the tasks complete or if there is a failure. |ignore_error| will be set
119 // just-completed task. |tasks| is the list of tasks remaining. |error| is
123 CellularTaskList* tasks,
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSmokeTest.py 84 tasks = [(phone_setup_volte, (self.log, ads[0])),
86 if not multithread_func(self.log, tasks):
154 tasks = [(phone_setup_csfb, (self.log, ads[0])),
156 if not multithread_func(self.log, tasks):
229 tasks = [(phone_setup_voice_3g, (self.log, ads[0])),
231 if not multithread_func(self.log, tasks):
301 tasks = [(phone_setup_iwlan,
307 if not multithread_func(self.log, tasks):
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.2/
gradle-0.14.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.4/
gradle-0.14.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.0/
gradle-1.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.0-rc1/
gradle-1.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.0-rc4/
gradle-1.0.0-rc4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.1/
gradle-1.0.1.jar 
  /external/vogar/src/vogar/
Target.java 27 import vogar.tasks.Task;
  /frameworks/base/libs/hwui/
Caches.h 161 TaskManager tasks; member in class:android::uirenderer::Caches
  /frameworks/support/buildSrc/src/main/java/android/support/build/
ApiModule.java 19 import org.gradle.api.tasks.SourceSet;
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTaskTest.java 391 * completed tasks; getRawResult returns null.
407 * completed tasks
497 * helpQuiesce returns when tasks are complete.
821 * invokeAll(tasks) with 1 argument invokes task
835 * invokeAll(tasks) with > 2 argument invokes tasks
855 * invokeAll(collection) invokes all tasks in the collection
879 * invokeAll(tasks) with any null task throws NPE
903 ForkJoinTask[] tasks = { f, g };
904 Collections.shuffle(Arrays.asList(tasks));
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.3/
maven-antrun-plugin-1.3.jar 
  /external/llvm/utils/lit/lit/
run.py 125 # individual tasks are complete.
131 # complete after each of num_jobs tasks has signalled completion.
194 parallel tasks, and inform the display of each individual result. The
248 # If not using multiple tasks, just run the tests directly.
265 # Start all of the tasks.
266 tasks = [task_impl(target=run_one_tester,
269 for t in tasks:
275 # Wait for all the tasks to complete.
276 for t in tasks:

Completed in 1992 milliseconds

<<11121314151617181920>>