Home
last modified time | relevance | path

Searched refs:column_widths (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/posix/
Ddf.c36 int column_widths[5];
44 if (TT.column_widths[col] < len) TT.column_widths[col] = len;
58 if (TT.column_widths[0] < 14) TT.column_widths[0] = 14; in show_header()
62 TT.column_widths[0], "Filesystem"); in show_header()
72 TT.column_widths[0], "Filesystem", in show_header()
73 TT.column_widths[1], blocks_label, in show_header()
74 TT.column_widths[2], "Used", in show_header()
75 TT.column_widths[3], "Available", in show_header()
76 TT.column_widths[4], use_label); in show_header()
79 TT.column_widths[4]--; in show_header()
[all …]
/external/skia/platform_tools/android/bin/
Dadb_list_devices.py65 column_widths = [0 for length in data[0]]
67 column_widths = [max(longest_len, len(prop)) for \
68 longest_len, prop in zip(column_widths, line)]
70 for prop, width in zip(line, column_widths):
/external/autotest/cli/
Dcompose_query34 column_widths = [widest_row_header] + [data_column_width] * len(test_data.x_values) variable
35 format = ' | '.join(['%%%ds' % i for i in column_widths])
/external/autotest/tko/perf_upload/
Dperf_uploader.py301 def get_digits_from_version(version_num, column_widths): argument
306 if column_widths[i]:
307 computed_string += version_part.zfill(column_widths[i])
/external/toybox/generated/
Dglobals.h981 int column_widths[5]; member