/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 230 line = self._readline_from_serial_buffer() 231 if line is not None: 232 return line 243 line = self._readline_from_serial_buffer() 244 if line is not None: 245 return line 250 line = self._serial_buffer[:idx+1] 252 return bytes(line)
|
/Zephyr-latest/arch/xtensa/core/ |
D | gen_vectors.py | 66 for line in infile.readlines(): 67 m = re.match(r"^#define\s+XCHAL_([^ ]+)_VECOFS\s*(.*)", line.rstrip())
|
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 61 uint32_t sleep_ms, uint32_t line) in test_calibration() argument 76 line, cal_cnt, exp_cal); in test_calibration() 79 line, skip_cnt, exp_skip); in test_calibration()
|
/Zephyr-latest/scripts/build/ |
D | gen_strsignal_table.py | 29 for line in inf.readlines(): 33 match = re.match(pat, line)
|
D | gen_strerror_table.py | 34 for line in inf.readlines(): 38 match = re.match(pat, line)
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/ |
D | up_squared.dts | 40 d-cache-line-size = <64>; 47 d-cache-line-size = <64>;
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | board.cmake | 5 # Comment below line and uncomment the second line to use SWD upoad method.
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_private.h | 133 const char *caller, int line); 150 const char *caller, int line);
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_error_case.c | 57 void assert_post_action(const char *file, unsigned int line) in assert_post_action() 62 ARG_UNUSED(line); in assert_post_action()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest_error_hook.c | 116 void assert_post_action(const char *file, unsigned int line) in assert_post_action() 121 ARG_UNUSED(line); in assert_post_action()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 59 for line in logs: 60 harness.handle(line) 147 for line in lines: 148 harness.parse_record(line) 177 def test_harness_process_test(line, fault, fail_on_fault, cap_cov, exp_stat, exp_id): argument 187 harness.process_test(line) 248 line = "Test case passed" 251 handler.handle(line) 392 tmp_path, line_type, ordered_val, exp_state, line, exp_fault, exp_capture argument 431 line = line [all …]
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_blockwise.py | 39 line = lines[-1] 40 crc = int(re.search('CRC ([0-9]+)', line).group(1)) 69 line = lines[-1] 70 crc = int(re.search('CRC ([0-9]+)', line).group(1))
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/include/mgmt/mcumgr/grp/shell_mgmt/ |
D | shell_mgmt_impl.h | 28 shell_mgmt_impl_exec(const char *line);
|
/Zephyr-latest/modules/mbedtls/include/ |
D | zephyr_mbedtls_priv.h | 10 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str);
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 50 mark.name, mark.line, mark.column, e.problem, 51 e.note, cmark.name, cmark.line, cmark.column, e.context)
|
/Zephyr-latest/cmake/modules/ |
D | Findarmclang.cmake | 22 foreach(line ${armclang_version_list}) 24 if(line MATCHES ".*[aA]rm [cC]ompiler[^0-9]*([0-9.]+)($| .*$)")
|
/Zephyr-latest/doc/ |
D | substitutions.txt | 1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here) 5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/ |
D | stm32l562e_dk.overlay | 14 /* Comment out this line to use HSI as clk source */ 40 /* Uncomment out this line to use usart1 as wakeup source */
|
/Zephyr-latest/samples/bluetooth/hci_uart/src/ |
D | main.c | 285 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle() argument 321 uart_poll_out(hci_uart_dev, line >> 0 & 0xff); in bt_ctlr_assert_handle() 322 uart_poll_out(hci_uart_dev, line >> 8 & 0xff); in bt_ctlr_assert_handle() 323 uart_poll_out(hci_uart_dev, line >> 16 & 0xff); in bt_ctlr_assert_handle() 324 uart_poll_out(hci_uart_dev, line >> 24 & 0xff); in bt_ctlr_assert_handle()
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.imx | 17 bool "Toggle power when pulling DAT3 line low" 20 Toggle power to SD card to clear DAT3 pull when pulling line low
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | conftest.py | 44 for line in lines: 45 m = chosen_regex.match(line)
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board_nrf52840_2.overlay | 52 dummy-line = <0x30>; 53 gate-line-width = <0x0a>; 96 dummy-line = <0x30>; 97 gate-line-width = <0x0a>;
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | assert.c | 20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | qemu_adapter_test.py | 45 file_lines = [line.strip() for line in file.readlines()]
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split.py | 44 for idx, line in enumerate(lines): # pylint: disable=unused-variable 45 dic = json.loads(line)
|