Searched refs:col1_width (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_print.py | 1000 col1_width=dft_col1_width, argument 1101 col1_width = col1_width - indent 1137 "%" + str(indent) + "s%-" + str(col1_width) + "s" + value_format 1204 col1_width, 1220 col1_width, 1248 col1_width = col1_width - indent 1253 + str(col1_width) 1523 col1_width = dft_col1_width + indent 1540 "command_line", " ".join(sys.argv), 0, indent, col1_width 1545 pgm_name_var_name + "_pid", os.getpid(), 0, indent, col1_width [all …]
|
H A D | print.tcl | 861 proc sprint_arg_desc { arg_title arg_desc { indent 0 } { col1_width 25 }\ 895 set fold_width [expr $line_width - $col1_width] 909 if { [string length $arg_title] > $col1_width } { 912 append buffer [format "%${indent}s%-${col1_width}s\n" ""\ 914 append buffer [format "%${indent}s%-${col1_width}s%s\n" "" ""\ 917 append buffer [format "%${indent}s%-${col1_width}s%s\n" ""\ 921 append buffer [format "%${indent}s%-${col1_width}s%s\n" "" ""\
|
H A D | event_notification.py | 93 col1_width=0,
|
H A D | gen_arg.py | 248 col1_width = gp.dft_col1_width + indent 253 key, getattr(arg_obj, key), 0, indent, col1_width
|
/openbmc/openbmc-test-automation/bin/ |
H A D | websocket_monitor.py | 224 col1_width=0,
|