Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/scripts/footprint/
Dtrack.py53 … subprocess.check_output(cmd, stderr=subprocess.STDOUT, timeout=120, universal_newlines=True)
Dcompare_footprint105 stderr=subprocess.STDOUT, cwd=cwd, shell=True)
111 stderr=subprocess.STDOUT,
150 stderr=subprocess.STDOUT,
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py193 stderr=subprocess.STDOUT,
209 stderr=subprocess.STDOUT,
Ddoxyrunner.py51 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/
Dtest_app_vs_openssl.py59 openssl = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dbinary_adapter.py28 'stderr': subprocess.STDOUT,
Dhardware_adapter.py113 …ss = subprocess.Popen(self.command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=self.env)
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py223 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/
Dzcmake.py53 kwargs['stderr'] = subprocess.STDOUT
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py211 is_xip_command, shell=True, stderr=subprocess.STDOUT).decode(
Dharness.py215 stderr=subprocess.STDOUT, cwd=self.instance.build_dir, env=env) as renode_test_proc:
498 stderr=subprocess.STDOUT,
Denvironment.py1123 kwargs['stderr'] = subprocess.STDOUT
Drunner.py547 kwargs['stderr'] = subprocess.STDOUT
707 kwargs['stderr'] = subprocess.STDOUT
Dhandlers.py1398 with subprocess.Popen(command, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT,
/Zephyr-latest/scripts/west_commands/runners/
Dintel_cyclonev.py198 stderr=subprocess.STDOUT).decode()
Dopenocd.py223 stderr=subprocess.STDOUT).decode()
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py354 stderr=subprocess.STDOUT,
501 stderr=subprocess.STDOUT,
/Zephyr-latest/scripts/
Dcheckpatch.pl275 $color = (-t STDOUT);