/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 42 set(expected "Simple string") variable 51 set(expected 4) variable 57 set(expected "a" "list" "of" "strings") variable 68 set(expected 42) variable 77 set(expected 3) variable 83 set(expected 4 10 2) variable 94 set(expected 42) variable 103 set(expected cmake-missing-NOTFOUND) variable 112 set(expected cmake-missing-NOTFOUND) variable 121 set(expected -1) variable [all …]
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | sha256.c | 59 const uint8_t expected[32] = { in ZTEST() local 88 const uint8_t expected[32] = { in ZTEST() local 116 const uint8_t expected[32] = { in ZTEST() local 144 const uint8_t expected[32] = { in ZTEST() local 172 const uint8_t expected[32] = { in ZTEST() local 202 const uint8_t expected[32] = { in ZTEST() local 232 const uint8_t expected[32] = { in ZTEST() local 262 const uint8_t expected[32] = { in ZTEST() local 292 const uint8_t expected[32] = { in ZTEST() local 322 const uint8_t expected[32] = { in ZTEST() local [all …]
|
D | hmac.c | 46 size_t datalen, const uint8_t *expected, in do_hmac_test() 78 const uint8_t expected[32] = { in ZTEST() local 111 const uint8_t expected[32] = { in ZTEST() local 151 const uint8_t expected[32] = { in ZTEST() local 193 const uint8_t expected[32] = { in ZTEST() local 227 const uint8_t expected[32] = { in ZTEST() local 285 const uint8_t expected[32] = { in ZTEST() local 359 const uint8_t expected[32] = { in ZTEST() local
|
D | ccm_mode.c | 75 const uint8_t *expected, size_t elen, in do_test() 143 const uint8_t expected[EXPECTED_BUF_LEN31] = { in ZTEST() local 181 const uint8_t expected[EXPECTED_BUF_LEN32] = { in ZTEST() local 220 const uint8_t expected[EXPECTED_BUF_LEN33] = { in ZTEST() local 259 const uint8_t expected[EXPECTED_BUF_LEN33] = { in ZTEST() local 298 const uint8_t expected[EXPECTED_BUF_LEN34] = { in ZTEST() local 338 const uint8_t expected[EXPECTED_BUF_LEN35] = { in ZTEST() local
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_open_flags.c | 41 static void ZEQ(int ret, int expected) in ZEQ() 55 static void ZOPEN(struct test_state *ts, int flags, int expected, int line) in ZOPEN() 69 static void ZWRITE(struct test_state *ts, int expected, int line) in ZWRITE() 76 static void ZREAD(struct test_state *ts, int expected, int line) in ZREAD() 94 static void ZCHKPOS(struct test_state *ts, off_t expected, int line) in ZCHKPOS() 116 #define ZOPEN(ts, flags, expected) ZOPEN(ts, flags, expected, __LINE__) argument 118 #define ZWRITE(ts, expected) ZWRITE(ts, expected, __LINE__) argument 119 #define ZREAD(ts, expected) ZREAD(ts, expected, __LINE__) argument 121 #define ZCHKPOS(ts, expected) ZCHKPOS(ts, expected, __LINE__) argument
|
/Zephyr-latest/tests/net/socket/can/src/ |
D | main.c | 21 struct can_frame expected = { 0 }; in ZTEST() local 63 struct socketcan_frame expected = { 0 }; in ZTEST() local 101 struct can_filter expected = { 0 }; in ZTEST() local 128 struct socketcan_filter expected = { 0 }; in ZTEST() local
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_cmakecache.py | 133 def test_cmakecacheentry_from_line(cmake_line, expected): argument 169 def test_cmakecacheentry_str(cmake_cache_entry, expected): argument 233 def test_cmakecache_get_list(value, correct_get, expected): argument
|
D | test_testsuite.py | 96 def test_scanpathresults_dunders(original, provided, expected): argument 253 def test_scan_file_mmap(os_name, expected): argument 372 def test_get_unique(testsuite_root, suite_path, name, expected): argument 427 expected argument 456 def test_find_c_files_in(isdir, expected): argument 628 expected argument 697 def test_find_src_dir_path(test_dir_path, isdir_path, expected): argument 770 expected argument 842 expected argument 903 def test_get_no_detailed_test_id(testsuite_root, suite_path, name, expected): argument
|
/Zephyr-latest/tests/kernel/common/src/ |
D | printk.c | 112 char *expected = (sizeof(long) == sizeof(long long)) ? expected_64 : expected_32; variable 115 char *expected = "22 113 10000 32768 40000 22\n" variable 128 char *expected = "22 113 10000 32768 40000 %llu\n" variable 141 char *expected = "22 113 10000 32768 40000 22\n" variable
|
/Zephyr-latest/tests/drivers/can/shell/src/ |
D | main.c | 141 struct can_timing expected = { 0 }; in can_shell_test_bitrate() local 183 struct can_timing expected = { 0 }; in can_shell_test_dbitrate() local 214 struct can_timing expected = { in ZTEST() local 246 struct can_timing expected = { in ZTEST() local 300 static void can_shell_test_mode(const char *cmd, can_mode_t expected) in can_shell_test_mode() 365 static void can_shell_test_send(const char *cmd, const struct can_frame *expected) in can_shell_test_send() 381 const struct can_frame expected = { in ZTEST() local 393 const struct can_frame expected = { in ZTEST() local 405 const struct can_frame expected = { in ZTEST() local 417 const struct can_frame expected = { in ZTEST() local [all …]
|
/Zephyr-latest/tests/subsys/dsp/utils/src/ |
D | f32.c | 32 const DSP_DATA q31_t expected) in test_shift_f32_to_q7() 42 const DSP_DATA q31_t expected) in test_shift_f32_to_q15() 52 const DSP_DATA q31_t expected) in test_shift_f32_to_q31()
|
D | f64.c | 31 const DSP_DATA q7_t expected) in test_shift_f64_to_q7() 41 const DSP_DATA q15_t expected) in test_shift_f64_to_q15() 51 const DSP_DATA q31_t expected) in test_shift_f64_to_q31()
|
D | q15.c | 30 static void test_shift_q15_to_f32(const q15_t data, const uint32_t shift, const float32_t expected) in test_shift_q15_to_f32() 39 static void test_shift_q15_to_f64(const q15_t data, const uint32_t shift, const float64_t expected) in test_shift_q15_to_f64()
|
D | q31.c | 31 static void test_shift_q31_to_f32(const q31_t data, const uint32_t shift, const float32_t expected) in test_shift_q31_to_f32() 40 static void test_shift_q31_to_f64(const q31_t data, const uint32_t shift, const float64_t expected) in test_shift_q31_to_f64()
|
D | q7.c | 29 static void test_shift_q7_to_f32(const q7_t data, const uint32_t shift, const float32_t expected) in test_shift_q7_to_f32() 38 static void test_shift_q7_to_f64(const q7_t data, const uint32_t shift, const float64_t expected) in test_shift_q7_to_f64()
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_blackmagicprobe.py | 103 def test_blackmagicprobe_gdb_serial_generic(arg, env, expected): argument 124 globs, expected): argument 153 def test_blackmagicprobe_gdb_serial_darwin(gg, stlpc, comports, globs, expected): argument 181 def test_blackmagicprobe_gdb_serial_win32(stlpc, comports, expected): argument
|
/Zephyr-latest/tests/drivers/mm/sys_mm_drv_bank/src/ |
D | main.c | 18 struct sys_memory_stats *expected) in test_stats() 35 struct sys_memory_stats expected; in ZTEST() local
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_reassembly/src/ |
D | main.c | 39 int expected; in ZTEST() local 86 int expected; in ZTEST() local 106 int expected; in ZTEST() local 186 int expected; in ZTEST() local
|
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/src/ |
D | main.c | 57 static void assert_gpio_hog_config(const struct gpio_dt_spec *spec, gpio_flags_t expected) in assert_gpio_hog_config() 80 gpio_flags_t expected = GPIO_OUTPUT; in ZTEST() local 93 gpio_flags_t expected = GPIO_OUTPUT; in ZTEST() local
|
/Zephyr-latest/tests/lib/math/interpolation/src/ |
D | main.c | 70 int32_t expected; in ZTEST() local 86 int32_t expected; in ZTEST() local 103 int32_t expected; in ZTEST() local 120 int32_t expected; in ZTEST() local 136 int32_t expected; in ZTEST() local
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_reassembly.c | 41 uint16_t expected = sys_be16_to_cpu(((struct smp_hdr *)buf)->nh_len); in smp_reassembly_collect() local 93 int expected = smpt->__reassembly.expected; in smp_reassembly_complete() local
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 42 def verify_parse(dts, expected, include_path=()): argument 465 def verify_label2prop(label, expected): argument 555 def verify_unit_addr(path, expected): argument 1562 def verify_type(prop, expected): argument 1667 def verify_to_num(prop, signed, expected): argument 1705 def verify_to_nums(prop, signed, expected): argument 1736 def verify_to_bytes(prop, expected): argument 1759 def verify_to_string(prop, expected): argument 1786 def verify_to_strings(prop, expected): argument 1878 def verify_raw_to_num(fn, prop, length, signed, expected): argument
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_utils.h | 50 void fatal(uint32_t testnum, const void *expected, size_t expectedlen, in fatal() 60 uint32_t check_result(uint32_t testnum, const void *expected, in check_result()
|
/Zephyr-latest/tests/lib/c_lib/strerror/src/ |
D | main.c | 14 const char *expected; in ZTEST() local
|
/Zephyr-latest/kernel/ |
D | futex.c | 65 int z_impl_k_futex_wait(struct k_futex *futex, int expected, in z_impl_k_futex_wait() 92 static inline int z_vrfy_k_futex_wait(struct k_futex *futex, int expected, in z_vrfy_k_futex_wait()
|