Home
last modified time | relevance | path

Searched refs:initTest (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSInitTest.java30 native boolean initTest(String path); in initTest() method in RSInitTest
37 assertTrue(initTest(this.getContext().getCacheDir().toString())); in testRSInit()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBlur.java48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest() method in IntrinsicBlur
104 initTest(w, h, e, null); in testU8_1()
118 initTest(w, h, e, null); in testU8_4()
135 initTest(w, h, e, lo); in testU8_1C()
150 initTest(w, h, e, lo); in testU8_4C()
/cts/suite/audio_quality/test/
DFileUtilTest.cpp30 TEST_F(FileUtilTest, initTest) { in TEST_F() argument