/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | heap_malloc_free.c | 26 bool failed = false; in heap_malloc_free() local 63 failed = true; in heap_malloc_free() 70 PRINT_STATS_AVG(description, sum_malloc, count, failed, notes); in heap_malloc_free() 75 PRINT_STATS_AVG(description, sum_free, count, failed, notes); in heap_malloc_free()
|
/Zephyr-latest/tests/boards/native_sim/native_tasks/src/ |
D | main.c | 22 static int failed; in test_check() local 25 if (failed) { in test_check() 32 failed = 1; in test_check()
|
/Zephyr-latest/tests/ztest/fail/ |
D | Kconfig | 8 bool "Add a failed assert in the after phase" 11 bool "Add a failed assert in the teardown phase" 14 bool "Add a failed assume in the after phase" 17 bool "Add a failed assume in the teardown phase" 38 default "Assumption failed at " if ZTEST_FAIL_TEST_UNEXPECTED_ASSUME
|
D | README.rst | 17 Note that these can be called indirectly through failed asserts or assumptions.
|
/Zephyr-latest/modules/canopennode/ |
D | canopen_storage.c | 69 bool failed = false; in canopen_odf_1011() local 98 failed = true; in canopen_odf_1011() 112 failed = true; in canopen_odf_1011() 118 if (failed) { in canopen_odf_1011()
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | distance_estimation.c | 19 bool failed; member 27 bool failed; member 111 if (!data[i].failed) { in estimate_distance_using_phase_slope() 158 if (!mode_1_data[i].failed) { in estimate_distance_using_time_of_flight() 196 mode_2_data[context->mode_2_data_index].failed = true; in process_step_data() 215 mode_2_data[context->mode_2_data_index].failed = true; in process_step_data() 229 mode_1_data[context->mode_1_data_index].failed = true; in process_step_data()
|
/Zephyr-latest/tests/cmake/config_dir/ |
D | CMakeLists.txt | 19 message(FATAL_ERROR "Test failed, " 26 message(FATAL_ERROR "Test failed, "
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/src/ |
D | mgmt.c | 151 bool failed = false; in mgmt_callback_notify() local 187 if (status != MGMT_CB_OK && failed == false) { in mgmt_callback_notify() 188 failed = true; in mgmt_callback_notify()
|
/Zephyr-latest/drivers/sensor/ams/ens210/ |
D | Kconfig | 51 Number of retries when status reading failed or device not ready. 57 Number of retries when value reading failed, value not valid
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ |
D | plugin_test.py | 59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 216 goto failed; in platform_create_rpmsg_vdev() 225 goto failed; in platform_create_rpmsg_vdev() 231 goto failed; in platform_create_rpmsg_vdev() 236 failed: in platform_create_rpmsg_vdev()
|
/Zephyr-latest/drivers/sensor/ams/ams_iAQcore/ |
D | Kconfig | 19 Number of retries when reading failed or device not ready.
|
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/ |
D | board.cmake | 10 # OpenOCD not enabled because it failed with parameters suggested here:
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | generic.cmake | 24 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | generic.cmake | 25 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
|
/Zephyr-latest/cmake/modules/ |
D | git.cmake | 26 message(STATUS "git describe failed: ${stderr}")
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_core.c | 77 int failed = 0, count = 0; in http_server_init() local 146 failed++; in http_server_init() 162 failed++; in http_server_init() 213 failed++; in http_server_init() 232 failed++; in http_server_init() 245 if (failed >= svc_count) { in http_server_init() 246 LOG_ERR("All services failed (%d)", failed); in http_server_init()
|
/Zephyr-latest/cmake/util/ |
D | execute_process.cmake | 42 message(FATAL_ERROR "Process failed: '${ret}'")
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | generic.cmake | 35 message(FATAL_ERROR "Executing the below command failed. "
|
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | sysbuild.cmake | 22 set(failures "${failures}\n - ${image}: ${ASSERT_FAIL_COUNT} assertion(s) failed")
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 469 * Added support for failed rx notification. 960 * :github:`32112` - intel_adsp_cavs15: a part of testcases run failed with same error 961 * :github:`31819` - intel_adsp_cavs15: signing not correct thus download firmware failed 1016 * :github:`31867` - samples/scheduler/metairq_dispatc failed on iotdk boards 1023 * :github:`31817` - mec15xxevb_assy6853: tests/boards/mec15xxevb_assy6853/i2c_api/ failed 1029 * :github:`31782` - adc: test and sample failed on STM32 1037 * :github:`31729` - test: build fatal related testcase failed on qemu_cortex_m0 and run failed on q… 1096 * :github:`31579` - sam_e70_xplained: running tests/subsys/logging/log_core failed 1114 * :github:`31508` - up_squared: tests/kernel/sched/deadline/ failed. 1127 * :github:`31419` - tests/ztest/error_hook failed on ARC boards [all …]
|
D | release-notes-2.3.rst | 730 * :github:`25990` - tests/net/socket/select failed on sam_e70_xplained board. 731 * :github:`25960` - tests/net/socket/socketpair failed on mimxrt1050_evk and sam_e70_xplained. 814 * :github:`25511` - arc em_starterkit_em11d failed in tests/kernel/timer/timer_api 815 * :github:`25510` - arc EMSDP failed in tests/kernel/gen_isr_table 840 * :github:`25363` - tests/drivers/counter/counter_basic_api: Assertion failed on STM32 boards 857 * :github:`25272` - tests/drivers/gpio/gpio_basic_api failed on mec15xxevb_assy6853 board. 883 * :github:`25180` - tests: drivers/i2s/i2s_api: Build failed on 96b_argonkey 884 * :github:`25179` - tests/kernel/timer/timer_api failed on iotdk board. 885 * :github:`25178` - tests/kernel/sched/schedule_api failed on iotdk board. 886 * :github:`25177` - tests/drivers/counter/maxim_ds3231_api failed on frdm_k64f. [all …]
|
D | release-notes-2.4.rst | 916 * :github:`28552` - up_squared: samples/portability/cmsis_rtos_v1/philosophers/ failed. 917 * :github:`28549` - up_squared: tests/kernel/threads/thread_apis/ failed 918 * :github:`28548` - up_squared: tests/arch/x86/pagetables/ failed. 919 * :github:`28547` - up_squared: tests/subsys/debug/coredump failed. 920 * :github:`28540` - littlefs: MPU FAULT and failed to run 935 * :github:`28394` - nanosleep test failed on ARC series targets 960 * :github:`28294` - arch.interrupt.gen_isr_table.arm_mainline: lpcxpresso55s16_ns failed 967 * :github:`28267` - up_squared(acrn):running tests/kernel/workq/work_queue_api/ failed 968 * :github:`28266` - up_squared(acrn):running tests/kernel/sched/schedule_api/ failed 969 * :github:`28265` - up_squared(acrn):running tests/kernel/timer/timer_api/ failed [all …]
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | generic.cmake | 23 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig | 33 retry to send notification that failed due to lack of TX buffers
|