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

  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test.py 90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
118 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
221 # Filters out SEH exception tests on Windows. Unhandled SEH exception
    [all...]
  /external/gtest/test/
gtest_catch_exceptions_test.py 90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
118 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
221 # Filters out SEH exception tests on Windows. Unhandled SEH exception
    [all...]
  /ndk/sources/third_party/googletest/googletest/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
208 # Filters out SEH exception tests on Windows. Unhandled SEH exception
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 215 unsigned SEH = MRI->getEncodingValue(Reg);
216 MRI->mapLLVMRegToSEHReg(Reg, SEH);
  /external/valgrind/main/none/tests/mips64/
arithmetic_instruction.c 13 MOVZ, SEB, SEH, SLT,
285 case SEH:
290 TEST3("seh $t0, $t1", reg_val1[i], t0, t1);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp     [all...]
MIPSAssembler.h 285 void SEH(int Rd, int Rt); // sign-extend half-word (mips32r2)
  /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) {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 51 * WIN32 SEH
59 * using SEH, C++, or C. For example, a library built
60 * with SEH will call the cleanup routine, while both
78 #error ERROR [__FILE__, line __LINE__]: SEH is not supported for this compiler.
751 * WIN32 SEH version of cancel cleanup.
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 115 milliseconds