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

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h355 void set_should_run(bool should) { should_run_ = should; } function in class:testing::internal::TestInfoImpl
H A Dgtest.cc4180 test_case->set_should_run(false);
4211 test_info->impl()->set_should_run(is_selected);
4212 test_case->set_should_run(test_case->should_run() || is_selected);
/external/google-breakpad/src/testing/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.h762 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/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc749 void set_should_run(bool should) { should_run_ = should; } function in class:testing::internal::TestInfoImpl
5520 test_case->set_should_run(false);
5551 test_info->impl()->set_should_run(is_selected);
5552 test_case->set_should_run(test_case->should_run() || is_selected);
H A Dgtest.h16350 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h836 void set_should_run(bool should) { should_run_ = should; } function in class:testing::TestCase
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc4424 test_case->set_should_run(false);
4456 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.cc4362 test_case->set_should_run(false);
4394 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/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc4466 test_case->set_should_run(false);
4498 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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc5954 test_case->set_should_run(false);
5986 test_case->set_should_run(test_case->should_run() || is_selected);
H A Dgtest.h18250 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 1101 milliseconds