Searched refs:num_selected_tests (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4739 // num_selected_tests are the number of tests to be run on
4742 int num_selected_tests = 0; local
4775 num_selected_tests += is_selected;
4781 return num_selected_tests;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4385 // num_selected_tests are the number of tests to be run on
4388 int num_selected_tests = 0; local
4421 num_selected_tests += is_selected;
4427 return num_selected_tests;
/external/gtest/src/
H A Dgtest.cc4463 // num_selected_tests are the number of tests to be run on
4466 int num_selected_tests = 0; local
4499 num_selected_tests += is_selected;
4505 return num_selected_tests;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4353 // num_selected_tests are the number of tests to be run on
4356 int num_selected_tests = 0; local
4389 num_selected_tests += is_selected;
4395 return num_selected_tests;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4385 // num_selected_tests are the number of tests to be run on
4388 int num_selected_tests = 0; local
4421 num_selected_tests += is_selected;
4427 return num_selected_tests;
/external/protobuf/gtest/src/
H A Dgtest.cc4143 // num_selected_tests are the number of tests to be run on
4146 int num_selected_tests = 0; local
4179 num_selected_tests += is_selected;
4185 return num_selected_tests;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5947 // num_selected_tests are the number of tests to be run on
5950 int num_selected_tests = 0; local
5983 num_selected_tests += is_selected;
5989 return num_selected_tests;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5947 // num_selected_tests are the number of tests to be run on
5950 int num_selected_tests = 0; local
5983 num_selected_tests += is_selected;
5989 return num_selected_tests;

Completed in 457 milliseconds