Searched refs:should_handle (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc527 bool should_handle = true; local
530 should_handle = false;
532 should_handle = false;
534 should_handle = false;
536 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc519 bool should_handle = true; local
522 should_handle = false;
524 should_handle = false;
526 should_handle = false;
528 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;
/external/gtest/src/
H A Dgtest.cc523 bool should_handle = true; local
526 should_handle = false;
528 should_handle = false;
530 should_handle = false;
532 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc519 bool should_handle = true; local
522 should_handle = false;
524 should_handle = false;
526 should_handle = false;
528 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc519 bool should_handle = true; local
522 should_handle = false;
524 should_handle = false;
526 should_handle = false;
528 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2007 bool should_handle = true; local
2010 should_handle = false;
2012 should_handle = false;
2014 should_handle = false;
2016 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2007 bool should_handle = true; local
2010 should_handle = false;
2012 should_handle = false;
2014 should_handle = false;
2016 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;

Completed in 248 milliseconds