Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/scripts/footprint/
Dcompare_footprint275 error_count = 0
286 error_count = error_count + 1
287 if error_count == 0:
289 return error_count
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dheap_malloc_free.c39 error_count++; in heap_malloc_free()
Dutils.h48 extern int error_count;
Dmain.c45 int error_count; /* track number of errors */ variable
206 TC_END_REPORT(error_count); in test_thread()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.h88 int32_t error_count; member
Dusb_dc_native_posix_adapt.c450 rsp.error_count = htonl(0); in usbip_send_common()
/Zephyr-latest/tests/cmake/yaml/
DCMakeLists.txt16 get_property(error_count GLOBAL PROPERTY EXPECTED_ERROR)
17 math(EXPR error_count "${error_count} + 1")
18 set_property(GLOBAL PROPERTY EXPECTED_ERROR ${error_count})