Home
last modified time | relevance | path

Searched defs:TestError (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/testing/
H A DAssertTest.java82 static class TestError extends Error { class in AssertTest
/aosp12/art/test/1940-ddms-ext/src-art/art/
H A DTest1940.java43 public static final class TestError extends Error { class in Test1940
44 public TestError(String s) { super(s); } in TestError() method in Test1940.TestError
/aosp12/art/test/991-field-trace-2/src/art/
H A DTest991.java54 private static class TestError extends Error { class in Test991
56 public TestError(String s) { super(s); } in TestError() method in Test991.TestError
/aosp12/system/security/keystore2/src/
H A Derror.rs271 enum TestError { enum
/aosp12/system/update_engine/scripts/update_payload/
H A Dtest_utils.py33 class TestError(Exception): class