Home
last modified time | relevance | path

Searched refs:max_line_length (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/utils/
Dgit2cl.pl120 my $max_line_length = shift; # Amount left for a blank line.
155 $length_remaining = $max_line_length - (length ($user_indent));
168 $length_remaining = $max_line_length;
191 $length_remaining = $max_line_length - (length ($user_indent));
234 if ($length_remaining == ($max_line_length - (length ($user_indent))))
245 $length_remaining = $max_line_length - (length ($user_indent));
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Derrorrules.py43 return FLAGS.max_line_length
Decmalintrules.py76 max_line_length = -1 variable in EcmaScriptLintRules
104 if EcmaScriptLintRules.max_line_length == -1:
105 EcmaScriptLintRules.max_line_length = errorrules.GetMaxLineLength()
154 if length > EcmaScriptLintRules.max_line_length: