Home
last modified time | relevance | path

Searched defs:testException (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdservicesFrameworkHelperTest.java31 Throwable testException = new Throwable("testEmptyStackException"); in testGetExceptionStackTraceString_empty() local
40 Throwable testException = new Throwable("test exception message"); in testGetExceptionStackTraceString_regular() local
63 Throwable testException = new Throwable("test exception message", generatedThrowable); in testGetExceptionStackTraceString_getCause() local
/aosp_15_r20/external/libxml2/
H A Dtestlimits.c1104 typedef struct testException testException; typedef
1106 struct testException { struct
1114 testException testExceptions[] = { argument
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtestlimits.c1138 typedef struct testException testException; typedef
1140 struct testException { struct
1148 testException testExceptions[] = { argument
/aosp_15_r20/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
H A DSafeCleanerRuleTest.java206 final RuntimeException testException = new RuntimeException("TEST, Y U NO PASS?"); in testThrowTheKitchenSinkAKAEverybodyThrows() local
242 final RuntimeException testException = new RuntimeException("TEST, Y U NO PASS?"); in testIgnoreAssumptionViolatedException() local
267 final RuntimeException testException = new RuntimeException("TEST, Y U NO PASS?"); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
H A DCountTest.kt25 fun testException() = runTest { in <lambda>() method
H A DSingleTest.kt36 fun testException() = runTest { in <lambda>() method in kotlinx.coroutines.flow.SingleTest
/aosp_15_r20/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
H A DListenableFutureExceptionsTest.kt47 private fun testException( in <lambda>() method in kotlinx.coroutines.guava.ListenableFutureExceptionsTest
H A DListenableFutureTest.kt629 val testException = TestException() in <lambda>() constant
679 val testException = TestException() in <lambda>() constant
693 val testException = TestException() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/future/
H A DFutureExceptionsTest.kt50 private fun testException( in <lambda>() method in kotlinx.coroutines.future.FutureExceptionsTest
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
H A DFlowableExceptionHandlingTest.kt25 fun testException() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx3.FlowableExceptionHandlingTest
H A DObservableExceptionHandlingTest.kt26 fun testException() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx3.ObservableExceptionHandlingTest
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
H A DFlowableExceptionHandlingTest.kt25 fun testException() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method
H A DObservableExceptionHandlingTest.kt26 fun testException() = withExceptionHandler({ expectUnreached() }) { in <lambda>() method in kotlinx.coroutines.rx2.ObservableExceptionHandlingTest
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
H A DPublisherAsFlowTest.kt266 fun testException() = runTest { in <lambda>() method
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadGroupTest.java579 final TestException testException = new TestException(); in test_uncaughtException_runtimeException() local
616 final TestException testException = new TestException(); in test_uncaughtException_exceptionHandledByHandler() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A DFlowOnTest.kt305 fun testException() = runTest { in <lambda>() method in kotlinx.coroutines.flow.FlowOnTest
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
H A DTinyFrameworkExceptionTester.java22 public static int testException() { in testException() method in TinyFrameworkExceptionTester
/aosp_15_r20/frameworks/base/tests/testables/tests/src/android/testing/
H A DTestableLooperJUnit4Test.java38 public void testException() throws Exception { in testException() method in TestableLooperJUnit4Test
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dstl.cpp20 void testException(std::exception e) { in testException() function
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentProviderResultTest.java54 public void testException() throws Exception { in testException() method in ContentProviderResultTest
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceManagerTest.java77 ServiceNotFoundException testException = in testProfilingServiceNotFoundException() local
/aosp_15_r20/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
H A DLogTest.java78 public void testException() { in testException() method in LogTest
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.void/observers/
H A Dvalue.pass.cpp54 void testException() { in testException() function
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/test/java/com/google/api/core/
H A DSettableApiFutureTest.java61 public void testException() throws Exception { in testException() method in SettableApiFutureTest
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DTinkBugExceptionTest.java34 public void testException() throws Exception { in testException() method in TinkBugExceptionTest

1234