Searched refs:ShouldRunTest (Results 1 - 16 of 16) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h707 static bool ShouldRunTest(const TestInfo *test_info) { function in class:testing::TestCase
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h861 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h861 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h861 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h861 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest.h792 static bool ShouldRunTest(const TestInfo *test_info);
/external/protobuf/gtest/include/gtest/
H A Dgtest.h710 static bool ShouldRunTest(const TestInfo *test_info);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2037 return test_info_list_->CountIf(ShouldRunTest);
2399 if (!tc->ShouldRunTest(ti) || tc->TestPassed(ti)) {
/external/open-vcdiff/gtest/src/
H A Dgtest.cc2356 return test_info_list_->CountIf(ShouldRunTest);
2459 bool TestCase::ShouldRunTest(const TestInfo *test_info) { function in class:testing::TestCase
/external/protobuf/gtest/src/
H A Dgtest.cc2326 return test_info_list_->CountIf(ShouldRunTest);
2429 bool TestCase::ShouldRunTest(const TestInfo *test_info) { function in class:testing::TestCase
/external/chromium/testing/gtest/src/
H A Dgtest.cc2374 return CountIf(test_info_list_, ShouldRunTest);
/external/gtest/src/
H A Dgtest.cc2374 return CountIf(test_info_list_, ShouldRunTest);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2374 return CountIf(test_info_list_, ShouldRunTest);
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2345 return CountIf(test_info_list_, ShouldRunTest);
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc3678 return CountIf(test_info_list_, ShouldRunTest);
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h17886 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase

Completed in 253 milliseconds