/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCopyPaddedTest.java | 36 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_1D() local 65 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_2D() local 95 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_3D() local 126 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_1D_Helper() local 163 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_2D_Helper() local 201 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_3D_Helper() local 237 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_1D() local 269 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_2D() local 302 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_3D() local 333 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Float3_1D() local [all …]
|
D | SmallStructsTest.java | 157 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") in testSmallStructsOfCharArray() local 217 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") in testSmallStructsOfHeterogeneousTypes() local
|
D | AllocationByteBufferTest.java | 56 Allocation alloc = createTypedAllocation(dt, size, dimX, dimY); in testByteBufferHelper() local 91 Allocation alloc = Allocation.createTyped(mRS, t); in test1DWrite() local 111 Allocation alloc = Allocation.createTyped(mRS, t); in test2DWrite() local
|
D | GetSetTest.java | 144 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify() 158 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify() 172 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify() 186 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify() 200 private void verify(float[] a1, float[] a2, Allocation alloc, String s, int vsize) { in verify() 214 private void verify(double[] a1, double[] a2, Allocation alloc, String s, int vsize) { in verify()
|
D | RSBaseCompute.java | 114 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); in createRandomAllocation() local 178 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); in createRandomFloatAllocation() local 203 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); in createRandomIntegerAllocation() local
|
D | ReduceTest.java | 98 Allocation alloc; in createInputAllocation() local 122 Allocation alloc[] = new Allocation[numAllocs]; in createInputAllocations() local
|
D | AllocationCopyToTest.java | 25 private Allocation alloc; field in AllocationCopyToTest
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 1074 int alloc = mBitmap.getAllocationByteCount(); in testGetAllocationByteCount() local 1075 assertEquals(mBitmap.getByteCount(), alloc); in testGetAllocationByteCount() local 1079 assertEquals(mBitmap.getByteCount(), alloc); in testGetAllocationByteCount() local 1080 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testGetAllocationByteCount() local 1085 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testGetAllocationByteCount() local 1209 int alloc = mBitmap.getAllocationByteCount(); in testReconfigure() local 1213 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testReconfigure() local 1214 assertEquals(mBitmap.getByteCount() * 8, alloc); in testReconfigure() local 1443 int alloc = mBitmap.getAllocationByteCount(); in testSetConfig() local 1447 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testSetConfig() local [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | AllocationCache.java | 86 Allocation alloc = list.remove(list.size() - 1); in getOrCreateTyped() local
|
D | AllocationInfo.java | 430 Allocation alloc = createAllocation(); in createBlockingInputAllocation() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_script.cpp | 60 sp<Allocation> alloc = Allocation::createTyped(mRS, t); in Java_android_cts_rscpp_RSScriptTest_testSet() local
|
D | rs_jni_allocation.cpp | 151 sp<Allocation> alloc = nullptr; in helperCopy1D() local 243 sp<Allocation> alloc = nullptr; in helperCopy2D() local 335 sp<Allocation> alloc = nullptr; in helperCopy3D() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8429/ |
D | poc.c | 115 struct nvmap_alloc_handle alloc = {0}; in trigger_nvmap_alloc() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/ |
D | poc.c | 131 struct nvmap_alloc_handle alloc = {0}; in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/ |
D | poc.c | 140 struct nvmap_alloc_handle alloc = { in main() local
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 1850 u64 alloc = proc + 0x1c0; in set_up_w128() local
|