/aosp_15_r20/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/ |
H A D | TestException.java | 23 class TestException extends Exception { class 24 TestException(Exception cause) { in TestException() method in TestException 28 TestException(String msg) { in TestException() method in TestException 32 TestException(String msg, Exception cause) { in TestException() method in TestException
|
/aosp_15_r20/external/testng/src/main/java/org/testng/ |
H A D | TestException.java | 10 public class TestException extends TestNGException { class 13 public TestException(String s) { in TestException() method in TestException 17 public TestException(Throwable t) { in TestException() method in TestException 21 public TestException(String message, Throwable t) { in TestException() method in TestException
|
/aosp_15_r20/art/test/1932-monitor-events-misc/src/art/ |
H A D | Monitors.java | 113 public static class TestException extends Error { class in Monitors 114 public TestException() { super(); } in TestException() method in Monitors.TestException 115 public TestException(String s) { super(s); } in TestException() method in Monitors.TestException 116 public TestException(String s, Throwable c) { super(s, c); } in TestException() method in Monitors.TestException
|
/aosp_15_r20/art/test/jvmti-common/ |
H A D | Monitors.java | 113 public static class TestException extends Error { class in Monitors 114 public TestException() { super(); } in TestException() method in Monitors.TestException 115 public TestException(String s) { super(s); } in TestException() method in Monitors.TestException 116 public TestException(String s, Throwable c) { super(s, c); } in TestException() method in Monitors.TestException
|
/aosp_15_r20/art/test/1930-monitor-info/src/art/ |
H A D | Monitors.java | 113 public static class TestException extends Error { class in Monitors 114 public TestException() { super(); } in TestException() method in Monitors.TestException 115 public TestException(String s) { super(s); } in TestException() method in Monitors.TestException 116 public TestException(String s, Throwable c) { super(s, c); } in TestException() method in Monitors.TestException
|
/aosp_15_r20/art/test/1933-monitor-current-contended/src/art/ |
H A D | Monitors.java | 113 public static class TestException extends Error { class in Monitors 114 public TestException() { super(); } in TestException() method in Monitors.TestException 115 public TestException(String s) { super(s); } in TestException() method in Monitors.TestException 116 public TestException(String s, Throwable c) { super(s, c); } in TestException() method in Monitors.TestException
|
/aosp_15_r20/art/test/1934-jvmti-signal-thread/src/art/ |
H A D | Monitors.java | 113 public static class TestException extends Error { class in Monitors 114 public TestException() { super(); } in TestException() method in Monitors.TestException 115 public TestException(String s) { super(s); } in TestException() method in Monitors.TestException 116 public TestException(String s, Throwable c) { super(s, c); } in TestException() method in Monitors.TestException
|
/aosp_15_r20/art/test/1931-monitor-events/src/art/ |
H A D | Monitors.java | 113 public static class TestException extends Error { class in Monitors 114 public TestException() { super(); } in TestException() method in Monitors.TestException 115 public TestException(String s) { super(s); } in TestException() method in Monitors.TestException 116 public TestException(String s, Throwable c) { super(s, c); } in TestException() method in Monitors.TestException
|
/aosp_15_r20/art/test/1927-exception-event/src/art/ |
H A D | Test1927.java | 74 public static class TestException extends Error { class in Test1927 75 public TestException(String s) { super(s); } in TestException() method in Test1927.TestException 76 public TestException() { super("from java"); } in TestException() method in Test1927.TestException
|
/aosp_15_r20/art/test/1928-exception-event-exception/src/art/ |
H A D | Test1928.java | 75 public static class TestException extends BaseTestException { class in Test1928 76 public TestException(String e) { super(e); } in TestException() method in Test1928.TestException 77 public TestException(String e, Throwable t) { super(e, t); } in TestException() method in Test1928.TestException
|
/aosp_15_r20/art/test/1929-exception-catch-exception/src/art/ |
H A D | Test1929.java | 79 public static class TestException extends BaseTestException { class in Test1929 80 public TestException(String e) { super(e); } in TestException() method in Test1929.TestException 81 public TestException(String e, Throwable t) { super(e, t); } in TestException() method in Test1929.TestException
|
/aosp_15_r20/art/test/2282-single-step-before-catch/src/art/ |
H A D | Test2282.java | 56 public static class TestException extends Error { class in Test2282 57 public TestException(String e) { in TestException() method in Test2282.TestException
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
H A D | ReactiveStreamTckTest.kt | 41 class TestException : Exception() class
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_exception.cpp | 22 TEST(TestException, TestAssertion) { in TEST() argument 111 TEST(TestException, TestCustomException) { in TEST() argument
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuDefs.cpp | 82 TestException::TestException(const char *message, const char *expr, const char *file, int line, qpT… in TestException() function in tcu::TestException 88 TestException::TestException(const std::string &message, qpTestResult result) : Exception(message),… in TestException() function in tcu::TestException
|
/aosp_15_r20/external/fbjni/test/jni/ |
H A D | hybrid_tests.cpp | 23 class TestException : public std::runtime_error { class 25 TestException() : std::runtime_error("fail") {} in TestException() function in TestException
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
H A D | ThreadGroupTest.java | 562 class TestException extends RuntimeException { in test_uncaughtException_runtimeException() class 602 class TestException extends RuntimeException { in test_uncaughtException_exceptionHandledByHandler() class
|
/aosp_15_r20/art/test/111-unresolvable-exception/src/ |
H A D | TestException.java | 17 public class TestException extends Exception { class
|
/aosp_15_r20/external/cronet/build/android/pylib/base/ |
H A D | test_exception.py | 6 class TestException(Exception): class
|
/aosp_15_r20/frameworks/base/media/tests/mediatestutils/javatests/com/android/media/mediatestutils/ |
H A D | CancelAllFuturesRuleTest.java | 39 public static class TestException extends Throwable { } class in CancelAllFuturesRuleTest
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/testing/ |
H A D | AssertTest.java | 79 static class TestException extends RuntimeException { class in AssertTest
|
/aosp_15_r20/external/libchrome/base/test/android/java/src/org/chromium/base/ |
H A D | JavaHandlerThreadHelpers.java | 18 private static class TestException extends Exception {} class in JavaHandlerThreadHelpers
|
/aosp_15_r20/external/cronet/base/test/android/java/src/org/chromium/base/ |
H A D | JavaHandlerThreadHelpers.java | 18 private static class TestException extends Exception {} class in JavaHandlerThreadHelpers
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
H A D | EventWithExceptionDebuggee.java | 32 static final class TestException extends Exception { class in EventWithExceptionDebuggee
|
/aosp_15_r20/external/angle/build/android/pylib/base/ |
H A D | test_exception.py | 6 class TestException(Exception): class
|