HomeSort by relevance Sort by last modified time
    Searched full:raiseexception (Results 1 - 15 of 15) sorted by null

  /external/chromium/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/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/libvpx/libvpx/third_party/googletest/src/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/webrtc/src/system_wrappers/source/
set_thread_name_win.h 35 RaiseException(0x406D1388, 0, sizeof(info) / sizeof(DWORD),
  /frameworks/base/core/jni/
android_os_MessageQueue.h 35 * and calls raiseException() to ensure the exception will be raised when
55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;
android_os_MessageQueue.cpp 38 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);
60 raiseException(env, msg, exceptionObj);
78 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) {
90 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting.");
  /external/bison/lib/
msvc-inval.c 55 RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL);
110 RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL);
  /external/chromium/base/win/
wrapped_window_proc_unittest.cc 18 RaiseException(kExceptionCode, 0, 0, NULL);
  /external/chromium/base/threading/
platform_thread_win.cc 109 RaiseException(kVCThreadNameException, 0, sizeof(info)/sizeof(DWORD),
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp 129 // RThread().RaiseException(EExcKill);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 329 RaiseException(MSDEV_SET_THREAD_NAME, 0, sizeof(info) / sizeof(DWORD),
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 134 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(ULONG_PTR), reinterpret_cast<ULONG_PTR*>(&info));

Completed in 503 milliseconds