Searched refs:is_reportable (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Derror_handlers.py143 if not self._configuration.is_reportable(category=category,
H A Derror_handlers_unittest.py127 self.assertFalse(configuration.is_reportable(self._category,
H A Dchecker_unittest.py558 """Test the is_reportable() method."""
561 self.assertTrue(config.is_reportable("whitespace/tab", 3, "foo.txt"))
564 self.assertFalse(config.is_reportable("whitespace/tab", 2, "foo.txt"))
567 self.assertFalse(config.is_reportable("whitespace/line", 4, "foo.txt"))
H A Dchecker.py568 def is_reportable(self, category, confidence_in_error, file_path): member in class:StyleProcessorConfiguration
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h692 bool is_reportable() const { function in class:testing::TestInfo
898 return test_info->is_reportable() && test_info->is_disabled_;
908 return test_info->is_reportable();
/external/gtest/include/gtest/
H A Dgtest.h668 bool is_reportable() const { function in class:testing::TestInfo
874 return test_info->is_reportable() && test_info->is_disabled_;
884 return test_info->is_reportable();
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3635 if (test_case.GetTestInfo(i)->is_reportable())
/external/gtest/src/
H A Dgtest.cc3352 if (test_case.GetTestInfo(i)->is_reportable())
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4836 if (test_case.GetTestInfo(i)->is_reportable())
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4836 if (test_case.GetTestInfo(i)->is_reportable())
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18081 bool is_reportable() const { function in class:testing::TestInfo
18287 return test_info->is_reportable() && test_info->is_disabled_;
18297 return test_info->is_reportable();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18081 bool is_reportable() const { function in class:testing::TestInfo
18287 return test_info->is_reportable() && test_info->is_disabled_;
18297 return test_info->is_reportable();

Completed in 442 milliseconds