Home
last modified time | relevance | path

Searched refs:forEach (Results 1 – 25 of 107) sorted by relevance

12345

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java87 mListener.forEach(l -> l.onDisconnect(CtsConnection.this)); in onDisconnect()
97 mListener.forEach(l -> l.onHold(CtsConnection.this)); in onHold()
106 mListener.forEach(l -> l.onUnhold(CtsConnection.this)); in onUnhold()
120 mListener.forEach(l -> l.onAnswer(CtsConnection.this, videoState)); in onAnswer()
134 mListener.forEach(l -> l.onReject(CtsConnection.this)); in onReject()
141 mListener.forEach(l -> l.onShowIncomingCallUi(CtsConnection.this)); in onShowIncomingCallUi()
168 mListener.forEach(l -> l.onDestroyed(CtsConnection.this)); in setDisconnectedAndDestroy()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DClearObjectTest.java42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in ClearObjectTest
68 forEach(TEST_ID_ELEMENT, mIn, mOut); in testClearObjectElement()
88 forEach(TEST_ID_TYPE, mIn, mOut); in testclearObjectType()
107 forEach(TEST_ID_ALLOCATION, mIn, mOut); in testclearObjectAllocation()
127 forEach(TEST_ID_SAMPLER, mIn, mOut); in testclearObjectSampler()
146 forEach(TEST_ID_SCRIPT, mIn, mOut); in testclearObjectScript()
DIntrinsic3DLut.java99 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test1()
113 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test2()
128 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C()
144 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test2C()
DGetElementAt.java53 public void forEach(int testId, Allocation mOut) throws RSRuntimeException { in forEach() method in GetElementAt
81 forEach(TEST_ID_X, mOut); in testX()
102 forEach(TEST_ID_XY, mOut); in testXY()
DIntrinsicBlur.java106 mIntrinsic.forEach(mAllocDst); in testU8_1()
120 mIntrinsic.forEach(mAllocDst); in testU8_4()
136 mIntrinsic.forEach(mAllocDst, lo); in testU8_1C()
151 mIntrinsic.forEach(mAllocDst, lo); in testU8_4C()
DInitTest.java29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in InitTest
48 forEach(0, mIn, mOut); in testInitTest()
DAllocationResize.java31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in AllocationResize
55 forEach(0, mIn, mOut); in testResize()
DRsPackColorTo8888Test.java41 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in RsPackColorTo8888Test
83 forEach(testId, mAllocationIn, mAllocationOut); in float3input()
113 forEach(testId, mAllocationIn, mAllocationOut); in float4input()
DRsUnpackColor8888Test.java37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in RsUnpackColor8888Test
54 forEach(0, mAllocationIn, mAllocationOut); in testRsUnpackColor8888RGB()
DIntrinsicLut.java70 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test()
85 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C()
DIntrinsicConvolve3x3.java41 si.forEach(mAllocRef, sc); in testConvolve3()
91 si.forEach(mAllocRef, sc); in testConvolve3()
128 si.forEach(mAllocRef, sc); in testConvolve3()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DDisableScreenDozeRule.java61 Arrays.stream(DOZE_SETTINGS).forEach( in apply()
64 Arrays.stream(DOZE_SETTINGS).forEach(k -> putSecureSetting(k, "0")); in apply()
67 Arrays.stream(DOZE_SETTINGS).forEach( in apply()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DNormalizeScreenStateRule.java94 Arrays.stream(DOZE_SETTINGS).forEach( in apply()
97 Arrays.stream(DOZE_SETTINGS).forEach(k -> putSecureSetting(k, "0")); in apply()
100 Arrays.stream(DOZE_SETTINGS).forEach( in apply()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSColorMatrixTest.java64 cm.forEach(rsInput, rsOutput); in testRSColorMatrix0()
94 cm.forEach(rsInput, rsOutput); in testRSColorMatrix1()
129 cm.forEach(rsInput, rsOutput); in testRSColorMatrix2()
160 cm.forEach(rsInput, rsOutput); in testRSColorMatrix3()
191 cm.forEach(rsInput, rsOutput); in testRSColorMatrix4()
DRSBlurTest.java52 blur.forEach(rsOutput); in testRSBlurOneChannel()
81 blur.forEach(rsOutput); in testRSBlurFourChannels()
DRSYuvTest.java103 syuv.forEach(aout); in testV17()
141 syuv.forEach(aout); in test_YV12()
178 syuv.forEach(aout); in test_NV21()
DRSConvolveTest.java63 convolve.forEach(rsOutput); in testConvolve3x3()
120 convolve.forEach(rsOutput); in testConvolve5x5()
/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DTvTestBase.kt152 flags.forEach { in composeAmShellCommand()
156 boolExtras.forEach { in composeAmShellCommand()
159 intExtras.forEach { in composeAmShellCommand()
162 stringExtras.forEach { in composeAmShellCommand()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultHistoryCollection.java69 resultHistoryCollection.asSet().forEach(t-> addAll( in merge()
83 resultHistories.forEach(resultHistoryCollection -> merge(prefix, resultHistoryCollection)); in merge()
/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DBaseKillswitchTest.java128 mClassProvider.getAllClasses().forEach(klass -> { in doTestKillswitchMechanism()
131 .forEach(member -> { in doTestKillswitchMechanism()
DSignatureTest.java113 .forEach(complianceChecker::addBaseClass); in loadBaseClasses()
122 .forEach(complianceChecker::checkSignatureCompliance); in checkClassesSignatureCompliance()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp111 blur->forEach(outputAlloc); in Java_android_cts_rscpp_RSBlurTest_blurTest()
149 convolve->forEach(outputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
154 convolve->forEach(outputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
197 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RSLUTTest_lutTest()
242 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
292 cm->forEach(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest()
485 syuv->forEach(outputAlloc); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
/cts/tests/tests/content/src/android/content/pm/cts/util/
DAbandonAllPackageSessionsRule.kt35 packageInstaller.mySessions.forEach { in apply()
/cts/tests/tests/permission3/src/android/permission3/cts/
DPermissionUpgradeTest.kt69 ).forEach { in assertAllPermissionsGrantedByDefault()
150 ).forEach { in assertAppHasAllOrNoPermissions()
/cts/hostsidetests/install/app/src/android/cts/install/
DInstallRule.java83 .forEach(sessionInfo -> { in cleanUp()
103 getTestPackageNames(installType).stream().forEach(packageName -> { in assertPackageVersion()

12345