Searched refs:set_should_run (Results 1 - 17 of 17) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h526 void set_should_run(bool should) { should_run_ = should; } function in class:testing::internal::TestInfoImpl
H A Dgtest.cc4150 test_case->set_should_run(false);
4181 test_info->impl()->set_should_run(is_selected);
4182 test_case->set_should_run(test_case->should_run() || is_selected);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h820 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h820 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h820 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/protobuf/gtest/include/gtest/
H A Dgtest.h683 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h860 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h836 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4746 test_case->set_should_run(false);
4778 test_case->set_should_run(test_case->should_run() || is_selected);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4392 test_case->set_should_run(false);
4424 test_case->set_should_run(test_case->should_run() || is_selected);
/external/gtest/src/
H A Dgtest.cc4470 test_case->set_should_run(false);
4502 test_case->set_should_run(test_case->should_run() || is_selected);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4360 test_case->set_should_run(false);
4392 test_case->set_should_run(test_case->should_run() || is_selected);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4392 test_case->set_should_run(false);
4424 test_case->set_should_run(test_case->should_run() || is_selected);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5954 test_case->set_should_run(false);
5986 test_case->set_should_run(test_case->should_run() || is_selected);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5954 test_case->set_should_run(false);
5986 test_case->set_should_run(test_case->should_run() || is_selected);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18249 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18249 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase

Completed in 350 milliseconds