Searched refs:sprint_varx (Results 1 – 16 of 16) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_valid.py | 180 error_message += gp.sprint_varx( 246 error_message += gp.sprint_varx( 267 error_message += gp.sprint_varx( 340 error_message += gp.sprint_varx( 376 error_message += gp.sprint_varx( 407 error_message += gp.sprint_varx( 533 error_message += gp.sprint_varx( 541 error_message += gp.sprint_varx( 562 error_message += gp.sprint_varx( 580 error_message += gp.sprint_varx( [all …]
|
H A D | gen_robot_ssh.py | 41 buffer += gp.sprint_varx("index", connection.index, 0, indent) 42 buffer += gp.sprint_varx("host", connection.host, 0, indent) 43 buffer += gp.sprint_varx("alias", connection.alias, 0, indent) 44 buffer += gp.sprint_varx("port", connection.port, 0, indent) 45 buffer += gp.sprint_varx("timeout", connection.timeout, 0, indent) 46 buffer += gp.sprint_varx("newline", connection.newline, 0, indent) 47 buffer += gp.sprint_varx("prompt", connection.prompt, 0, indent) 49 buffer += gp.sprint_varx("width", connection.width, 0, indent) 50 buffer += gp.sprint_varx("height", connection.height, 0, indent) 51 buffer += gp.sprint_varx( [all …]
|
H A D | valid.tcl | 54 append error_message [sprint_varx $var_name $var_value "" "" 1] 75 append error_message [sprint_varx $var_name $var_value "" "" 1] 196 append error_message [sprint_varx $var_name $var_value] 223 append error_message [sprint_varx $var_name $var_value "" "" 1] 250 append error_message [sprint_varx $var_name $var_value "" "" 1] 265 [string trimright [sprint_varx "Please enter $password_var_name" ""] "\n"] 274 trimright [sprint_varx "Please re-enter $password_var_name" ""] "\n"]
|
H A D | print.tcl | 326 proc sprint_varx { var_name var_value { indent 0 } { width {} } { hex 0 } } { 462 append buffer [sprint_varx "${var_name}(${key})" $arr_value $indent\ 470 if {[catch {set buffer [sprint_varx $var_name $var_value {*}$args]} error_text options]} { 473 return [sprint_varx $var_name {** variable not set **} {*}$args] 528 append buffer [sprint_varx "${var_name}\[${index}\]" $element $indent\ 580 append buffer [sprint_varx "${var_name}\[${key}\]" $value $indent {*}$args]
|
H A D | gen_print.py | 995 def sprint_varx( function 1199 buffer += sprint_varx( 1215 buffer += sprint_varx( 1281 return sprint_varx(var_name, *args, **kwargs) 1302 buffer += sprint_varx(var_name, var_value, **kwargs) 1539 buffer += sprint_varx( 1544 buffer += sprint_varx( 1547 buffer += sprint_varx( 1558 buffer += sprint_varx( 1561 buffer += sprint_varx( [all …]
|
H A D | func_timer.py | 59 buffer += gp.sprint_varx("time_out", self.__time_out, indent=indent) 60 buffer += gp.sprint_varx("child_pid", self.__child_pid, indent=indent) 61 buffer += gp.sprint_varx(
|
H A D | tools.exp | 30 puts stderr [sprint_varx expect_out "<not set>"] 54 puts stderr [sprint_varx expect_out "<not set>"]
|
H A D | var_stack.py | 91 buffer += gp.sprint_varx("stack_dict", self.__stack_dict, indent)
|
H A D | gen_robot_print.py | 42 buffer += gp.sprint_varx(var_name, var_value, **kwargs)
|
H A D | gen_plug_in.py | 121 + gp.sprint_varx("supports_file_path", supports_file_path)
|
H A D | gen_arg.py | 252 buffer += gp.sprint_varx( 460 gp.sprint_varx("pgm_name", gp.pgm_name)
|
H A D | state.py | 1026 + gp.sprint_varx("state", state) 1033 + gp.sprint_varx("state", state)
|
H A D | opt.tcl | 242 append message [sprint_varx parm_value ${opt_list_entry} 2]
|
H A D | gen_plug_in_utils.py | 201 buffer += gp.sprint_varx(key, value)
|
H A D | gen_cmd.py | 415 err_msg += gp.sprint_varx("child_pid", sub_proc.pid)
|
/openbmc/openbmc-test-automation/bin/ |
H A D | auto_status_file.py | 165 + sprint_varx(ret_code_str, "${?}").rstrip("\n") 214 status_file.write("\n" + sprint_varx(ret_code_str, shell_rc)) 265 status_file.write("\n" + sprint_varx(ret_code_str, shell_rc))
|