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

  /build/make/tools/
soong_to_convert.py 109 count_width = len(count_header)
112 print("{:>{}} {}".format(count, count_width, module))
  /external/python/cpython3/Lib/test/libregrtest/
main.py 124 fmt = "{time} [{test_index:{count_width}}{test_count}/{nbad}] {test_name}"
126 fmt = "{time} [{test_index:{count_width}}{test_count}] {test_name}"
129 line = fmt.format(count_width=self.test_count_width,

Completed in 488 milliseconds