Home
last modified time | relevance | path

Searched defs:TestException (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
H A DTestException.java23 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 DTestException.java10 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 DMonitors.java113 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 DMonitors.java113 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 DMonitors.java113 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 DMonitors.java113 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 DMonitors.java113 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 DMonitors.java113 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 DTest1927.java74 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 DTest1928.java75 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 DTest1929.java79 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 DTest2282.java56 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 DReactiveStreamTckTest.kt41 class TestException : Exception() class
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_exception.cpp22 TEST(TestException, TestAssertion) { in TEST() argument
111 TEST(TestException, TestCustomException) { in TEST() argument
/aosp_15_r20/external/deqp/framework/common/
H A DtcuDefs.cpp82 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 Dhybrid_tests.cpp23 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 DThreadGroupTest.java562 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 DTestException.java17 public class TestException extends Exception { class
/aosp_15_r20/external/cronet/build/android/pylib/base/
H A Dtest_exception.py6 class TestException(Exception): class
/aosp_15_r20/frameworks/base/media/tests/mediatestutils/javatests/com/android/media/mediatestutils/
H A DCancelAllFuturesRuleTest.java39 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 DAssertTest.java79 static class TestException extends RuntimeException { class in AssertTest
/aosp_15_r20/external/libchrome/base/test/android/java/src/org/chromium/base/
H A DJavaHandlerThreadHelpers.java18 private static class TestException extends Exception {} class in JavaHandlerThreadHelpers
/aosp_15_r20/external/cronet/base/test/android/java/src/org/chromium/base/
H A DJavaHandlerThreadHelpers.java18 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 DEventWithExceptionDebuggee.java32 static final class TestException extends Exception { class in EventWithExceptionDebuggee
/aosp_15_r20/external/angle/build/android/pylib/base/
H A Dtest_exception.py6 class TestException(Exception): class

123