/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_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 SetUpTestCase() { RaiseException(42, 0, 0, NULL); } in SetUpTestCase() 76 static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); } in TearDownTestCase() 83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp() 90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown() 96 RaiseException(42, 0, 0, NULL); in TEST()
|
D | gtest-death-test_ex_test.cc | 81 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CrashRecoveryTest.cpp | 66 RaiseException(123, EXCEPTION_NONCONTINUABLE, 0, NULL); in raiseIt() 69 TEST(CrashRecoveryTest, RaiseException) { in TEST() argument
|
/external/llvm/test/tools/llvm-readobj/ |
D | imports.test | 12 X86-NEXT: Symbol: RaiseException (1087) 55 X64-NEXT: Symbol: RaiseException (1091)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | imports.test | 12 X86-NEXT: Symbol: RaiseException (1087) 55 X64-NEXT: Symbol: RaiseException (1091)
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | oom.h | 26 ::RaiseException(0xE0000008, EXCEPTION_NONCONTINUABLE, 0, nullptr); \
|
/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/webrtc/webrtc/base/ |
D | platform_thread.cc | 68 ::RaiseException(0x406D1388, 0, sizeof(threadname_info) / sizeof(DWORD), in SetCurrentThreadName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 84 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
|
/external/libunwind_llvm/src/ |
D | Unwind-seh.cpp | 353 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
|
/external/libunwind/ |
D | Android.bp | 450 "src/unwind/RaiseException.c",
|
/external/python/cpython3/Modules/ |
D | faulthandler.c | 1167 RaiseException(code, flags, 0, NULL); in faulthandler_raise_exception()
|
/external/libunwind/src/ |
D | Makefile.am | 120 unwind/RaiseException.c unwind/Resume.c \
|
/external/syzkaller/executor/ |
D | syscalls.h | 13688 {"RaiseException", 0, (syscall_t)RaiseException},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 86 RaiseException(dwExceptionCode int32, dwExceptionFlags int32, nNumberOfArguments int32, lpArguments…
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 745 PUBLIC 12a09 10 RaiseException
|