Home
last modified time | relevance | path

Searched defs:TestResult (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
15 } TestResult_t; argument
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
15 } TestResult_t; argument
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
15 } TestResult_t; argument
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
15 } TestResult_t; argument
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
15 } TestResult_t; argument
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
15 } TestResult_t; argument
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java121 private static class TestResult { class in AutomaticActivity
122 TestResult(String label, float error) { in TestResult() method in AutomaticActivity.TestResult