Home
last modified time | relevance | path

Searched refs:should_handle (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc519 bool should_handle = true; in GTestShouldProcessSEH() local
522 should_handle = false; in GTestShouldProcessSEH()
524 should_handle = false; in GTestShouldProcessSEH()
526 should_handle = false; in GTestShouldProcessSEH()
528 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc519 bool should_handle = true; in GTestShouldProcessSEH() local
522 should_handle = false; in GTestShouldProcessSEH()
524 should_handle = false; in GTestShouldProcessSEH()
526 should_handle = false; in GTestShouldProcessSEH()
528 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc520 bool should_handle = true; in GTestShouldProcessSEH() local
523 should_handle = false; in GTestShouldProcessSEH()
525 should_handle = false; in GTestShouldProcessSEH()
527 should_handle = false; in GTestShouldProcessSEH()
529 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc546 bool should_handle = true; in GTestShouldProcessSEH() local
549 should_handle = false; in GTestShouldProcessSEH()
551 should_handle = false; in GTestShouldProcessSEH()
553 should_handle = false; in GTestShouldProcessSEH()
555 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/mesa3d/src/gtest/src/
Dgtest.cc545 bool should_handle = true; in GTestShouldProcessSEH() local
548 should_handle = false; in GTestShouldProcessSEH()
550 should_handle = false; in GTestShouldProcessSEH()
552 should_handle = false; in GTestShouldProcessSEH()
554 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc545 bool should_handle = true; in GTestShouldProcessSEH() local
548 should_handle = false; in GTestShouldProcessSEH()
550 should_handle = false; in GTestShouldProcessSEH()
552 should_handle = false; in GTestShouldProcessSEH()
554 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc592 bool should_handle = true; in GTestShouldProcessSEH() local
595 should_handle = false; in GTestShouldProcessSEH()
597 should_handle = false; in GTestShouldProcessSEH()
599 should_handle = false; in GTestShouldProcessSEH()
601 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/googletest/googletest/src/
Dgtest.cc572 bool should_handle = true; in GTestShouldProcessSEH() local
575 should_handle = false; in GTestShouldProcessSEH()
577 should_handle = false; in GTestShouldProcessSEH()
579 should_handle = false; in GTestShouldProcessSEH()
581 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm684 bool should_handle = filter_callback_(exception_type,
688 if (!should_handle) return false;
/external/epid-sdk/ext/gtest/
Dgtest-all.cc1993 bool should_handle = true; in GTestShouldProcessSEH() local
1996 should_handle = false; in GTestShouldProcessSEH()
1998 should_handle = false; in GTestShouldProcessSEH()
2000 should_handle = false; in GTestShouldProcessSEH()
2002 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()