Searched defs:has_tests_to_run (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc3157 const bool has_tests_to_run = FilterTests() > 0; local
3178 if (has_tests_to_run) {
/external/chromium/testing/gtest/src/
H A Dgtest.cc4180 const bool has_tests_to_run = FilterTests(should_shard local
4214 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4226 if (has_tests_to_run) {
/external/gtest/src/
H A Dgtest.cc4180 const bool has_tests_to_run = FilterTests(should_shard local
4214 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4226 if (has_tests_to_run) {
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4148 const bool has_tests_to_run = FilterTests(should_shard local
4182 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4194 if (has_tests_to_run) {
/external/protobuf/gtest/src/
H A Dgtest.cc3941 const bool has_tests_to_run = FilterTests(should_shard local
3973 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
3985 if (has_tests_to_run) {

Completed in 100 milliseconds