/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicBlur.java | 48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest() 102 final int h = 97; in testU8_1() local 103 Element e = Element.U8(mRS); in testU8_1() local 116 final int h = 97; in testU8_4() local 117 Element e = Element.U8_4(mRS); in testU8_4() local 131 final int h = 97; in testU8_1C() local 132 Element e = Element.U8(mRS); in testU8_1C() local 146 final int h = 97; in testU8_4C() local 147 Element e = Element.U8_4(mRS); in testU8_4C() local
|
D | IntrinsicBase.java | 62 Element e; in makeElement() local 75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 95 protected void makeSource(int w, int h, Element e) { in makeSource() 127 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
|
D | IntrinsicConvolve5x5.java | 24 Element e, float cf[], String name, int num, int w, int h, in test5() 76 …private void testConvolve5(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc… in testConvolve5() 96 Element e = makeElement(dt, vecSize); in testConvolve5() local
|
D | IntrinsicConvolve3x3.java | 23 …private void testConvolve3(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc… in testConvolve3() 31 Element e = makeElement(dt, vecSize); in testConvolve3() local
|
D | AllocationTest.java | 34 void createTypedHelper(Element e) { in createTypedHelper() 56 void createTypedTextureHelper(Element e) { in createTypedTextureHelper() 105 void createSizedHelper(Element e) { in createSizedHelper() 108 assertEquals(A.getType().getElement(), e); in createSizedHelper() local 721 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local 722 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local
|
D | IntrinsicResize.java | 27 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize() 29 Element e = makeElement(dt, vecSize); in testResize() local
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSCppTest.java | 78 Element e; in makeElement() local 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
|
D | RSResizeTest.java | 34 native boolean resizeTest(String path, int w, int h, float scaleX, float scaleY, in resizeTest() 37 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize() 44 Element e = makeElement(dt, vecSize); in testResize() local 81 resizeTest(this.getContext().getCacheDir().toString().toString(), w, h, scaleX, scaleY, in testResize() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 354 final File e = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() local 358 final File h = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() local
|
/cts/tests/tests/content/src/android/content/cts/util/ |
D | XmlUtils.java | 298 Map.Entry e = (Map.Entry)i.next(); in writeMapXml() local 394 int h = b>>4; in writeByteArrayXml() local
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | XmlUtils.java | 270 Map.Entry e = (Map.Entry)i.next(); in writeMapXml() local 366 int h = b>>4; in writeByteArrayXml() local
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | XmlUtils.java | 271 Map.Entry e = (Map.Entry)i.next(); in writeMapXml() local 367 int h = b>>4; in writeByteArrayXml() local
|