HomeSort by relevance Sort by last modified time
    Searched refs:RaiseException (Results 1 - 24 of 24) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
syscall_windows.go 10 register("RaiseException", RaiseException)
14 func RaiseException() {
17 proc := mod.MustFindProc("RaiseException")
19 println("RaiseException should not return")
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
syscall_windows.go 10 register("RaiseException", RaiseException)
14 func RaiseException() {
17 proc := mod.MustFindProc("RaiseException")
19 println("RaiseException should not return")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
internal.h 21 inline void DECLSPEC_NORETURN RaiseException(HRESULT hr, DWORD flags = EXCEPTION_NONCONTINUABLE) throw() {
22 ::RaiseException(static_cast<DWORD>(hr), flags, 0, NULL);
  /external/google-breakpad/src/testing/gtest/test/
gtest_catch_exceptions_test_.cc 55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); }
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); }
69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); }
76 static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); }
83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); }
90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); }
96 RaiseException(42, 0, 0, NULL);
gtest-death-test_ex_test.cc 40 # include <windows.h> // For RaiseException().
81 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "")
  /external/googletest/googletest/test/
gtest_catch_exceptions_test_.cc 55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); }
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); }
69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); }
76 static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); }
83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); }
90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); }
96 RaiseException(42, 0, 0, NULL);
gtest-death-test_ex_test.cc 40 # include <windows.h> // For RaiseException().
81 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "")
  /external/v8/testing/gtest/test/
gtest_catch_exceptions_test_.cc 55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); }
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); }
69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); }
76 static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); }
83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); }
90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); }
96 RaiseException(42, 0, 0, NULL);
gtest-death-test_ex_test.cc 40 # include <windows.h> // For RaiseException().
81 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "")
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_catch_exceptions_test_.cc 55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); }
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); }
69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); }
76 static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); }
83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); }
90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); }
96 RaiseException(42, 0, 0, NULL);
gtest-death-test_ex_test.cc 40 # include <windows.h> // For RaiseException().
81 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "")
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test_.cc 55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); }
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); }
69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); }
76 static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); }
83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); }
90 virtual void TearDown() { RaiseException(42, 0, 0, NULL); }
96 RaiseException(42, 0, 0, NULL);
gtest-death-test_ex_test.cc 40 # include <windows.h> // For RaiseException().
81 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "")