Searched defs:stdout (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | undefsym.py | 14 def filter_lines_set(stdout, from_staticlib): argument
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | runner.py | 87 def start(self, fvpconf, extra_args=[], terminal_choice="none", stdout=subprocess.PIPE): argument 161 def stdout(self): member in FVPRunner
|
/openbmc/u-boot/include/ |
H A D | stdio.h | 44 #define stdout 1 macro
|
/openbmc/pldm/tools/visualize-pdr/ |
H A D | pldm_visualise_pdrs.py | 24 def __init__(self, stdout, stderr): argument 58 def __init__(self, stdout, stderr): argument
|
/openbmc/u-boot/tools/patman/ |
H A D | command.py | 26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
|
H A D | tout.py | 151 def Init(_verbose=WARNING, stdout=sys.stdout): argument
|
H A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | process.py | 42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, argument
|