Home
last modified time | relevance | path

Searched refs:RaiseException (Results 1 – 20 of 20) sorted by relevance

/external/googletest/googletest/test/
Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
97 RaiseException(42, 0, 0, NULL); in TEST()
Dgoogletest-death-test_ex_test.cc80 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
97 RaiseException(42, 0, 0, NULL); in TEST()
Dgoogletest-death-test_ex_test.cc80 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp99 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument
100 CHECK(REAL(RaiseException)); in INTERCEPTOR_WINAPI()
102 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI() local
182 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors()
183 (uptr *)&REAL(RaiseException))) { in InitializePlatformInterceptors()
/external/compiler-rt/lib/asan/
Dasan_win.cc68 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument
69 CHECK(REAL(RaiseException)); in INTERCEPTOR_WINAPI()
71 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI() local
155 ASAN_INTERCEPT_FUNC(RaiseException); in InitializePlatformInterceptors()
/external/protobuf/objectivec/
DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
73 RaiseException(GPBCodedInputStreamErrorRecursionDepthExceeded, nil);
80 RaiseException(GPBCodedInputStreamErrorInvalidSize, nil);
85 RaiseException(GPBCodedInputStreamErrorSubsectionLimitReached, nil);
119 RaiseException(GPBCodedInputStreamErrorInvalidVarInt, @"Invalid VarInt64");
210 RaiseException(GPBCodedInputStreamErrorInvalidTag,
215 RaiseException(GPBCodedInputStreamErrorInvalidTag,
239 RaiseException(GPBCodedInputStreamErrorInvalidUTF8, nil);
274 RaiseException(GPBCodedInputStreamErrorInvalidSubsectionLimit, nil);
297 RaiseException(GPBCodedInputStreamErrorInvalidTag, @"Unexpected tag read");
/external/llvm-project/llvm/unittests/Support/
DCrashRecoveryTest.cpp118 RaiseException(123, EXCEPTION_NONCONTINUABLE, 0, NULL); in raiseIt()
121 TEST(CrashRecoveryTest, RaiseException) { in TEST() argument
/external/pdfium/third_party/base/allocator/partition_allocator/
Doom.h28 ::RaiseException(0xE0000008, EXCEPTION_NONCONTINUABLE, 0, nullptr); \
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dimports.test12 X86-NEXT: Symbol: RaiseException (1087)
55 X64-NEXT: Symbol: RaiseException (1091)
/external/llvm/test/tools/llvm-readobj/
Dimports.test12 X86-NEXT: Symbol: RaiseException (1087)
55 X64-NEXT: Symbol: RaiseException (1091)
/external/llvm-project/llvm/lib/Support/
DCrashRecoveryContext.cpp434 ::RaiseException(0xE0000000 | RetCode, 0, 0, NULL); in HandleExit()
454 ::RaiseException(RetCode, 0, 0, NULL); in throwIfCrash()
/external/webrtc/rtc_base/
Dplatform_thread_types.cc103 ::RaiseException(0x406D1388, 0, sizeof(threadname_info) / sizeof(ULONG_PTR), in SetCurrentThreadName()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp68 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR), (ULONG_PTR*)&info); in LegacySetThreadName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc83 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp428 ::RaiseException(0xE0000000 | RetCode, 0, 0, NULL); in HandleExit()
/external/llvm-project/libunwind/src/
DUnwind-seh.cpp343 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
/external/llvm-project/llvm/lib/Support/Windows/
DThreading.inc85 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
/external/python/cpython3/Modules/
Dfaulthandler.c1225 RaiseException(code, flags, 0, NULL); in faulthandler_raise_exception()
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym745 PUBLIC 12a09 10 RaiseException