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

  /external/toybox/toys/posix/
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;
66 TT.column_widths[0], "Filesystem");
87 TT.column_widths[0], "Filesystem",
88 TT.column_widths[1], item_label,
89 TT.column_widths[2], used_label,
90 TT.column_widths[3], free_label
    [all...]
  /external/autotest/cli/
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/tensorflow/tensorflow/python/debug/cli/
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]
    [all...]
  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_longevity_helper.py 92 def get_digits(version_num, column_widths):
97 if column_widths[i]:
98 computed_string += version_part.zfill(column_widths[i])
  /external/autotest/tko/perf_upload/
perf_uploader.py 234 def get_digits_from_version(version_num, column_widths):
239 if column_widths[i]:
240 computed_string += version_part.zfill(column_widths[i])
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 268 def get_digits(version_num, column_widths):
273 if column_widths[i]:
274 computed_string += version_part.zfill(column_widths[i])
  /external/toybox/generated/
globals.h 1027 int column_widths[5]; member in struct:df_data

Completed in 204 milliseconds