/external/googletest/googletest/test/ |
D | googletest-catch-exceptions-test_.cc | 55 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()
|
D | googletest-death-test_ex_test.cc | 80 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-catch-exceptions-test_.cc | 55 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()
|
D | googletest-death-test_ex_test.cc | 80 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_win.cpp | 99 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/ |
D | asan_win.cc | 68 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/ |
D | GPBCodedInputStream.m | 55 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/ |
D | CrashRecoveryTest.cpp | 118 RaiseException(123, EXCEPTION_NONCONTINUABLE, 0, NULL); in raiseIt() 121 TEST(CrashRecoveryTest, RaiseException) { in TEST() argument
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | oom.h | 28 ::RaiseException(0xE0000008, EXCEPTION_NONCONTINUABLE, 0, nullptr); \
|
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | imports.test | 12 X86-NEXT: Symbol: RaiseException (1087) 55 X64-NEXT: Symbol: RaiseException (1091)
|
/external/llvm/test/tools/llvm-readobj/ |
D | imports.test | 12 X86-NEXT: Symbol: RaiseException (1087) 55 X64-NEXT: Symbol: RaiseException (1091)
|
/external/llvm-project/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 434 ::RaiseException(0xE0000000 | RetCode, 0, 0, NULL); in HandleExit() 454 ::RaiseException(RetCode, 0, 0, NULL); in throwIfCrash()
|
/external/webrtc/rtc_base/ |
D | platform_thread_types.cc | 103 ::RaiseException(0x406D1388, 0, sizeof(threadname_info) / sizeof(ULONG_PTR), in SetCurrentThreadName()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 68 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/ |
D | Threading.inc | 83 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 428 ::RaiseException(0xE0000000 | RetCode, 0, 0, NULL); in HandleExit()
|
/external/llvm-project/libunwind/src/ |
D | Unwind-seh.cpp | 343 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Threading.inc | 85 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
|
/external/python/cpython3/Modules/ |
D | faulthandler.c | 1225 RaiseException(code, flags, 0, NULL); in faulthandler_raise_exception()
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 745 PUBLIC 12a09 10 RaiseException
|