Home
last modified time | relevance | path

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

/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/llvm-project/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/rust/crates/quiche/deps/boringssl/src/third_party/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/mesa3d/src/gtest/src/
Dgtest.cc566 bool should_handle = true; in GTestShouldProcessSEH() local
569 should_handle = false; in GTestShouldProcessSEH()
571 should_handle = false; in GTestShouldProcessSEH()
573 should_handle = false; in GTestShouldProcessSEH()
575 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/googletest/googletest/src/
Dgtest.cc772 bool should_handle = true; in GTestShouldProcessSEH() local
775 should_handle = false; in GTestShouldProcessSEH()
777 should_handle = false; in GTestShouldProcessSEH()
779 should_handle = false; in GTestShouldProcessSEH()
781 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc707 bool should_handle = true; in GTestShouldProcessSEH() local
710 should_handle = false; in GTestShouldProcessSEH()
712 should_handle = false; in GTestShouldProcessSEH()
714 should_handle = false; in GTestShouldProcessSEH()
716 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/fmtlib/test/
Dgmock-gtest-all.cc1979 bool should_handle = true; in GTestShouldProcessSEH() local
1982 should_handle = false; in GTestShouldProcessSEH()
1984 should_handle = false; in GTestShouldProcessSEH()
1986 should_handle = false; in GTestShouldProcessSEH()
1988 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-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()