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

  /external/autotest/client/tools/
scan_results.py 53 def print_result(result, name_width):
58 @param name_width: test name maximum width
61 format = "%%-%ds %%-10s %%-8s %%s" % name_width
67 name_width = 40
77 name_width = max([name_width] + [len(r[0]) for r in results])
79 print_result(("Test", "Status", "Seconds", "Info"), name_width)
80 print_result(("----", "------", "-------", "----"), name_width)
85 print_result(r, name_width)
  /external/mksh/src/
funcs.c 173 int name_width; member in struct:kill_info
1337 ki->name_width, sigtraps[i].name,
1420 if (w > ki.name_width)
1421 ki.name_width = w;
1432 ki.num_width + 1 + ki.name_width + 1 + mess_octs,
1433 ki.num_width + 1 + ki.name_width + 1 + mess_cols,
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 79 milliseconds