Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dscl.py42 mark = e.problem_mark
45 mark.name, mark.line, mark.column, e.problem,
/Zephyr-Core-2.7.6/scripts/west_commands/tests/
Dtest_pyocd.py164 @pytest.mark.parametrize('pyocd_args,expected', [
176 @pytest.mark.parametrize('pyocd_args,expectedv', [
188 @pytest.mark.parametrize('pyocd_args,expected', [
207 @pytest.mark.parametrize('pyocd_args,flash_addr,expected', [
223 @pytest.mark.parametrize('pyocd_args, expectedv', [
237 @pytest.mark.parametrize('pyocd_args, expected', [
Dtest_mdb.py151 @pytest.mark.parametrize('test_case', TEST_NSIM_FLASH_CASES)
161 @pytest.mark.parametrize('test_case', TEST_NSIM_DEBUG_CASES)
171 @pytest.mark.parametrize('test_case', TEST_NSIM_MULTICORE_CASES)
186 @pytest.mark.parametrize('test_case', TEST_HW_FLASH_CASES)
196 @pytest.mark.parametrize('test_case', TEST_HW_DEBUG_CASES)
206 @pytest.mark.parametrize('test_case', TEST_HW_MULTICORE_CASES)
Dtest_blackmagicprobe.py50 @pytest.mark.parametrize('command', EXPECTED_COMMANDS)
59 @pytest.mark.parametrize('command', EXPECTED_COMMANDS)
Dtest_dediprog.py44 @pytest.mark.parametrize('tc', [
59 @pytest.mark.parametrize('tc', [
Dtest_stm32flash.py75 @pytest.mark.parametrize('action', EXPECTED_COMMANDS)
94 @pytest.mark.parametrize('action', EXPECTED_COMMANDS)
Dtest_build.py50 @pytest.mark.parametrize('test_case', TEST_CASES)
Dtest_stm32cubeprogrammer.py333 @pytest.mark.parametrize("tc", TEST_CASES)
367 @pytest.mark.parametrize("tc", TEST_CASES)
Dtest_dfu_util.py68 @pytest.mark.parametrize('tc', [
95 @pytest.mark.parametrize('tc', [
Dtest_canopen_program.py42 @pytest.mark.parametrize('test_case', TEST_CASES)
Dtest_nrfjprog.py430 @pytest.mark.parametrize('test_case', EXPECTED_RESULTS.keys(), ids=id_fn)
462 @pytest.mark.parametrize('test_case', EXPECTED_RESULTS.keys(), ids=id_fn)
/Zephyr-Core-2.7.6/scripts/tests/twister/
Dtest_testinstance.py28 @pytest.mark.parametrize("build_only, slow, harness, platform_type, platform_sim, device_testing,fi…
65 @pytest.mark.parametrize("enable_asan, enable_ubsan, enable_coverage, coverage_platform, platform_t…
97 @pytest.mark.parametrize("testcase_root, workdir, name, expected", TESTDATA_3)
107 @pytest.mark.parametrize("testcase_root, workdir, name, exception", TESTDATA_4)
121 @pytest.mark.parametrize("test_file, expected_warnings, expected_subcases", TESTDATA_5)
137 @pytest.mark.parametrize("test_path, expected_subcases", TESTDATA_6)
Dtest_twister.py26 @pytest.mark.parametrize("filename, schema",
38 @pytest.mark.parametrize("filename, schema",
Dtest_testsuite_class.py44 @pytest.mark.parametrize("board_root_dir", [("board_config_file_not_exist"), ("board_config")])
144 @pytest.mark.parametrize("tc_attribute, tc_value, plat_attribute, plat_value, expected_discards",
218 @pytest.mark.parametrize("extra_filter, extra_filter_value, expected_discards", TESTDATA_PART2)
249 @pytest.mark.parametrize("tc_min_flash, plat_flash, tc_min_ram, plat_ram",
/Zephyr-Core-2.7.6/doc/reference/timing_functions/
Dindex.rst29 3. Call :c:func:`timing_counter_get` to mark the start of code
32 4. Call :c:func:`timing_counter_get` to mark the end of code
/Zephyr-Core-2.7.6/drivers/entropy/
DKconfig.stm3235 Low water-mark threshold in bytes to trigger entropy generation for
53 Low water-mark threshold in bytes to trigger entropy generation for
DKconfig.nrf547 Low water-mark threshold in bytes to trigger entropy generation for
65 Low water-mark threshold in bytes to trigger entropy generation for
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/src/
Dosdp_phy.c22 uint8_t mark; member
104 pkt->mark = OSDP_PKT_MARK; in osdp_phy_packet_init()
234 if (pkt->mark != OSDP_PKT_MARK || pkt->som != OSDP_PKT_SOM) { in osdp_phy_decode_packet()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull.c1607 void *mark; in ull_ticker_stop_with_mark() local
1609 mark = ull_disable_mark(param); in ull_ticker_stop_with_mark()
1610 if (mark != param) { in ull_ticker_stop_with_mark()
1620 mark = ull_disable_unmark(param); in ull_ticker_stop_with_mark()
1621 if (mark != param) { in ull_ticker_stop_with_mark()
1633 mark = ull_disable_unmark(param); in ull_ticker_stop_with_mark()
1634 if (mark != param) { in ull_ticker_stop_with_mark()
Dull_adv.c2470 void *mark; local
2501 mark = ull_disable_mark(adv);
2502 LL_ASSERT(mark == adv);
2512 mark = ull_disable_unmark(adv);
2513 LL_ASSERT(mark == adv);
2526 mark = ull_disable_unmark(adv);
2527 LL_ASSERT(mark == adv);
2535 mark = ull_disable_unmark(adv);
2536 LL_ASSERT(mark == adv);
/Zephyr-Core-2.7.6/subsys/net/lib/http/
Dhttp_parser.c232 const char **mark, size_t len) in cb_data() argument
237 if (*mark == NULL) { in cb_data()
245 rc = cb(parser, *mark, len); in cb_data()
256 *mark = NULL; in cb_data()
/Zephyr-Core-2.7.6/share/zephyr-package/cmake/
DZephyrConfigVersion.cmake73 # parent Zephyr, therefore just mark it as ignored.
/Zephyr-Core-2.7.6/samples/net/gptp/
DREADME.rst44 mark the device as non AS capable and disable it.
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/gptp/
DKconfig23 Enable to mark the whole system as Grand Master Capable.
/Zephyr-Core-2.7.6/cmake/
Dkconfig.cmake68 # character in the C shell, so we make it into a question-mark

12