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

/external/chromium_org/ppapi/tests/
H A Dtest_case.h127 bool ShouldRunTest(const std::string& test_name, const std::string& filter);
233 // This is initialized lazily the first time that ShouldRunTest is called.
240 // listed in the test_filter but didn't match any calls to ShouldRunTest,
245 // If ShouldRunTest is called but the given test name doesn't match anything
618 if (ShouldRunTest(#name, test_filter)) { \
629 if (ShouldRunTest(#name, test_filter)) { \
638 if (ShouldRunTest(#name, test_filter)) { \
648 if (ShouldRunTest(#name, test_filter)) { \
672 if (ShouldRunTest(#name, test_filter)) { \
H A Dtest_case.cc65 // name ShouldRunTest wants to use to look up the test doesn't have the
172 bool TestCase::ShouldRunTest(const std::string& test_name, function in class:TestCase
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.h46 virtual bool ShouldRunTest(const testing::TestCase* test_case,
H A Dunit_test_launcher.cc121 virtual bool ShouldRunTest(const testing::TestCase* test_case,
H A Dtest_launcher.cc927 if (!launcher_delegate_->ShouldRunTest(test_case, test_info))
/external/chromium_org/content/public/test/
H A Dtest_launcher.cc122 virtual bool ShouldRunTest(const testing::TestCase* test_case,
174 bool WrapperTestLauncherDelegate::ShouldRunTest( function in class:content::__anon7685::WrapperTestLauncherDelegate
/external/chromium_org/third_party/mesa/src/src/gtest/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/mesa3d/src/gtest/include/gtest/
H A Dgtest.h861 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase
/external/protobuf/gtest/include/gtest/
H A Dgtest.h710 static bool ShouldRunTest(const TestInfo *test_info);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h912 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h888 static bool 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_org/testing/gtest/src/
H A Dgtest.cc2657 return CountIf(test_info_list_, ShouldRunTest);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2374 return CountIf(test_info_list_, ShouldRunTest);
/external/gtest/src/
H A Dgtest.cc2373 return CountIf(test_info_list_, ShouldRunTest);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2345 return CountIf(test_info_list_, ShouldRunTest);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2374 return CountIf(test_info_list_, ShouldRunTest);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3857 return CountIf(test_info_list_, ShouldRunTest);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3857 return CountIf(test_info_list_, ShouldRunTest);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18301 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18301 static bool ShouldRunTest(const TestInfo* test_info) { function in class:testing::TestCase

Completed in 3699 milliseconds