Searched refs:RaiseException (Results 1 – 11 of 11) sorted by relevance
/external/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/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/compiler-rt/lib/asan/ |
D | asan_win.cc | 58 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument 59 CHECK(REAL(RaiseException)); in INTERCEPTOR_WINAPI() 61 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI() local 141 ASAN_INTERCEPT_FUNC(RaiseException); in InitializePlatformInterceptors()
|
/external/bison/lib/ |
D | msvc-inval.c | 55 RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); in gl_msvc_invalid_parameter_handler() 110 RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); in gl_msvc_invalid_parameter_handler()
|
/external/llvm/test/tools/llvm-readobj/ |
D | imports.test | 12 X86-NEXT: Symbol: RaiseException (1087) 55 X64-NEXT: Symbol: RaiseException (1091)
|
/external/webrtc/src/system_wrappers/source/ |
D | set_thread_name_win.h | 35 RaiseException(0x406D1388, 0, sizeof(info) / sizeof(DWORD), in SetThreadName()
|
/external/libunwind/ |
D | Android.mk | 280 src/unwind/RaiseException.c \
|
/external/libunwind/src/ |
D | Makefile.am | 120 unwind/RaiseException.c unwind/Resume.c \
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 745 PUBLIC 12a09 10 RaiseException
|