/Zephyr-latest/samples/drivers/mspi/mspi_flash/src/ |
D | main.c | 22 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/ |
D | test_pyocd.py | 169 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
|
D | test_nxp_s32dbg.py | 172 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/ |
D | test_runner.py | 202 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
|
D | test_printouts.py | 284 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
|
D | test_filter.py | 193 def test_arch(self, capfd, out_path, arch, expected): argument 227 def test_vendor(self, capfd, out_path, vendor, expected): argument
|
D | test_platform.py | 228 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
|
D | test_error.py | 98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
|
D | test_disable.py | 76 …_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected, expected_none): argument
|
/Zephyr-latest/samples/drivers/spi_flash/src/ |
D | main.c | 55 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/ |
D | main.c | 24 uint32_t start, end, expected; in ZTEST() local
|
/Zephyr-latest/tests/drivers/gnss/gnss_api/src/ |
D | test_enabled_systems.c | 22 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/ |
D | init_fini_ext.c | 66 const int expected = (((1 << 4) | 2) << 4) | 3; in test_entry() local
|
/Zephyr-latest/tests/net/ip-addr/src/ |
D | main.c | 40 #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/ |
D | main.c | 49 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/ |
D | test_ecc_utils.c | 123 const unsigned int *expected, in check_ecc_result() 142 int check_code(const int num, const int expected, in check_code()
|
D | aes.c | 78 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
|
D | ctr_prng.c | 55 char *expected; member 285 uint8_t expected[MAX_BIN_SIZE]; in test_prng_vector() local
|
/Zephyr-latest/tests/subsys/ipc/ipc_service/src/ |
D | main.c | 12 uintptr_t expected = (uintptr_t) priv; in received_cb() local
|
/Zephyr-latest/tests/kernel/obj_core/obj_core_stats/src/ |
D | main.c | 405 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/ |
D | test_config_parser.py | 150 def test_cast_value(zephyr_base, value, typestr, expected, expected_warning): argument
|
D | test_quarantine.py | 166 def test_quarantinedata_load_data_from_yaml(file_contents, expected): argument
|
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_common.c | 116 struct video_frmival expected; in ZTEST() local
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_compression.c | 122 enum http_compression expected) in http_compression_match()
|
/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/ |
D | mqtt_sn_packet.c | 23 struct mqtt_sn_param expected; member 314 const uint8_t *expected; member
|