Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/local/
Dprogress.py262 def ClearLine(self, last_line_length): argument
277 def ClearLine(self, last_line_length): argument
278 print ("\r" + (" " * last_line_length) + "\r"),
/external/skia/tools/
Dcreate_test_font.cpp86 static ptrdiff_t last_line_length(const SkString& str) { in last_line_length() function
98 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()
117 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()