Home
last modified time | relevance | path

Searched refs:addTask (Results 1 – 5 of 5) sorted by relevance

/external/emma/ant/ant14/com/vladium/emma/
DemmaTask.java70 return addTask (new instrTask (this), getNestedTaskName ("instr")); in createInstr()
75 return addTask (new mergeTask (this), getNestedTaskName ("merge")); in createMerge()
80 return addTask (new reportTask (this), getNestedTaskName ("report")); in createReport()
86 protected NestedTask addTask (final NestedTask task, final String pseudoName) in addTask() method in emmaTask
/external/v8/benchmarks/
Drichards.js137 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) { method in Scheduler
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-richards.js132 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) { method in Scheduler
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-richards.js132 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) { method in Scheduler
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-richards.js132 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) { method in Scheduler