Searched refs:priority (Results 1 – 5 of 5) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | richards.js | 126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) { argument 127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count)); 136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) { argument 137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0)); 146 Scheduler.prototype.addHandlerTask = function (id, priority, queue) { argument 147 this.addTask(id, priority, queue, new HandlerTask(this)); 156 Scheduler.prototype.addDeviceTask = function (id, priority, queue) { argument 157 this.addTask(id, priority, queue, new DeviceTask(this)) 167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) { argument 168 this.addTask(id, priority, queue, task); [all …]
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ProcessTest.java | 107 int priority = Process.getThreadPriority(myTid); in testMiscMethods() local 108 assertTrue(priority >= THREAD_PRIORITY_HIGHEST in testMiscMethods() 109 && priority <= Process.THREAD_PRIORITY_LOWEST); in testMiscMethods()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ResolveInfoTest.java | 62 assertEquals(resolveInfo.priority, infoFromParcel.priority); in testDump()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | SoundPoolTest.java | 148 int priority = 1; in testSoundPoolOp() local 151 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp() 165 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp() 176 priority = 0; in testSoundPoolOp() 177 mSoundPool.setPriority(streamID, priority); in testSoundPoolOp()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 10135 volatile int priority 11741 int priority
|