Home
last modified time | relevance | path

Searched +defs:e +defs:h (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBlur.java48 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
DIntrinsicBase.java62 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()
DIntrinsicConvolve5x5.java24 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
DIntrinsicConvolve3x3.java23 …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
DAllocationTest.java34 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
DIntrinsicResize.java27 …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/
DRSCppTest.java78 Element e; in makeElement() local
91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
DRSResizeTest.java34 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/
DStorageStatsTest.java354 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/
DXmlUtils.java298 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/
DXmlUtils.java270 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/
DXmlUtils.java271 Map.Entry e = (Map.Entry)i.next(); in writeMapXml() local
367 int h = b>>4; in writeByteArrayXml() local