Searched refs:STDOUT (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/scripts/footprint/ |
D | track.py | 53 … subprocess.check_output(cmd, stderr=subprocess.STDOUT, timeout=120, universal_newlines=True)
|
D | compare_footprint | 105 stderr=subprocess.STDOUT, cwd=cwd, shell=True) 111 stderr=subprocess.STDOUT, 150 stderr=subprocess.STDOUT,
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 193 stderr=subprocess.STDOUT, 209 stderr=subprocess.STDOUT,
|
D | doxyrunner.py | 51 from subprocess import PIPE, STDOUT, Popen 276 p = Popen([doxygen, f_doxyfile_name], stdout=PIPE, stderr=STDOUT, encoding="utf-8")
|
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/ |
D | test_app_vs_openssl.py | 59 openssl = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | binary_adapter.py | 28 'stderr': subprocess.STDOUT,
|
D | hardware_adapter.py | 113 …ss = subprocess.Popen(self.command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=self.env)
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 223 stderr=subprocess.STDOUT, 310 stderr=subprocess.STDOUT, 409 stderr=subprocess.STDOUT) 473 stderr=subprocess.STDOUT) 1230 stderr=subprocess.STDOUT, 1279 stderr=subprocess.STDOUT, 1527 stderr=subprocess.STDOUT,
|
/Zephyr-latest/scripts/west_commands/ |
D | zcmake.py | 53 kwargs['stderr'] = subprocess.STDOUT
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 211 is_xip_command, shell=True, stderr=subprocess.STDOUT).decode(
|
D | harness.py | 215 stderr=subprocess.STDOUT, cwd=self.instance.build_dir, env=env) as renode_test_proc: 498 stderr=subprocess.STDOUT,
|
D | environment.py | 1123 kwargs['stderr'] = subprocess.STDOUT
|
D | runner.py | 547 kwargs['stderr'] = subprocess.STDOUT 707 kwargs['stderr'] = subprocess.STDOUT
|
D | handlers.py | 1398 with subprocess.Popen(command, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT,
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_cyclonev.py | 198 stderr=subprocess.STDOUT).decode()
|
D | openocd.py | 223 stderr=subprocess.STDOUT).decode()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 354 stderr=subprocess.STDOUT, 501 stderr=subprocess.STDOUT,
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 275 $color = (-t STDOUT);
|