HomeSort by relevance Sort by last modified time
    Searched defs:addTask (Results 1 - 25 of 38) sorted by null

1 2

  /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);
TaskManager.cpp 76 return thread->addTask(wrapper);
109 bool TaskManager::WorkerThread::addTask(TaskWrapper task) {
  /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/packages/SystemUI/src/com/android/systemui/recents/model/
TaskGrouping.java 22 void addTask(Task t) {
TaskStack.java 194 public void addTask(Task t) {
376 group.addTask(t);
423 group.addTask(t);
RecentsTaskLoader.java 67 void addTask(Task t) {
533 mLoadQueue.addTask(t);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java 103 public void addTask(Runnable task) {
185 mRunQueue.addTask(task);
259 mRunQueue.addTask(new Runnable() {
368 mRunQueue.addTask(new Runnable() {
382 mRunQueue.addTask(new Runnable() {
458 mRunQueue.addTask(new Runnable() {
487 mRunQueue.addTask(new Runnable() {
508 mRunQueue.addTask(new Runnable() {
578 mRunQueue.addTask(new Runnable() {
681 mRunQueue.addTask(new Runnable()
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/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) {
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 172 void addTask(Task task, boolean toTop) {
189 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG, "addTask: task=" + task + " toTop=" + toTop
202 addTask(task, true);
208 addTask(task, false);
WindowManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]
  /external/emma/lib/
emma_ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 793 milliseconds

1 2