Searched refs:_ShouldPrintError (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 825 def _ShouldPrintError(category, confidence, linenum): function 874 if _ShouldPrintError(category, confidence, linenum):
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 950 def _ShouldPrintError(category, confidence, linenum): function 999 if _ShouldPrintError(category, confidence, linenum):
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 950 def _ShouldPrintError(category, confidence, linenum): function 999 if _ShouldPrintError(category, confidence, linenum):
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1182 def _ShouldPrintError(category, confidence, linenum): function 1232 if _ShouldPrintError(category, confidence, linenum):
|
D | cpplint_unittest.py | 67 if cpplint._ShouldPrintError(category, confidence, linenum):
|