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

  /external/libffi/testsuite/libffi.special/
unwindtest_ffi_call.cc 45 } catch (int exception_code)
47 CHECK(exception_code == 9);
unwindtest.cc 74 } catch (int exception_code)
76 CHECK(exception_code == 9);
115 } catch (int exception_code)
117 CHECK(exception_code == 255);
  /frameworks/native/libs/binder/
Parcel.cpp 1056 int32_t exception_code = readAligned<int32_t>(); local
1057 if (exception_code == EX_HAS_REPLY_HEADER) {
1066 return exception_code;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 390 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
395 exception_code != EXCEPTION_BREAKPOINT) ?
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
    [all...]
gtest-internal-inl.h 389 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
  /external/gtest/src/
gtest.cc 508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
    [all...]
gtest-internal-inl.h 396 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 772 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 396 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 635 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]
gtest.cc 489 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
494 exception_code != EXCEPTION_BREAKPOINT) ?
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 794 static int GTestShouldProcessSEH(DWORD exception_code);
    [all...]

Completed in 855 milliseconds