Searched refs:SCRIPT (Results 1 - 7 of 7) sorted by relevance

/cts/tests/tests/rscpp/librscpptest/
H A Drs_jni_element.cpp151 passed &= (Element::SCRIPT(mRS) != nullptr);
193 sp<const Element> SCRIPT = Element::SCRIPT(mRS); local
206 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE,
287 eb->add(Element::SCRIPT(mRS), "SCRIPT", arraySize);
H A Drs_jni_type.cpp96 passed &= testTypeBuilderHelper(mRS, Element::SCRIPT(mRS));
H A Drs_jni_allocation.cpp115 createTypedHelper(rs, Element::SCRIPT(rs));
/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DElementTest.java122 assertTrue(Element.SCRIPT(mRS) != null);
227 Element[] SCRIPT = { Element.SCRIPT(mRS) };
253 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE,
339 eb.add(Element.SCRIPT(mRS), "SCRIPT", arraySize);
409 assertFalse(Element.SCRIPT(mRS).isComplex());
H A DTypeTest.java78 testTypeBuilderHelper(Element.SCRIPT(mRS));
H A DAllocationTest.java148 createTypedHelper(Element.SCRIPT(mRS));
191 createSizedHelper(Element.SCRIPT(mRS));
/cts/tests/tests/content/src/android/content/res/cts/
H A DConfigTest.java40 SCRIPT, enum constant in enum:ConfigTest.Properties
171 case SCRIPT:
1270 config.setProperty(Properties.SCRIPT, "Knda");

Completed in 146 milliseconds