Searched refs:is_selected (Results 26 - 33 of 33) sorted by relevance

12

/external/gtest/src/
H A Dgtest.cc4493 const bool is_selected = is_runnable && local
4499 num_selected_tests += is_selected;
4501 test_info->should_run_ = is_selected;
4502 test_case->set_should_run(test_case->should_run() || is_selected);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4383 const bool is_selected = is_runnable && local
4389 num_selected_tests += is_selected;
4391 test_info->should_run_ = is_selected;
4392 test_case->set_should_run(test_case->should_run() || is_selected);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4415 const bool is_selected = is_runnable && local
4421 num_selected_tests += is_selected;
4423 test_info->should_run_ = is_selected;
4424 test_case->set_should_run(test_case->should_run() || is_selected);
/external/protobuf/gtest/src/
H A Dgtest.cc4173 const bool is_selected = is_runnable && local
4179 num_selected_tests += is_selected;
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/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5977 const bool is_selected = is_runnable && local
5983 num_selected_tests += is_selected;
5985 test_info->should_run_ = is_selected;
5986 test_case->set_should_run(test_case->should_run() || is_selected);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5977 const bool is_selected = is_runnable && local
5983 num_selected_tests += is_selected;
5985 test_info->should_run_ = is_selected;
5986 test_case->set_should_run(test_case->should_run() || is_selected);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp132 bool is_selected = target_sp.get() == selected_target_sp.get(); local
135 is_selected ? "* " : " ",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 321 milliseconds

12