OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ut_element
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_element.java
23
public class
UT_element
extends UnitTest {
68
protected
UT_element
(RSTestCore rstc, Resources res, Context ctx) {
RSTestCore.java
90
unitTests.add(new
UT_element
(this, mRes, mCtx));
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_element.java
26
public class
UT_element
extends UnitTest {
71
protected
UT_element
(RSTestCore rstc, Resources res, Context ctx) {
RSTestCore.java
98
unitTests.add(new
UT_element
(this, mRes, mCtx));
Completed in 194 milliseconds