Home
last modified time | relevance | path

Searched defs:task (Results 1 – 11 of 11) sorted by relevance

/cts/suite/audio_quality/test/
DModelBuilderTest.cpp53 TaskGeneric* task = mModelBuilder.parseTestDescriptionXml(xmlFile, true); in TEST_F() local
61 TaskGeneric* task = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
68 TaskGeneric* task = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
75 TaskGeneric* task = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
82 TaskGeneric* task = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
DTaskTest.cpp117 TestTaskDummy* task = reinterpret_cast<TestTaskDummy*>(mTaskSetup); in TEST_F() local
/cts/suite/audio_quality/lib/src/
DGenericFactory.cpp28 TaskGeneric* task; in createTask() local
DReport.cpp74 void Report::addCasePassed(const TaskCase* task) in addCasePassed()
82 void Report::addCaseFailed(const TaskCase* task) in addCaseFailed()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Drichards.js167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) { argument
179 Scheduler.prototype.addTask = function (id, priority, queue, task) { argument
260 function TaskControlBlock(link, id, priority, queue, task) { argument
345 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) { argument
/cts/suite/audio_quality/lib/src/task/
DTaskSequential.cpp92 bool TaskSequential::queueAsyncTask(TaskAsync* task) in queueAsyncTask()
DTaskGeneric.cpp67 TaskGeneric* task = this; in getTestCase() local
DModelBuilder.cpp248 bool ModelBuilder::parseAttributes(const TiXmlElement& elem, TaskGeneric& task) in parseAttributes()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java456 AsyncTask<Void, Void, Void> task; field in KeyChainTest.Step
458 public Step(int instructionTextId, boolean skippable, AsyncTask<Void, Void, Void> task) { in Step() argument
/cts/tests/tests/hardware/src/android/hardware/multiprocess/
DErrorLoggingService.java383 SettableFuture<List<LogEvent>> task = mFuturesQueue.poll(); in handleMessage() local
585 SettableFuture<List<LogEvent>> task = new SettableFuture<>(); in retrieveLog() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerService.java243 TimerTask task = new TimerTask() { in beginNotification() local