HomeSort by relevance Sort by last modified time
    Searched refs:addTask (Results 1 - 15 of 15) sorted by null

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutorTest.java 41 MockTask a1 = addTask("a", 1);
42 MockTask a2 = addTask("a", 2);
49 private MockTask addTask(String name, int id) {
PerNameExecutorTest.java 44 MockTask a1 = addTask("a", 1);
45 MockTask a2 = addTask("a", 2);
46 MockTask a3 = addTask("a", 3);
47 MockTask b1 = addTask("b", 1);
63 MockTask a1 = addTask("a", 1);
64 MockTask a2 = addTask("a", 2);
65 MockTask b1 = addTask("b", 1);
77 MockTask a3 = addTask("a" , 3);
78 MockTask c1 = addTask("c" , 1);
100 private MockTask addTask(String name, int id)
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 70 return addTask (new instrTask (this), getNestedTaskName ("instr"));
75 return addTask (new mergeTask (this), getNestedTaskName ("merge"));
80 return addTask (new reportTask (this), getNestedTaskName ("report"));
86 protected NestedTask addTask (final NestedTask task, final String pseudoName)
  /frameworks/base/libs/hwui/thread/
TaskManager.h 61 bool addTask(const sp<Task<T> >& task, const sp<TaskProcessor<T> >& processor) {
82 bool addTask(TaskWrapper task);
TaskProcessor.h 64 return mManager->addTask(task, self);
TaskManager.cpp 71 return thread->addTask(wrapper);
97 bool TaskManager::WorkerThread::addTask(TaskWrapper task) {
  /packages/apps/Gallery2/src/com/android/photos/data/
MediaCache.java 360 addTask(contentUri, complete, lowResolution, MediaSize.Thumbnail);
377 addTask(contentUri, complete, lowResolution, MediaSize.Preview);
400 addTask(contentUri, new NotifyOriginalReady(complete), notifyLowResolution,
483 private void addTask(Uri contentUri, ImageReady complete, ImageReady lowResolution,
490 addTask(contentUri, notifyComplete, notifyLowResolution, size);
493 private void addTask(Uri contentUri, NotifyReady complete, NotifyImageReady lowResolution,
  /external/v8/benchmarks/
richards.js 137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
147 this.addTask(id, priority, queue, new HandlerTask(this));
157 this.addTask(id, priority, queue, new DeviceTask(this))
168 this.addTask(id, priority, queue, task);
179 Scheduler.prototype.addTask = function (id, priority, queue, task) {
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 132 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
142 this.addTask(id, priority, queue, new HandlerTask(this));
152 this.addTask(id, priority, queue, new DeviceTask(this))
163 this.addTask(id, priority, queue, task);
174 Scheduler.prototype.addTask = function (id, priority, queue, task) {
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 132 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
142 this.addTask(id, priority, queue, new HandlerTask(this));
152 this.addTask(id, priority, queue, new DeviceTask(this))
163 this.addTask(id, priority, queue, task);
174 Scheduler.prototype.addTask = function (id, priority, queue, task) {
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 132 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
142 this.addTask(id, priority, queue, new HandlerTask(this));
152 this.addTask(id, priority, queue, new DeviceTask(this))
163 this.addTask(id, priority, queue, task);
174 Scheduler.prototype.addTask = function (id, priority, queue, task) {
  /external/emma/lib/
emma_ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 608 milliseconds