Searched refs:column_widths (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/posix/ |
D | df.c | 36 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/ |
D | adb_list_devices.py | 65 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/ |
D | compose_query | 34 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/ |
D | perf_uploader.py | 301 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/ |
D | globals.h | 981 int column_widths[5]; member
|