Home
last modified time | relevance | path

Searched refs:_line_length (Results 1 – 4 of 4) sorted by relevance

/external/google-styleguide/cpplint/
Dcpplint.py551 _line_length = 80 variable
3755 not (GetLineWidth(prevline) > _line_length - 2 and '[]' in prevline)):
4381 if line_width > _line_length:
4383 'Lines should be <= %i characters long' % _line_length)
5986 global _line_length
5988 _line_length = int(val)
6181 global _line_length
6183 _line_length = int(val)
Dcpplint_unittest.py3790 old_line_length = cpplint._line_length
3844 self.assertEqual(120, cpplint._line_length)
3862 cpplint._line_length = old_line_length
3867 old_line_length = cpplint._line_length
3869 cpplint._line_length = 80
3877 cpplint._line_length = 120
3886 cpplint._line_length = old_line_length
/external/libvpx/libvpx/tools/
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/libaom/libaom/tools/
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)