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

  /external/chromium/testing/gtest/test/
gtest_catch_exceptions_test.py 77 self.assert_('SEH exception with code 0x2a thrown '
80 self.assert_('SEH exception with code 0x2a thrown '
83 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
85 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
87 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
89 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
91 self.assert_('SEH exception with code 0x2a thrown in the test body'
105 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
205 # Filters out SEH exception tests on Windows. Unhandled SEH exception
    [all...]
  /external/gtest/test/
gtest_catch_exceptions_test.py 77 self.assert_('SEH exception with code 0x2a thrown '
80 self.assert_('SEH exception with code 0x2a thrown '
83 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
85 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
87 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
89 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
91 self.assert_('SEH exception with code 0x2a thrown in the test body'
105 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
205 # Filters out SEH exception tests on Windows. Unhandled SEH exception
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 306 int SEH = X86_MC::getX86RegNum(Reg);
320 SEH += 8;
323 MRI->mapLLVMRegToSEHReg(Reg, SEH);
  /external/protobuf/gtest/test/
gtest_output_test_.cc 353 // This group of tests verifies that Google Test handles SEH and C++
356 // A function that throws an SEH exception.
442 // test function throws an SEH exception.
443 TEST_F(ExceptionInTestFunctionTest, SEH) {

Completed in 980 milliseconds