/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ClearObjectTest.java | 42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() argument 64 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testClearObjectElement() local 68 forEach(TEST_ID_ELEMENT, mIn, mOut); in testClearObjectElement() 77 mIn.destroy(); in testClearObjectElement() 84 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectType() local 88 forEach(TEST_ID_TYPE, mIn, mOut); in testclearObjectType() 97 mIn.destroy(); in testclearObjectType() 103 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectAllocation() local 104 Allocation allocation = Allocation.createTyped(mRS, mIn.getType()); in testclearObjectAllocation() 107 forEach(TEST_ID_ALLOCATION, mIn, mOut); in testclearObjectAllocation() [all …]
|
D | SetObjectTest.java | 28 private Allocation mIn; field in SetObjectTest 56 if (mIn != null) { in tearDown() 57 mIn.destroy(); in tearDown() 78 mIn = field.getAllocation(); in testSetObjectElement() 81 ms_set.forEach_set_object_element(mIn, mOut); in testSetObjectElement() 98 mIn = field.getAllocation(); in testSetObjectType() 102 ms_set.forEach_set_object_type(mIn, mOut); in testSetObjectType() 121 mIn = field.getAllocation(); in testSetObjectAllocation() 125 ms_set.forEach_set_object_allocation(mIn, mOut); in testSetObjectAllocation() 143 mIn = field.getAllocation(); in testSetObjectSampler() [all …]
|
D | IsObjectTest.java | 29 private Allocation mIn; field in IsObjectTest 55 if (mIn != null) { in tearDown() 56 mIn.destroy(); in tearDown() 77 mIn = filed.getAllocation(); in testIsObjectElement() 80 ms_is_object.forEach_is_object_element(mIn, mOut); in testIsObjectElement() 97 mIn = filed.getAllocation(); in testIsObjectType() 101 ms_is_object.forEach_is_object_type(mIn, mOut); in testIsObjectType() 121 mIn = filed.getAllocation(); in testIsObjectAllocation() 125 ms_is_object.forEach_is_object_allocation(mIn, mOut); in testIsObjectAllocation() 144 mIn = filed.getAllocation(); in testIsObjectSampler() [all …]
|
D | InitTest.java | 24 private Allocation mIn; field in InitTest 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() argument 30 script.forEach_root(mIn, mOut); in forEach() 38 mIn = Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE); in testInitTest() 45 mIn.copy1DRangeFrom(0, INPUTSIZE, in); in testInitTest() 48 forEach(0, mIn, mOut); in testInitTest() 54 mIn.destroy(); in testInitTest()
|
D | AllocationResize.java | 26 private Allocation mIn; field in AllocationResize 31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() argument 32 mScript.forEach_root(mIn, mOut); in forEach() 41 mIn = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE/2); in testResize() 43 mIn.resize(INPUTSIZE); in testResize() 52 mIn.copy1DRangeFrom(0, INPUTSIZE, inArray); in testResize() 55 forEach(0, mIn, mOut); in testResize()
|
D | RsPackColorTo8888Test.java | 41 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() argument 44 script_f32.forEach_pack_color_to_8888_rgb(mIn, mOut); in forEach() 47 script_f32.forEach_pack_color_to_8888_rgba(mIn, mOut); in forEach() 50 script_f32.forEach_pack_color_to_8888_f32_3(mIn, mOut); in forEach() 53 script_f32.forEach_pack_color_to_8888_f32_4(mIn, mOut); in forEach()
|
D | allocationCopy2DRange.rscript | 7 rs_allocation mIn; 12 width, height, mIn, 0, 0, 0,
|
D | RsUnpackColor8888Test.java | 37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() argument 38 script.forEach_root(mIn, mOut); in forEach()
|
D | LaunchClip.java | 29 int[] mIn; field in LaunchClip 81 mIn = new int[t.getCount()]; in setup()
|
D | RSBaseCompute.java | 408 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() argument 412 public void forEach(int testId, Allocation mIn) throws RSRuntimeException { in forEach() argument
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | FileSystemPermissionTest.java | 234 private final InputStream mIn; field in FileSystemPermissionTest.DrainCallable 237 mIn = in; in DrainCallable() 245 while ((chunkSize = mIn.read(buf)) != -1) { in call()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_object.cpp | 106 sp<Allocation> mIn = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation() local 107 sp<Allocation> allocation = Allocation::createTyped(mRS, mIn->getType()); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/ |
D | IPCThreadState.h | 127 Parcel mIn; variable
|