Searched refs:stderr (Results 1 – 18 of 18) sorted by relevance
| /hal_espressif-latest/components/esp_system/ |
| D | check_system_init_priorities.py | 61 f'but regular expression matched {len(found)} time(s)'), file=sys.stderr) 95 … f'please update {STARTUP_ENTRIES_FILE} to match the actual startup order:'), file=sys.stderr) 97 print(f'{line}', file=sys.stderr)
|
| D | Kconfig | 218 Select where to send console output (through stdout and stderr).
|
| /hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
| D | output_helpers.py | 46 sys.stderr.write('%s%s%s%s' % (color, message, ANSI_NORMAL, newline)) 50 sys.stderr.write(ANSI_NORMAL + message)
|
| D | ansi_color_converter.py | 68 … self.handle = GetStdHandle(STD_ERROR_HANDLE if self.output == sys.stderr else STD_OUTPUT_HANDLE)
|
| D | serial_reader.py | 80 sys.stderr.flush()
|
| D | gdbhelper.py | 121 output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
|
| D | coredump.py | 73 output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
|
| /hal_espressif-latest/west/ |
| D | tools.py | 37 def cmd_check(cmd, cwd=None, stderr=subprocess.STDOUT): argument 38 return subprocess.check_output(cmd, cwd=cwd, stderr=stderr)
|
| /hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
| D | gen_crt_bundle.py | 47 sys.stderr.write('gen_crt_bundle.py: ') 48 sys.stderr.write(msg) 49 sys.stderr.write('\n')
|
| /hal_espressif-latest/components/xtensa/trax/ |
| D | traceparse.py | 280 … sys.stderr.write('Failed to parse message #%03d (at %d bytes): %s\n' % (msg_cnt, i, str(e))) 316 sys.stderr.write('Loaded %d messages in %d bytes\n' % (len(messages), len(data))) 333 sys.stderr.write('Usage: %s <dump_file>\n')
|
| /hal_espressif-latest/components/heap/ |
| D | multi_heap_platform.h | 83 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__)
|
| /hal_espressif-latest/tools/esptool_py/flasher_stub/ |
| D | wrap_stub.py | 59 file=sys.stderr,
|
| /hal_espressif-latest/tools/idf_monitor/ |
| D | idf_monitor.py | 90 sys.stderr = get_converter(sys.stderr, decode_output=True) 114 stderr=subprocess.STDOUT)
|
| /hal_espressif-latest/components/efuse/ |
| D | efuse_table_gen.py | 44 sys.stderr.write(msg) 45 sys.stderr.write('\n') 554 print(e, file=sys.stderr)
|
| /hal_espressif-latest/tools/esptool_py/test/ |
| D | test_merge_bin.py | 61 cmd, cwd=IMAGES_DIR, stderr=subprocess.STDOUT 372 output = subprocess.check_output(com_args + file_args, stderr=subprocess.STDOUT)
|
| D | test_esptool.py | 92 stderr=subprocess.STDOUT, 127 [str(s) for s in cmd], cwd=TEST_DIR, stderr=subprocess.STDOUT 158 stderr=subprocess.STDOUT, 1352 stderr=subprocess.STDOUT,
|
| D | test_espsecure.py | 41 [str(s) for s in cmd], cwd=TEST_DIR, stderr=subprocess.STDOUT
|
| /hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
| D | csv_table_parser.py | 34 sys.stderr.write(f"Unexpected error parsing line {line_no + 1}: {line}")
|