Home
last modified time | relevance | path

Searched refs:work (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp43 std::unique_ptr<C2Work> &work, std::list<uint64_t> &flushedIndices,
176 void checkBufferOK(std::unique_ptr<C2Work> &work) { in checkBufferOK() argument
177 const C2GraphicView output = work->worklets.front() in checkBufferOK()
211 for (std::unique_ptr<C2Work> &work : workItems) { in handleWorkDone()
212 if (!work->worklets.empty()) { in handleWorkDone()
215 mWorkResult |= work->result; in handleWorkDone()
216 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone()
218 if (!codecConfig && !work->worklets.front()->output.buffers.empty()) { in handleWorkDone()
219 checkBufferOK(work); in handleWorkDone()
222 workDone(mComponent, work, mFlushedIndices, mQueueLock, mQueueCondition, mWorkQueue, in handleWorkDone()
[all …]
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DEnqueueJobWorkTest.java79 JobWorkItem work = received.get(i); in compareWork() local
88 + work); in compareWork()
90 if (!intentEquals(work.getIntent(), expectedArray.get(i).intent)) { in compareWork()
91 … fail("Received work #" + i + " " + work.getIntent() + " but expected " + expected[i]); in compareWork()
93 if (work.getDeliveryCount() != expectedArray.get(i).deliveryCount) { in compareWork()
94 fail("Received work #" + i + " " + work.getIntent() + " delivery count is " in compareWork()
95 + work.getDeliveryCount() + " but expected " in compareWork()
110 TestWorkItem[] work = new TestWorkItem[] { new TestWorkItem(work1) }; in testEnqueueOneWork() local
112 kTestEnvironment.setExpectedWork(work); in testEnqueueOneWork()
118 compareWork(work, kTestEnvironment.getLastReceivedWork()); in testEnqueueOneWork()
[all …]
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DMockJobService.java103 JobWorkItem work; in onStartJob() local
105 while ((work = params.dequeueWork()) != null) { in onStartJob()
106 final Intent intent = work.getIntent(); in onStartJob()
108 mReceivedWork.add(work); in onStartJob()
199 mPendingCompletions.add(work); in onStartJob()
201 mPendingCompletions.add(0, work); in onStartJob()
203 mParams.completeWork(work); in onStartJob()
228 if ((work = params.dequeueWork()) != null) { in onStartJob()
231 "Expected no remaining work after dequeue pending, but got: " + work); in onStartJob()
503 public void setExpectedWork(TestWorkItem[] work) { in setExpectedWork() argument
[all …]
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java124 JobWorkItem work; in onStartJob() local
126 while ((work = params.dequeueWork()) != null) { in onStartJob()
127 final Intent intent = work.getIntent(); in onStartJob()
129 mReceivedWork.add(work); in onStartJob()
224 mPendingCompletions.add(work); in onStartJob()
226 mPendingCompletions.add(0, work); in onStartJob()
228 mParams.completeWork(work); in onStartJob()
253 if ((work = params.dequeueWork()) != null) { in onStartJob()
256 "Expected no remaining work after dequeue pending, but got: " + work); in onStartJob()
624 public void setExpectedWork(TestWorkItem[] work) { in setExpectedWork() argument
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java183 LaunchSequence.LaunchSequenceExecutionInfo work = launch.fold(); in run() local
186 if (work.setup.isEmpty() || work.acts.isEmpty()) { in run()
191 LaunchFromIntent firstIntent = work.setup.get(0); in run()
198 for (int i = 1; i < work.setup.size(); i++) { in run()
199 LaunchFromIntent launchFromIntent = work.setup.get(i); in run()
210 for (LaunchFromIntent launchFromIntent : work.acts) { in run()
/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java695 final int expectedVideoQuality, final Work work) { in assertVideoQualityReceived() argument
697 work, in assertVideoQualityReceived()
722 final int expectedEvent, final Work work) { in assertCallSessionEventReceived() argument
724 work, in assertCallSessionEventReceived()
749 final int expectedWidth, final Work work) { in assertPeerWidthChanged() argument
751 work, in assertPeerWidthChanged()
933 final int expected, final Work work) { in assertRequestVideoProfileReceived() argument
935 work, in assertRequestVideoProfileReceived()
DBaseTelecomTestWithMockServices.java2377 void doWorkAndWaitUntilConditionIsTrueOrTimeout(Work work, Condition condition, long timeout,
2380 work.doWork();
2384 work.doWork();
/cts/tests/tests/content/BinderPermissionTestService/
DREADME.txt4 work correctly.
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/testdata/
DAndroid.bp39 // exclude_srcs does not work because it uses paths local to Android.bp.
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dcamera_response_fast.rsh20 // The typical work flow is to first remove the response from a photograph,
Dcamera_response.rsh20 // The typical work flow is to first remove the response from a photograph,
/cts/hostsidetests/library/
DAndroid.bp63 // host tools. To work-around the problem, they are listed in the `tools`
/cts/hostsidetests/theme/
DREADME109 native density; however, many of the tests will also work in a scaled density.