HomeSort by relevance Sort by last modified time
    Searched refs:last_line_length (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 203 static int last_line_length; variable
239 last_line_length = 0;
461 if (start == words && last_line_length > 0)
462 wcost += RAGGED_COST (len - last_line_length);
562 last_line_length = out_column;
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 217 def ClearLine(self, last_line_length):
232 def ClearLine(self, last_line_length):
233 print ("\r" + (" " * last_line_length) + "\r"),
  /external/v8/tools/
test.py 291 def ClearLine(self, last_line_length):
302 'clear': lambda last_line_length: ("\r" + (" " * last_line_length) + "\r"),
307 def ClearLine(self, last_line_length):
308 print ("\r" + (" " * last_line_length) + "\r"),
    [all...]

Completed in 139 milliseconds