/external/emma/ant/ant14/com/vladium/emma/ |
D | emmaTask.java | 70 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/ |
D | 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) { method in Scheduler
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | 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) { method in Scheduler
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | 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) { method in Scheduler
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | 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) { method in Scheduler
|