Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 174) sorted by relevance

1234567

/Zephyr-latest/doc/
DMakefile15 .PHONY: configure clean html html-fast html-live html-live-fast latex pdf doxygen
37 clean: target
38 cmake --build ${BUILDDIR} --target clean
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp57 void DataPtr::clean() in clean() function in InferenceProcess::DataPtr
93 void InferenceJob::clean() in clean() function in InferenceProcess::InferenceJob
95 networkModel.clean(); in clean()
98 it.clean(); in clean()
102 it.clean(); in clean()
106 it.clean(); in clean()
Dinference_process.hpp24 void clean();
40 void clean();
/Zephyr-latest/samples/modules/thrift/hello/server/
DMakefile4 .PHONY: all clean
49 clean: target
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/
Dmain.c111 stats->eviction.clean + stats->eviction.dirty); in print_paging_stats()
113 stats->eviction.clean); in print_paging_stats()
185 zassert_not_equal(stats.eviction.clean, 0UL, in touch_anon_pages()
196 zassert_not_equal(stats.eviction.clean, 0UL, in touch_anon_pages()
386 zassert_not_equal(stats.eviction.clean, 0UL, in ZTEST_USER()
397 zassert_not_equal(stats.eviction.clean, 0UL, in ZTEST_USER()
/Zephyr-latest/samples/modules/thrift/hello/client/
DMakefile4 .PHONY: all clean
53 clean: target
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
Dmsi_range6.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dmsi_range11.overlay8 * Warning: This overlay performs configuration from clean sheet.
Df1_pll_64_hsi_8.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhse_24.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhse_32.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhsi_16.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhsi_8.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhse_8.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhse_8_bypass.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhsi_g0_16.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhsi_g0_16_div_2.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dhsi_g0_16_div_4.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dpll_32_hsi_16.overlay8 * Warning: This overlay performs configuration from clean sheet.
Df0_f3_pll_32_hsi_8.overlay8 * Warning: This overlay performs configuration from clean sheet.
/Zephyr-latest/scripts/native_simulator/
DMakefile143 clean: target
150 clean_all: clean clean_coverage ;
152 .PHONY: clean clean_coverage clean_all link_with_esw runner_lib no_default all ${DEPENDFILES}
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/boards/
Dspi1_pclk2.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dspi1_sysclk.overlay8 * Warning: This overlay performs configuration from clean sheet.
Dspi1_hsi_16.overlay8 * Warning: This overlay performs configuration from clean sheet.
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32wba_core/boards/
Dhsi_16.overlay8 * Warning: This overlay performs configuration from clean sheet.

1234567