Searched refs:column_widths (Results 1 – 7 of 7) sorted by relevance
/external/toybox/toys/posix/ |
D | df.c | 38 int column_widths[5]; 46 if (TT.column_widths[col] < len) TT.column_widths[col] = len; 60 if (TT.column_widths[0] < 14) TT.column_widths[0] = 14; in show_header() 66 TT.column_widths[0], "Filesystem"); in show_header() 87 TT.column_widths[0], "Filesystem", in show_header() 88 TT.column_widths[1], item_label, in show_header() 89 TT.column_widths[2], used_label, in show_header() 90 TT.column_widths[3], free_label, in show_header() 91 TT.column_widths[4], use_label); in show_header() 94 TT.column_widths[4]--; in show_header() [all …]
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | profile_analyzer_cli.py | 518 column_widths = [ 521 column_widths[col] = max(column_widths[col], len(device_total_row[col])) 522 for col in range(len(column_widths)): 524 column_widths[col] = max( 525 column_widths[col], len(profile_data.value( 531 column_widths[col] += 2 # add margin between columns 551 row += RL(" " * (column_widths[col] - len(column_name))) 566 new_row += RL(" " * (column_widths[col] - len(new_cell))) 572 row_str += ("{:<%d}" % column_widths[col]).format(device_total_row[col]) 654 column_widths = { [all …]
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_longevity_helper.py | 92 def get_digits(version_num, column_widths): argument 97 if column_widths[i]: 98 computed_string += version_part.zfill(column_widths[i])
|
/external/autotest/tko/perf_upload/ |
D | perf_uploader.py | 234 def get_digits_from_version(version_num, column_widths): argument 239 if column_widths[i]: 240 computed_string += version_part.zfill(column_widths[i])
|
/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/client/site_tests/longevity_Tracker/ |
D | longevity_Tracker.py | 268 def get_digits(version_num, column_widths): argument 273 if column_widths[i]: 274 computed_string += version_part.zfill(column_widths[i])
|
/external/toybox/generated/ |
D | globals.h | 1027 int column_widths[5]; member
|