Searched refs:STDOUT (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/Syscalls/ |
D | SEGGER_RTT_Syscalls_KEIL.c | 92 #define STDOUT 0x8002 // Standard Output Stream macro 148 return (STDOUT); in _sys_open() 196 if (hFile == STDOUT) { in _sys_write()
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | abi_check.py | 171 stderr=subprocess.STDOUT 184 stderr=subprocess.STDOUT 190 stderr=subprocess.STDOUT 202 stderr=subprocess.STDOUT 214 stderr=subprocess.STDOUT 224 stderr=subprocess.STDOUT 239 stderr=subprocess.STDOUT 273 stderr=subprocess.STDOUT 371 stderr=subprocess.STDOUT 435 stderr=subprocess.STDOUT
|
D | code_size_compare.py | 319 stderr=subprocess.STDOUT 346 cwd=git_worktree_path, stderr=subprocess.STDOUT, 351 cwd=git_worktree_path, stderr=subprocess.STDOUT, 356 cwd=git_worktree_path, stderr=subprocess.STDOUT, 392 stderr=subprocess.STDOUT
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_config_script.py | 84 stderr=subprocess.STDOUT).stdout
|
D | check_names.py | 702 stderr=subprocess.STDOUT, 755 stderr=subprocess.STDOUT,
|
/openthread-latest/tests/toranj/ncp/ |
D | wpan.py | 388 … result = subprocess.check_output(self._wpanctl_cmd + cmd, shell=True, stderr=subprocess.STDOUT) 609 result = subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT) 623 result = subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | harness_case.py | 921 stderr=subprocess.STDOUT,
|