| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | share_block.cpp | 298 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 D | rdb_store_config.h | 594 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 D | tools_op_incremental_backup.cpp | 139 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 D | tools_op_restore.cpp | 328 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 D | dh_transport.cpp | 69 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 D | egl_blob_cache.cpp | 278 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 D | screen_cutout_controller.cpp | 138 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 D | screen_session_manager_client.cpp | 192 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 D | multi_instance_manager.cpp | 187 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 D | session_manager_lite.cpp | 169 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 D | window_dumper.cpp | 45 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 D | tree_manager.cpp | 497 elementInfoList_.erase(elementInfoList_.begin() + startIndex, elementInfoList_.begin() + endIndex); in RemovePage()
|
| /test/ostest/wukong/input_factory/src/ |
| H A D | component_input.cpp | 50 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 D | ohos_common.cpp | 342 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 D | codec_function_utils.cpp | 322 auto iter = outputBuffers_.begin();
in FillAndEmptyAllBuffer() 334 iter = inputBuffers_.begin();
in FillAndEmptyAllBuffer()
|
| /third_party/glslang/gtests/ |
| H A D | Spv.FromFile.cpp | 62 std::replace(name.begin(), name.end(), '.', '_'); in FileNameAsCustomTestSuffixIoMap() 63 std::replace(name.begin(), name.end(), '-', '_'); in FileNameAsCustomTestSuffixIoMap()
|
| /third_party/alsa-utils/alsaucm/ |
| H A D | dump.c | 449 int (*begin)(struct renderer *), in render_devlist() 466 err = begin(render); in render_devlist()
|
| /third_party/gn/src/gn/ |
| H A D | ohos_components.cc | 55 la.erase(la.begin() + indexToRemove); in addInnerApi() 261 for (it = components_.begin(); it != components_.end(); it++) { in setupComponentsTree()
|
| H A D | tool.cc | 67 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 D | rust_project_writer.cc | 115 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 D | iter_impl.hpp | 205 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 D | FuzzerTracePC.cpp | 146 std::sort(CoveredOffsets.begin(), CoveredOffsets.end()); 161 if (!std::binary_search(CoveredOffsets.begin(), CoveredOffsets.end(),
|
| /third_party/jerryscript/jerry-core/parser/regexp/ |
| H A D | re-bytecode.c | 587 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 D | sfn_virtualvalues.h | 377 Values::iterator begin() { return m_values.begin();} in begin() function in r600::LocalArray
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | device.cpp | 60 return std::find_if(extensions.begin(), extensions.end(), in get_highest_supported_version() 398 return { v.begin(), v.end() }; in max_block_size()
|