Home
last modified time | relevance | path

Searched defs:expected (Results 51 – 75 of 92) sorted by relevance

1234

/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py150 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): argument
/Zephyr-latest/tests/subsys/dsp/print_format/src/
Dmain.c11 #define assert_strings(expected, actual) \ argument
/Zephyr-latest/tests/drivers/mspi/flash/src/
Dmain.c24 static uint8_t expected[MSPI_FLASH_TEST_SIZE]; variable
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp184 const DataPtr &expected = job.expectedOutput[i]; in runJob() local
/Zephyr-latest/tests/drivers/bbram/emul/src/
Dmain.c42 uint8_t expected[BBRAM_SIZE]; in ZTEST() local
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_mock.c203 uintptr_t expected; in z_ztest_check_expected_value() local
232 void *expected; in z_ztest_check_expected_data() local
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dsmp.h132 uint16_t expected; /* expected bytes to come */ member
/Zephyr-latest/tests/arch/x86/pagetables/src/
Dmain.c87 pentry_t entry, flags, expected; in ZTEST() local
/Zephyr-latest/tests/drivers/dma/loop_transfer/src/
Dtest_dma_loop.c330 static bool check_dev_power_state(const struct device *dev, enum pm_device_state expected) in check_dev_power_state()
/Zephyr-latest/tests/unit/net_timeout/
Dmain.c120 uint64_t expected = now + lifetime * MSEC_PER_SEC; in ZTEST() local
/Zephyr-latest/tests/kernel/threads/thread_init/src/
Dmain.c60 } expected; variable
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Dtest_forwarding_buf.cpp40 uint8_t expected[] = {0x01, 0x02, 0x03}; in ZTEST() local
/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py52 expected argument
549 expected argument
Dtest_handlers.py441 expected argument
912 expected argument
1170 expected argument
1570 expected argument
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_coverage.py191 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
/Zephyr-latest/drivers/ethernet/
Deth_lan9250.c76 uint32_t expected, uint32_t m_second) in lan9250_wait_ready()
129 uint32_t expected, uint32_t m_second) in lan9250_wait_mac_ready()
/Zephyr-latest/tests/drivers/sensor/ina230/src/
Dina230_test.c44 uint16_t expected = 0x0127; in ZTEST() local
/Zephyr-latest/tests/ztest/base/src/
Dmain.c28 static const uint32_t expected[4] = { in ZTEST() local
/Zephyr-latest/tests/posix/c_lib_ext/src/
Dgetopt.c25 static const char *expected = "bahc?ha?w"; in ZTEST() local
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/src/
Dremote.c284 uint8_t expected = (uint8_t)rand_r(&ipc_rx_params.seed); in ep_recv() local
/Zephyr-latest/tests/lib/json/src/
Dmain.c619 const struct obj_array expected = { in ZTEST() local
914 const struct obj_array_2dim expected = { in ZTEST() local
1116 const char *expected = "\\\"abc" in ZTEST() local
1140 const char *expected = "\\t"; in ZTEST() local
1167 const char *expected = "hello,world:!"; in ZTEST() local
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h107 #define ASSERT_EQUAL(expected, got) \ argument
/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.c344 uint8_t expected = 1 + op_len[type]; in prov_recv() local
/Zephyr-latest/tests/unit/crc/
Dmain.c217 uint8_t fcs, expected; in ZTEST() local
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c282 const char *expected; member
305 static inline bool prf_check(const char *expected, in prf_check()
361 #define PRF_CHECK(expected, rv) \ argument

1234