Home
last modified time | relevance | path

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

/external/google-fruit/extras/scripts/
Danalyze_template_instantiations_clang_diagnostics.py88 self.last_line_length = 0
95 self.last_line_length = len(s)
105 last_line_length = 0
110 last_line_length = node.last_line_length
111 …max_line_length = max(max_line_length, last_line_length + node.first_line_length, node.max_line_le…
114 last_line_length += node.last_line_length
115 max_line_length = max(max_line_length, last_line_length)
118 self.last_line_length = last_line_length
203 current_line_length = node.last_line_length
205 current_line_length += node.last_line_length
/external/skqp/tools/fonts/
Dcreate_test_font.cpp82 static ptrdiff_t last_line_length(const SkString& str) { in last_line_length() function
94 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()
113 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()
/external/skia/tools/fonts/
Dcreate_test_font.cpp82 static ptrdiff_t last_line_length(const SkString& str) { in last_line_length() function
94 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()
113 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()
/external/u-boot/scripts/kconfig/
Dexpr.c1253 unsigned last_line_length; in expr_print_gstr_helper() local
1261 last_line_length = strlen(gs->s) - (last_cr - gs->s); in expr_print_gstr_helper()
1263 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()