Searched refs:CheckForFunctionLengths (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1939 def CheckForFunctionLengths(filename, clean_lines, linenum, function 3801 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2273 def CheckForFunctionLengths(filename, clean_lines, linenum, function 4517 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 2273 def CheckForFunctionLengths(filename, clean_lines, linenum, function 4517 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 3040 def CheckForFunctionLengths(filename, clean_lines, linenum, function 5791 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
|
D | cpplint_unittest.py | 192 cpplint.CheckForFunctionLengths(file_name, lines, i,
|