Searched refs:CheckComment (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 2012 def CheckComment(comment, filename, linenum, error): function 2324 CheckComment(line[commentpos:], filename, linenum, error)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2346 def CheckComment(comment, filename, linenum, error): function 2667 CheckComment(line[commentpos:], filename, linenum, error)
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 2346 def CheckComment(comment, filename, linenum, error): function 2667 CheckComment(line[commentpos:], filename, linenum, error)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 3111 def CheckComment(line, filename, linenum, next_line_start, error): function 3274 CheckComment(line, filename, linenum, next_line_start, error)
|