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

  /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 71 return thread->addTask(wrapper);
97 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/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java 94 public void addTask(Runnable task) {
169 mRunQueue.addTask(task);
236 mRunQueue.addTask(new Runnable() {
298 mRunQueue.addTask(new Runnable() {
312 mRunQueue.addTask(new Runnable() {
388 mRunQueue.addTask(new Runnable() {
417 mRunQueue.addTask(new Runnable() {
438 mRunQueue.addTask(new Runnable() {
508 mRunQueue.addTask(new Runnable() {
621 mRunQueue.addTask(new Runnable()
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
TaskStack.java 100 boolean addTask(Task task, boolean toTop) {
119 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG, "addTask: task=" + task + " toTop=" + toTop
124 mDisplayContent.addTask(task, toTop);
132 return addTask(task, true);
138 return addTask(task, false);
DisplayContent.java 174 void addTask(Task task, boolean toTop) {
WindowManagerService.java     [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) {
  /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) {
  /frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotProxy.js 106 addTask: function(task)
154 this._asyncTaskQueue.addTask(dispatch.bind(this));
168 this._asyncTaskQueue.addTask(send.bind(this));
  /external/emma/lib/
emma_ant.jar 
  /prebuilts/tools/common/m2/internal/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 

Completed in 415 milliseconds