Home
last modified time | relevance | path

Searched refs:line (Results 101 – 125 of 819) sorted by relevance

12345678910>>...33

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py230 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/
Dgen_vectors.py66 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/
Dtest_nrf_clock_calibration.c61 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/
Dgen_strsignal_table.py29 for line in inf.readlines():
33 match = re.match(pat, line)
Dgen_strerror_table.py34 for line in inf.readlines():
38 match = re.match(pat, line)
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/
Dup_squared.dts40 d-cache-line-size = <64>;
47 d-cache-line-size = <64>;
/Zephyr-latest/boards/st/steval_stwinbx1/
Dboard.cmake5 # Comment below line and uncomment the second line to use SWD upoad method.
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_private.h133 const char *caller, int line);
150 const char *caller, int line);
/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_error_case.c57 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/
Dztest_error_hook.c116 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/
Dtest_harness.py59 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/
Dtest_blockwise.py39 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/
Dshell_mgmt_impl.h28 shell_mgmt_impl_exec(const char *line);
/Zephyr-latest/modules/mbedtls/include/
Dzephyr_mbedtls_priv.h10 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str);
/Zephyr-latest/scripts/pylib/twister/
Dscl.py50 mark.name, mark.line, mark.column, e.problem,
51 e.note, cmark.name, cmark.line, cmark.column, e.context)
/Zephyr-latest/cmake/modules/
DFindarmclang.cmake22 foreach(line ${armclang_version_list})
24 if(line MATCHES ".*[aA]rm [cC]ompiler[^0-9]*([0-9.]+)($| .*$)")
/Zephyr-latest/doc/
Dsubstitutions.txt1 .. |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/
Dstm32l562e_dk.overlay14 /* 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/
Dmain.c285 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/
DKconfig.imx17 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/
Dconftest.py44 for line in lines:
45 m = chosen_regex.match(line)
/Zephyr-latest/boards/phytec/reel_board/
Dreel_board_nrf52840_2.overlay52 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/
Dassert.c20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dqemu_adapter_test.py45 file_lines = [line.strip() for line in file.readlines()]
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_split.py44 for idx, line in enumerate(lines): # pylint: disable=unused-variable
45 dic = json.loads(line)

12345678910>>...33