Searched refs:_line_length (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py449 _line_length = 80 variable
3422 extended_length = int((_line_length * 1.25))
3427 elif line_width > _line_length:
3429 'Lines should be <= %i characters long' % _line_length)
4714 global _line_length
4716 _line_length = int(val)
/external/libvpx/libvpx/tools/
H A Dcpplint.py449 _line_length = 80 variable
3422 extended_length = int((_line_length * 1.25))
3427 elif line_width > _line_length:
3429 'Lines should be <= %i characters long' % _line_length)
4714 global _line_length
4716 _line_length = int(val)

Completed in 6549 milliseconds