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

/external/v8/tools/testrunner/local/
H A Dprogress.py254 def ClearLine(self, last_line_length):
269 def ClearLine(self, last_line_length):
270 print ("\r" + (" " * last_line_length) + "\r"),
/external/skia/tools/
H A Dcreate_test_font.cpp86 static ptrdiff_t last_line_length(const SkString& str) { function
98 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' ';
117 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' ';

Completed in 103 milliseconds