/device/soc/esp/esp32/components/nvs_flash/src/ |
D | nvs_partition_manager.cpp | 90 for (auto it = nvs_partition_list.begin(); it != nvs_partition_list.end(); ++it) { in init_custom() local 160 for (auto it = nvs_handles.begin(); it != nvs_handles.end(); ++it) { in deinit_partition() local 171 for (auto it = nvs_partition_list.begin(); it != nvs_partition_list.end(); ++it) { in deinit_partition() local 217 for (auto it = nvs_handles.begin(); it != nvs_handles.end(); ++it) { in close_handle() local 234 auto it = find_if(begin(nvs_storage_list), end(nvs_storage_list), [=](Storage& e) -> bool { in lookup_storage_from_name() local
|
D | nvs_storage.cpp | 42 for (auto it = mPageManager.begin(); it != mPageManager.end(); ++it) { in populateBlobIndices() local 71 for (auto it = mPageManager.begin(); it != mPageManager.end(); ++it) { in eraseOrphanDataBlobs() local 108 for (auto it = mPageManager.begin(); it != mPageManager.end(); ++it) { in init() local 158 for (auto it = std::begin(mPageManager); it != std::end(mPageManager); ++it) { in findItem() local 264 for (auto it = std::begin(usedPages); it != std::end(usedPages); it++) { in writeMultiPageBlob() local 403 …auto it = std::find_if(mNamespaces.begin(), mNamespaces.end(), [=] (const NamespaceEntry& e) -> bo… in createOrOpenNamespace() local 628 for (auto it = std::begin(mPageManager); it != std::end(mPageManager); ++it) { in eraseNamespace() local 716 for (auto it = std::begin(mPageManager); it != std::end(mPageManager); ++it) { in calcEntriesInNamespace() local 748 bool Storage::findEntry(nvs_opaque_iterator_t* it, const char* namespace_name) in findEntry() 777 bool Storage::nextEntry(nvs_opaque_iterator_t* it) in nextEntry()
|
D | nvs_item_hash_list.cpp | 26 for (auto it = mBlockList.begin(); it != mBlockList.end();) { in clear() local 70 for (auto it = mBlockList.begin(); it != mBlockList.end();) { in erase() local 109 for (auto it = mBlockList.begin(); it != mBlockList.end(); ++it) { in find() local
|
D | nvs_pagemanager.cpp | 75 TPageListIterator it; in load() local 98 for (auto it = begin(); it!= end(); ++it) { in load() local 154 for (auto it = begin(); it != end(); ++it) { in requestNewPage() local
|
D | nvs_api.cpp | 93 auto it = find_if(begin(s_nvs_handles), end(s_nvs_handles), belongs_to_part); in close_handles_and_deinit() local 257 auto it = find_if(begin(s_nvs_handles), end(s_nvs_handles), [=](NVSHandleEntry& e) -> bool { in nvs_find_ns_handle() local 297 auto it = find_if(begin(s_nvs_handles), end(s_nvs_handles), [=](NVSHandleEntry& e) -> bool { in nvs_close() local 697 nvs_iterator_t it = (nvs_iterator_t)calloc(1, sizeof(nvs_opaque_iterator_t)); in create_iterator() local 718 nvs_iterator_t it = create_iterator(pStorage, type); in nvs_entry_find() local 732 extern "C" nvs_iterator_t nvs_entry_next(nvs_iterator_t it) in nvs_entry_next() 746 extern "C" void nvs_entry_info(nvs_iterator_t it, nvs_entry_info_t *out_info) in nvs_entry_info() 751 extern "C" void nvs_release_iterator(nvs_iterator_t it) in nvs_release_iterator()
|
D | nvs_handle_simple.cpp | 125 bool NVSHandleSimple::findEntry(nvs_opaque_iterator_t* it, const char* name) { in findEntry() 129 bool NVSHandleSimple::nextEntry(nvs_opaque_iterator_t* it) { in nextEntry()
|
D | intrusive_list.h | 195 void erase(iterator it) in erase()
|
/device/soc/esp/esp32/components/spi_flash/ |
D | partition.c | 92 esp_partition_iterator_t it = iterator_create(type, subtype, label); in esp_partition_find() local 99 esp_partition_iterator_t esp_partition_next(esp_partition_iterator_t it) in esp_partition_next() 135 esp_partition_iterator_t it = esp_partition_find(type, subtype, label); in esp_partition_find_first() local 147 esp_partition_iterator_opaque_t* it = in iterator_create() local 271 partition_list_item_t *it = new_partitions_list.slh_first; in load_partitions() local 329 partition_list_item_t *it, *last = NULL; in esp_partition_register_external() local 357 partition_list_item_t *it; in esp_partition_deregister_external() local 378 esp_partition_iterator_t it = esp_partition_find(partition->type, in esp_partition_verify() local
|
D | flash_mmap.c | 293 mmap_entry_t* it; in spi_flash_munmap() local 340 mmap_entry_t* it; in spi_flash_mmap_dump() local
|
/device/soc/esp/esp32/components/esp_event/ |
D | esp_event.c | 182 esp_event_handler_node_t *it = NULL, *last = NULL; in handler_instances_add() local 221 esp_event_id_node_t *it = NULL, *id_node = NULL, *last_id_node = NULL; in base_node_add_handler() local 276 esp_event_base_node_t *it = NULL, *base_node = NULL, *last_base_node = NULL; in loop_node_add_handler() local 323 esp_event_handler_node_t *it, *temp; in handler_instances_remove() local 353 esp_event_id_node_t *it, *temp; in base_node_remove_handler() local 378 esp_event_base_node_t *it, *temp; in loop_node_remove_handler() local 399 esp_event_handler_node_t *it, *temp; in handler_instances_remove_all() local 411 esp_event_id_node_t *it, *temp; in base_node_remove_all_handler() local 423 esp_event_base_node_t *it, *temp; in loop_node_remove_all_handler() local 655 esp_event_loop_node_t *it, *temp; in esp_event_loop_delete() local [all …]
|
/device/soc/esp/esp32/components/esp_timer/src/ |
D | esp_timer.c | 211 esp_timer_handle_t it, last = NULL; in timer_insert() local 296 esp_timer_handle_t it; in timer_process_alarm() local 491 esp_timer_handle_t it; in esp_timer_dump() local 541 esp_timer_handle_t it = LIST_FIRST(&s_timers); in esp_timer_get_next_alarm() local
|
/device/soc/esp/esp32/components/app_update/ |
D | esp_ota_ops.c | 187 ota_ops_entry_t *it; in esp_ota_write() local 267 ota_ops_entry_t *it; in esp_ota_write_with_offset() local 302 ota_ops_entry_t *it = NULL; in get_ota_ops_entry() local 313 ota_ops_entry_t *it = get_ota_ops_entry(handle); in esp_ota_abort() local 325 ota_ops_entry_t *it = get_ota_ops_entry(handle); in esp_ota_end() local 560 esp_partition_iterator_t it = esp_partition_find(ESP_PARTITION_TYPE_APP, in esp_ota_get_running_partition() local
|
/device/soc/esp/esp32/components/log/ |
D | log.c | 116 uncached_tag_entry_t *it = NULL; in esp_log_level_set() local 155 uncached_tag_entry_t *it; in clear_log_level_list() local 267 uncached_tag_entry_t *it; in get_uncached_log_level() local
|
/device/soc/esp/esp32/components/driver/ |
D | rtc_module.c | 59 rtc_isr_handler_t* it; in rtc_isr() local 115 rtc_isr_handler_t* it; in rtc_isr_deregister() local
|
/device/board/osware/imx8mm/drivers/camera/driver_adapter/test/main_test/ |
D | ohos_camera_demo.cpp | 886 for (auto it = focusMode.begin(); it != focusMode.end(); it++) { in GetAvailableFocusModes() local 909 for (auto it = exposureMode.begin(); it != exposureMode.end(); it++) { in GetAvailableExposureModes() local 932 for (auto it = exposureCompensationRange.begin(); it != exposureCompensationRange.end(); it++) { in GetExposureCompensationRange() local 973 for (auto it = meterModes.begin(); it != meterModes.end(); it++) { in GetAvailableMeterModes() local 996 for (auto it = flashModes.begin(); it != flashModes.end(); it++) { in GetAvailableFlashModes() local 1035 for (auto it = streamBasicConfigurations.begin(); it != streamBasicConfigurations.end(); it++) { in GetStreamBasicConfigurations() local 1059 for (auto it = fpsRange.begin(); it != fpsRange.end(); it++) { in GetFpsRange() local 1139 for (auto it = results_list_.cbegin(); it != results_list_.cend(); it++) { in OnResult() local
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
D | legacy_freezer.c | 254 struct css_task_iter it; in update_if_frozen() local 329 struct css_task_iter it; in freeze_cgroup() local 341 struct css_task_iter it; in unfreeze_cgroup() local
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
D | hdi_mpp_component_manager.cpp | 43 std::map<uintptr_t, uintptr_t>::iterator it = g_mppComponents.find(handle); in FindInMppComponentManager() local
|
/device/soc/rockchip/rk3568/hardware/codec/src/ |
D | hdi_mpp_component_manager.cpp | 43 std::map<uintptr_t, uintptr_t>::iterator it = g_mppComponents.find(handle); in FindInMppComponentManager() local
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
D | util.c | 790 static void *sysvipc_proc_next(struct seq_file *s, void *it, loff_t *pos) in sysvipc_proc_next() 836 static void sysvipc_proc_stop(struct seq_file *s, void *it) in sysvipc_proc_stop() 853 static int sysvipc_proc_show(struct seq_file *s, void *it) in sysvipc_proc_show()
|
/device/board/osware/imx8mm/drivers/camera/pipeline_core/src/nodes/v4l2_source_node/ |
D | v4l2_source_node.cpp | 64 for (auto& it : outPorts) { in Start() local
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/ |
D | circlesgrid.cpp | 136 …for(std::list<size_t>::iterator it = clusters[patternClusterIdx].begin(); it != clusters[patternCl… in hierarchicalClustering() local 338 for(std::vector<Point2f>::const_iterator it = firstCornerIterator; it != hull2f.end();++it) in getSortedCorners() local 346 for(std::vector<Point2f>::const_iterator it = hull2f.begin(); it != firstCornerIterator;++it) in getSortedCorners() local 507 Vertices::const_iterator it = vertices.find(id1); in areVerticesAdjacent() local 520 Vertices::const_iterator it = vertices.find(id); in getDegree() local 566 Vertices::const_iterator it = vertices.find(id); in getNeighbors() local
|
/device/soc/esp/esp32/components/esp_netif/ |
D | esp_netif_objects.c | 161 esp_netif_t *it = esp_netif_next_unsafe(NULL); in esp_netif_is_netif_listed() local
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/ |
D | hdf_syscall_adapter.c | 133 struct HdfDevEventlistener *it = NULL; in AddListenerToAdapterLocked() local
|
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
D | v4l2_source_node_rk.cpp | 67 for (const auto& it : outPorts) { in Start() local
|
/device/board/kaihong/khdvk_3566b/camera/pipeline_core/src/node/ |
D | rk_exif_node.cpp | 74 for (auto& it : outPutPorts_) { in DeliverBuffer() local
|