Home
last modified time | relevance | path

Searched defs:expected (Results 26 – 50 of 92) sorted by relevance

1234

/Zephyr-latest/samples/drivers/mspi/mspi_flash/src/
Dmain.c22 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in single_sector_test() local
84 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in multi_sector_test() local
/Zephyr-latest/scripts/west_commands/tests/
Dtest_pyocd.py169 def test_flash(require, cc, pyocd_args, expected, pyocd): argument
193 def test_debugserver(require, cc, pyocd_args, expected, pyocd): argument
213 def test_flash_args(require, cc, bc, pyocd_args, flash_addr, expected, pyocd): argument
243 def test_debugserver_args(require, cc, bc, pyocd_args, expected, pyocd): argument
Dtest_nxp_s32dbg.py172 s32dbg_args, expected, osname, s32dbg): argument
196 s32dbg_args, expected, osname, s32dbg, tmp_path): argument
230 s32dbg_args, expected, osname, s32dbg, tmp_path): argument
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_runner.py202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument
237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument
384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument
575 def test_tag(self, capfd, out_path, test_path, test_platforms, tags, expected): argument
605 def test_only_failed(self, capfd, out_path, test_path, test_platforms, expected): argument
Dtest_printouts.py284 def test_list_tags(self, capfd, out_path, test_path, expected): argument
318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
Dtest_filter.py193 def test_arch(self, capfd, out_path, arch, expected): argument
227 def test_vendor(self, capfd, out_path, vendor, expected): argument
Dtest_platform.py228 def test_exclude_platform(self, capfd, out_path, test_path, test_platforms, expected): argument
277 def test_emulation_only(self, capfd, out_path, test_path, test_platforms, expected): argument
Dtest_error.py98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
Dtest_disable.py76 …_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected, expected_none): argument
/Zephyr-latest/samples/drivers/spi_flash/src/
Dmain.c55 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in single_sector_test() local
127 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in multi_sector_test() local
/Zephyr-latest/tests/lib/sys_util/src/
Dmain.c24 uint32_t start, end, expected; in ZTEST() local
/Zephyr-latest/tests/drivers/gnss/gnss_api/src/
Dtest_enabled_systems.c22 static bool test_reported_are_expected(gnss_systems_t reported, gnss_systems_t expected) in test_reported_are_expected()
68 bool expected; in test_validate_satellites() local
/Zephyr-latest/tests/subsys/llext/src/
Dinit_fini_ext.c66 const int expected = (((1 << 4) | 2) << 4) | 3; in test_entry() local
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c40 #define TEST_BYTE_1(value, expected) \ argument
48 #define TEST_BYTE_2(value, expected) \ argument
56 #define TEST_LL_6(a, b, c, d, e, f, expected) \ argument
64 #define TEST_LL_8(a, b, c, d, e, f, g, h, expected) \ argument
74 #define TEST_LL_6_TWO(a, b, c, d, e, f, expected) \ argument
89 #define TEST_IPV6(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, expected) \ argument
99 #define TEST_IPV4(a, b, c, d, expected) \ argument
/Zephyr-latest/tests/drivers/eeprom/shell/src/
Dmain.c49 const uint8_t expected[] = { 0x11, 0x22, 0x33, 0x44, 0xaa, 0xbb, 0xcc, 0xdd }; in ZTEST() local
144 const uint8_t expected[] = { 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa }; in ZTEST() local
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dtest_ecc_utils.c123 const unsigned int *expected, in check_ecc_result()
142 int check_code(const int num, const int expected, in check_code()
Daes.c78 const struct tc_aes_key_sched_struct expected = {{ in test_aes_key_chain() local
122 const uint8_t expected[NUM_OF_NIST_KEYS] = { in test_aes_vectors() local
Dctr_prng.c55 char *expected; member
285 uint8_t expected[MAX_BIN_SIZE]; in test_prng_vector() local
/Zephyr-latest/tests/subsys/ipc/ipc_service/src/
Dmain.c12 uintptr_t expected = (uintptr_t) priv; in received_cb() local
/Zephyr-latest/tests/kernel/obj_core/obj_core_stats/src/
Dmain.c405 struct sys_mem_blocks_info *expected) in test_mem_block_raw()
432 struct sys_memory_stats *expected) in test_mem_block_query()
564 static void test_mem_slab_raw(const char *str, struct k_mem_slab_info *expected) in test_mem_slab_raw()
591 struct sys_memory_stats *expected) in test_mem_slab_query()
/Zephyr-latest/scripts/tests/twister/
Dtest_config_parser.py150 def test_cast_value(zephyr_base, value, typestr, expected, expected_warning): argument
Dtest_quarantine.py166 def test_quarantinedata_load_data_from_yaml(file_contents, expected): argument
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c116 struct video_frmival expected; in ZTEST() local
/Zephyr-latest/subsys/net/lib/http/
Dhttp_compression.c122 enum http_compression expected) in http_compression_match()
/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/
Dmqtt_sn_packet.c23 struct mqtt_sn_param expected; member
314 const uint8_t *expected; member

1234