Searched refs:UT_alloc (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc.java23 public class UT_alloc extends UnitTest { class in inherits:UnitTest
26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { method in class:UT_alloc
H A DRSTestCore.java82 unitTests.add(new UT_alloc(this, mRes, mCtx));
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc.java23 public class UT_alloc extends UnitTest { class in inherits:UnitTest
26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { method in class:UT_alloc
H A DRSTestCore.java81 unitTests.add(new UT_alloc(this, mRes, mCtx));
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DUT_alloc.java23 public class UT_alloc extends UnitTest { class in inherits:UnitTest
26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { method in class:UT_alloc
H A DRSTestCore.java72 unitTests.add(new UT_alloc(this, mRes, mCtx));
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUT_alloc.java23 public class UT_alloc extends UnitTest { class in inherits:UnitTest
26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { method in class:UT_alloc
H A DRSTestCore.java72 unitTests.add(new UT_alloc(this, mRes, mCtx));
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_alloc.java25 public class UT_alloc extends UnitTest { class in inherits:UnitTest
34 protected UT_alloc(RSTestCore rstc, Context ctx) { method in class:UT_alloc
H A DRSContinuousTest.java51 UT_alloc test = new UT_alloc(null, mContext);
H A DRSTestCore.java79 unitTests.add(new UT_alloc(this, mCtx));

Completed in 149 milliseconds