Searched refs:should_run (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1816 return test_case->should_run() && test_case->Passed();
1821 return test_case->should_run() && test_case->Failed();
1827 return test_case->should_run();
4324 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
4329 if (!test_info.should_run() || test_info.result()->Passed()) {
4785 test_info.should_run() ? "run" : "notrun");
5986 test_case->set_should_run(test_case->should_run() || is_selected);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18078 bool should_run() const { return should_run_; } function in class:testing::TestInfo
18192 bool should_run() const { return should_run_; } function in class:testing::TestCase
18248 // Sets the should_run member.
18276 return test_info->should_run() && test_info->result()->Passed();
18281 return test_info->should_run() && test_info->result()->Failed();
18302 return test_info->should_run();

Completed in 111 milliseconds