OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_reportable
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/style/
error_handlers_unittest.py
85
self.assertFalse(options.
is_reportable
(self._category,
182
self.assertTrue(options.
is_reportable
(category,
checker_unittest.py
122
"""Test
is_reportable
()."""
128
self.assertTrue(options.
is_reportable
("abc", 3, "foo.h"))
129
self.assertFalse(options.
is_reportable
("abc", 2, "foo.h"))
132
self.assertTrue(options.
is_reportable
("xy", 3, "foo.h"))
133
self.assertFalse(options.
is_reportable
("xyz", 3, "foo.h"))
error_handlers.py
112
if not self._options.
is_reportable
(category,
checker.py
251
# max_reports_per_error attribute and the
is_reportable
()
338
def
is_reportable
(self, category, confidence_in_error, path):
member in class:ProcessorOptions
688
# the
is_reportable
() method. The StyleChecker should accept
/external/webkit/WebKitTools/
ChangeLog
671
- Added path parameter to
is_reportable
().
684
calling
is_reportable
().
[
all
...]
Completed in 29 milliseconds