Searched defs:queue (Results 1 – 3 of 3) sorted by relevance
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
D | richards.js | 126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) { argument 136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) { argument 146 Scheduler.prototype.addHandlerTask = function (id, priority, queue) { argument 156 Scheduler.prototype.addDeviceTask = function (id, priority, queue) { argument 167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) { argument 179 Scheduler.prototype.addTask = function (id, priority, queue, task) { argument 241 Scheduler.prototype.queue = function (packet) { method in Scheduler 260 function TaskControlBlock(link, id, priority, queue, task) { argument 527 Packet.prototype.addTo = function (queue) { argument
|
/cts/tests/tests/app/src/android/app/cts/ |
D | InstrumentationTest.java | 668 public void takeInputQueue(InputQueue.Callback queue) { in takeInputQueue()
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/ |
D | jquery.js | 2014 queue: function( elem, type, data ) { method 2065 queue: function( type, data ) { method
|