Home
last modified time | relevance | path

Searched refs:begin (Results 5451 - 5475 of 9300) sorted by relevance

1...<<211212213214215216217218219220>>...372

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp298 std::transform(type.begin(), type.end(), type.begin(), [](auto ch) { return std::toupper(ch); }); in FillOneRowOfBlob()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h594 auto iter1 = this->customScalarFunctions.begin(); in operator ==()
595 auto iter2 = config.customScalarFunctions.begin(); in operator ==()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_incremental_backup.cpp139 auto iter = find_if(ctx->lastIncrementalData.begin(), ctx->lastIncrementalData.end(), in OnFileReady()
354 return Init(*(mapArgToVal["pathCapFile"].begin()), mapArgToVal["bundles"], mapArgToVal["incrementalTime"]); in g_exec()
H A Dtools_op_restore.cpp328 string strFlag = *(mapArgToVal["depMode"].begin()); in Exec()
335 return InitPathCapFile(*(mapArgToVal["pathCapFile"].begin()), mapArgToVal["bundles"], depMode); in Exec()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp69 for (auto iter = remoteDevSocketIds_.begin(); iter != remoteDevSocketIds_.end(); ++iter) { in OnSocketClosed()
297 for (auto iter = remoteDevSocketIds_.begin(); iter != remoteDevSocketIds_.end(); ++iter) { in UnInit()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.cpp278 for (auto item = mBlobMap_.begin(); item != mBlobMap_.end(); ++item) { in GetCacheSize()
310 for (auto item = mBlobMap_.begin(); item != mBlobMap_.end(); ++item) { in WriteToDisk()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_cutout_controller.cpp138 for (auto iter = boundaryRects.begin(); iter != boundaryRects.end();) { in CheckBoundaryRects()
174 if (std::all_of(realNumVec.begin(), realNumVec.end(), [](uint32_t result) { return result == 0; })) { in CalcWaterfallRects()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp192 auto screenSession = screenSessionMap_.begin()->second; in OnPowerStatusChanged()
518 auto iter = screenSessionMap_.begin(); in GetDefaultScreenId()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmulti_instance_manager.cpp187 return std::find(iter->second.begin(), iter->second.end(), instanceId) != iter->second.end(); in IsInstanceKeyExist()
378 for (auto it = instanceIdList.begin(); it != instanceIdList.end(); ++it) { in RemoveInstanceId()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_lite.cpp169 auto it = std::find_if(sessionListeners_.begin(), sessionListeners_.end(), in SaveSessionListener()
184 auto it = std::find_if(sessionListeners_.begin(), sessionListeners_.end(), in DeleteSessionListener()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp45 WLOGI("Dump begin fd: %{public}d", fd); in Dump()
152 for (auto it = windowNodeContainers.begin(); it != windowNodeContainers.end(); it++) { in DumpAllWindowInfo()
189 resetParams.assign(params.begin() + 2, params.end()); // 2: params num in DumpSpecifiedWindowInfo()
/test/ostest/wukong/component_event/src/
H A Dtree_manager.cpp497 elementInfoList_.erase(elementInfoList_.begin() + startIndex, elementInfoList_.begin() + endIndex); in RemovePage()
/test/ostest/wukong/input_factory/src/
H A Dcomponent_input.cpp50 if (std::any_of(bundleFinishList.begin(), bundleFinishList.end(), [x](int y) { return x == y; })) { in HandleAllBundleStatus()
94 std::fill(bundleRunning.begin(), bundleRunning.end(), false); in CheckLauncherApp()
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp342 data_size = accumulate(dim_info.begin(), dim_info.end(), 1, std::multiplies<uint64_t>()); in compFp32WithTData()
374 data_size = accumulate(dim_info.begin(), dim_info.end(), 1, std::multiplies<uint64_t>()); in compUint8WithTData()
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_function_utils.cpp322 auto iter = outputBuffers_.begin(); in FillAndEmptyAllBuffer()
334 iter = inputBuffers_.begin(); in FillAndEmptyAllBuffer()
/third_party/glslang/gtests/
H A DSpv.FromFile.cpp62 std::replace(name.begin(), name.end(), '.', '_'); in FileNameAsCustomTestSuffixIoMap()
63 std::replace(name.begin(), name.end(), '-', '_'); in FileNameAsCustomTestSuffixIoMap()
/third_party/alsa-utils/alsaucm/
H A Ddump.c449 int (*begin)(struct renderer *), in render_devlist()
466 err = begin(render); in render_devlist()
/third_party/gn/src/gn/
H A Dohos_components.cc55 la.erase(la.begin() + indexToRemove); in addInnerApi()
261 for (it = components_.begin(); it != components_.end(); it++) { in setupComponentsTree()
H A Dtool.cc67 std::equal(pattern.ranges().begin(), pattern.ranges().end(), in IsPatternInOutputList()
68 cur.ranges().begin())) in IsPatternInOutputList()
194 *err = Err(*value, "default_output_extension must begin with a '.'"); in ReadOutputExtension()
H A Drust_project_writer.cc115 for (auto flag_iter = rustflags.begin(); flag_iter != rustflags.end(); in ExtractCompilerArgs()
125 for (auto current = args.begin(); current != args.end();) { in FindArgValue()
/third_party/json/include/nlohmann/detail/iterators/
H A Diter_impl.hpp205 m_it.object_iterator = m_object->m_value.object->begin();
211 m_it.array_iterator = m_object->m_value.array->begin();
217 // set to end so begin()==end() is true: null is empty
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.cpp146 std::sort(CoveredOffsets.begin(), CoveredOffsets.end());
161 if (!std::binary_search(CoveredOffsets.begin(), CoveredOffsets.end(),
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c587 const lit_code_point_t begin = re_get_char (&bytecode_p, re_ctx_p->flags & RE_FLAG_UNICODE); in re_dump_bytecode() local
589 JERRY_DEBUG_MSG ("\\u%04x-\\u%04x, ", begin, end); in re_dump_bytecode()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.h377 Values::iterator begin() { return m_values.begin();} in begin() function in r600::LocalArray
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp60 return std::find_if(extensions.begin(), extensions.end(), in get_highest_supported_version()
398 return { v.begin(), v.end() }; in max_block_size()

Completed in 27 milliseconds

1...<<211212213214215216217218219220>>...372