| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
| H A D | js_napi_common.cpp | 185 auto item = std::find_if(connects_.begin(), connects_.end(), in JsDisConnectAbility() 240 auto iter = std::find_if(connects_.begin(), in FindConnectionLocked() 265 for (auto it = connects_.begin(); it != connects_.end();) { in RemoveAllCallbacksLocked() 286 auto iter = std::find_if(connects_.begin(), in RemoveConnectionLocked() 1536 for (auto it = callbacks_.begin(); it != callbacks_.end();) { in RemoveAllCallbacks() 1709 auto item = std::find_if(connects_.begin(), connects_.end(), in UvWorkOnAbilityDisconnectDone()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
| H A D | indexer_pattern.cpp | 977 ? std::find(fullArrayValue_.begin(), fullArrayValue_.end(), arrayValue_.at(selected_).first) - in UpdateBubbleList() 978 fullArrayValue_.begin() in UpdateBubbleList() 982 ? std::find(fullArrayValue_.begin(), fullArrayValue_.end(), arrayValue_.at(childPressIndex_).first) - in UpdateBubbleList() 983 fullArrayValue_.begin() in UpdateBubbleList() 1956 std::find(fullArrayValue_.begin(), fullArrayValue_.end(), in FireOnSelect() 1957 arrayValue_.at(selected_).first) - fullArrayValue_.begin() : in FireOnSelect()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| H A D | navigation_model_test_ng.cpp | 280 toolBarItems.insert(toolBarItems.end(), std::begin(newBars), std::end(newBars)); in HWTEST_F() 300 toolBarItems.insert(toolBarItems.end(), std::begin(newBars), std::end(newBars)); in HWTEST_F() 359 toolBarItems.insert(toolBarItems.end(), std::begin(newBars), std::end(newBars)); in HWTEST_F() 405 toolBarItems.insert(toolBarItems.end(), std::begin(newBars), std::end(newBars)); in HWTEST_F() 436 toolBarItems.insert(toolBarItems.end(), std::begin(newBars), std::end(newBars)); in HWTEST_F() 465 toolBarItems.insert(toolBarItems.end(), std::begin(newBars), std::end(newBars)); in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| H A D | span_string_test_ng.cpp | 422 auto ita = a.begin(); in CompareSpanList() 423 auto itb = b.begin(); in CompareSpanList() 838 auto iter = spanItems.begin(); in HWTEST_F() 884 auto iter = spanItems.begin(); in HWTEST_F() 902 iter = spanItems.begin(); in HWTEST_F() 1226 auto it = spans.begin(); in HWTEST_F()
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
| H A D | ffmpeg_demuxer_plugin.cpp | 239 if (std::count(g_imageCodecID.begin(), g_imageCodecID.end(), avStream.codecpar->codec_id) > 0) { in IsSupportedTrack() 895 auto begin = std::chrono::system_clock::now(); in InitAVFormatContext() local 906 int openSpend = static_cast<int>(static_cast<std::chrono::duration<double, std::milli>>(open - begin).count()); in InitAVFormatContext() 1212 return std::any_of(selectedTrackIds_.begin(), selectedTrackIds_.end(), in TrackIsSelected() 1249 auto index = std::find_if(selectedTrackIds_.begin(), selectedTrackIds_.end(), in UnselectTrack() 1695 for (auto it = str.begin(); it != str.end(); ++it) { in ReplaceDelimiter()
|
| /foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
| H A D | media_demuxer.cpp | 1144 auto it = bufferQueueMap_.begin(); in Flush() 1172 auto it = taskMap_.begin(); in StopAllTask() 1211 auto it = bufferQueueMap_.begin(); in ResumeAllTask() 1383 for (auto it = eosMap_.begin(); it != eosMap_.end(); it++) { in Start() 1386 for (auto it = requestBufferErrorCountMap_.begin(); it != requestBufferErrorCountMap_.end(); it++) { in Start() 1398 auto it = bufferQueueMap_.begin(); in Start()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
| H A D | medialibrary_backup_test.cpp | 1384 str.erase(std::remove(str.begin(), str.end(), '\"'), str.end()); in HWTEST_F() 1400 str.erase(std::remove(str.begin(), str.end(), '\"'), str.end()); in HWTEST_F() 1408 str.erase(std::remove(str.begin(), str.end(), '\"'), str.end()); in HWTEST_F() 1436 str.erase(std::remove(str.begin(), str.end(), '\"'), str.end()); in HWTEST_F() 1451 str.erase(std::remove(str.begin(), str.end(), '\"'), str.end()); in HWTEST_F() 1465 str.erase(std::remove(str.begin(), str.end(), '\"'), str.end()); in HWTEST_F()
|
| /foundation/resourceschedule/device_usage_statistics/services/common/src/ |
| H A D | bundle_active_usage_database.cpp | 157 sortedTableArray_.at(i).erase(sortedTableArray_.at(i).begin() + startIndex); in InitDatabaseTableInfo() 256 sort(sortedTableArray_.at(databaseType).begin(), sortedTableArray_.at(databaseType).end()); in HandleTableInfo() 314 sortedTableArray_.at(databaseType).erase(sortedTableArray_.at(databaseType).begin()); in DeleteExcessiveTableData() 821 for (auto iter = userHistory->begin(); iter != userHistory->end(); iter++) { in PutBundleHistoryData() 966 for (auto iter = stats.bundleStats_.begin(); iter != stats.bundleStats_.end(); iter++) { in FlushPackageInfo() 1363 sort(sortedTableArray_.at(databaseType).begin(), sortedTableArray_.at(databaseType).end()); in UpdateBundleUsageData()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureShadowTests.cpp | 316 for (std::vector<TestTexture2DSp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture2DShadowTestInstance() 560 for (vector<TestTextureCubeSp>::iterator i = m_textures.begin(); i != m_textures.end(); i++) in TextureCubeShadowTestInstance() 783 for (std::vector<TestTexture2DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture2DArrayShadowTestInstance() 1009 for (std::vector<TestTexture1DSp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture1DShadowTestInstance() 1234 for (std::vector<TestTexture1DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture1DArrayShadowTestInstance() 1484 for (vector<TestTextureCubeArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); i++) in TextureCubeArrayShadowTestInstance()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiDeviceInitializationTests.cpp | 1588 set<string> removeExts (b.begin(), b.end()); in removeExtensions() 2179 std::copy(queueConfigs.begin(), queueConfigs.end(), std::back_inserter(queueCreateCombinations)); in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2208 std::reverse(testCombination.begin(), testCombination.end()); in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2240 const deUint32 itemCount = accumulate(queuesPerFamily.begin(), queuesPerFamily.end(), 1u, multiplyConfigCounts); in createDeviceQueue2WithMultipleQueueCombinations() 2252 std::copy(targetQueueConfig.begin(), targetQueueConfig.end(), std::back_inserter(testCombination)); in createDeviceQueue2WithMultipleQueueCombinations() 2298 std::reverse(testCombination.begin(), testCombination.end()); in createDeviceQueue2WithMultipleQueueCombinations()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 1392 // If we're in the middle of scheduling a call, don't begin scheduling in DelayForLiveRegsBottomUp() 1633 std::reverse(Sequence.begin(), Sequence.end()); in ListScheduleBottomUp() 1765 std::fill(RegLimit.begin(), RegLimit.end(), 0); 1766 std::fill(RegPressure.begin(), RegPressure.end(), 0); 1789 std::fill(RegPressure.begin(), RegPressure.end(), 0); 1841 std::vector<SUnit *>::iterator Best = Q.begin(); in popFromQueueImpl() 1842 for (auto I = std::next(Q.begin()), E = Q.end(); I != E; ++I) in popFromQueueImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 417 for (RPOTType::rpo_iterator I = RPOT.begin(), E = RPOT.end(); I != E; ++I) in findShrunkPrologEpilog() 609 MachineBasicBlock::iterator InsertPt = MBB.begin(); in insertPrologueInBlock() 702 if (!MBB.empty() && InsertPt != MBB.begin()) { in insertEpilogueInBlock() 1216 MachineBasicBlock::iterator MI = MBB.begin(); in insertCSRSpillsInBlock() 1776 for (auto R = B.begin(); R != It; ++R) { in expandStoreVec2() 1939 for (auto I = B.begin(), E = B.end(); I != E; I = NextI) { in expandSpillMacros()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86IntrinsicsInfo.h | 327 const IntrinsicData *Data = std::lower_bound(std::begin(IntrinsicsWithChain), in getIntrinsicWithChain() 1151 const IntrinsicData *Data = std::lower_bound(std::begin(IntrinsicsWithoutChain), in getIntrinsicWithoutChain() 1160 assert(std::is_sorted(std::begin(IntrinsicsWithoutChain), in verifyIntrinsicTables() 1162 std::is_sorted(std::begin(IntrinsicsWithChain), in verifyIntrinsicTables() 1165 assert((std::adjacent_find(std::begin(IntrinsicsWithoutChain), in verifyIntrinsicTables() 1168 (std::adjacent_find(std::begin(IntrinsicsWithChain), in verifyIntrinsicTables()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set.cc | 918 other.map_.large->begin(), in MergeFrom() 1879 const KeyValue* begin = flat_begin(); in GrowCapacity() local 1884 LargeMap::iterator hint = map_.large->begin(); in GrowCapacity() 1885 for (const KeyValue* it = begin; it != end; ++it) { in GrowCapacity() 1891 std::copy(begin, end, map_.flat); in GrowCapacity() 1894 DeleteFlatMap(begin, old_flat_capacity); in GrowCapacity()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureShadowTests.cpp | 314 for (std::vector<TestTexture2DSp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture2DShadowTestInstance() 558 for (vector<TestTextureCubeSp>::iterator i = m_textures.begin(); i != m_textures.end(); i++) in TextureCubeShadowTestInstance() 781 for (std::vector<TestTexture2DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture2DArrayShadowTestInstance() 1007 for (std::vector<TestTexture1DSp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture1DShadowTestInstance() 1232 for (std::vector<TestTexture1DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++i) in Texture1DArrayShadowTestInstance() 1482 for (vector<TestTextureCubeArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); i++) in TextureCubeArrayShadowTestInstance()
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | app_mgr_service_inner.cpp | 783 serviceExtensionWhiteList_.begin(), serviceExtensionWhiteList_.end(), processName); in MakeServiceExtProcessName() 1420 for (auto iter = pids.begin(); iter != pids.end(); ++iter) { in ForceKillApplicationInner() 1456 for (auto iter = pids.begin(); iter != pids.end(); ++iter) { in KillProcessesByAccessTokenId() 1496 for (auto iter = pids.begin(); iter != pids.end(); ++iter) { in KillApplicationByUid() 1587 for (auto iter = pids.begin(); iter != pids.end(); ++iter) { in KillApplicationSelf() 1614 for (auto iter = pids.begin(); iter != pids.end(); ++iter) { in KillApplicationByBundleName() 1675 for (auto iter = pids.begin(); iter != pids.end(); ++iter) { in KillApplicationByUserIdLocked() 2409 for (auto iter = pids.begin(); iter != pids.end();) { in CheckAllProcessExist() 2680 for (auto it = appStateCallbacks_.begin(); it != appStateCallbacks_.end(); ++it) { in RemoveDeadAppStateCallback() 2741 for (auto iter = pids.begin(); ite in KillProcessesByUserId() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 186 return Error(ForwardRefBlockAddresses.begin()->first.Loc, in ValidateEndOfModule() 195 NamedTypes.begin(), E = NamedTypes.end(); I != E; ++I) in ValidateEndOfModule() 201 return Error(ForwardRefComdats.begin()->second, in ValidateEndOfModule() 203 ForwardRefComdats.begin()->first + "'"); in ValidateEndOfModule() 206 return Error(ForwardRefVals.begin()->second.second, in ValidateEndOfModule() 207 "use of undefined value '@" + ForwardRefVals.begin()->first + in ValidateEndOfModule() 211 return Error(ForwardRefValIDs.begin()->second.second, in ValidateEndOfModule() 213 Twine(ForwardRefValIDs.begin()->first) + "'"); in ValidateEndOfModule() 216 return Error(ForwardRefMDNodes.begin()->second.second, in ValidateEndOfModule() 218 Twine(ForwardRefMDNodes.begin() in ValidateEndOfModule() [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | sheet_presentation_pattern.cpp | 600 auto pos = std::find(unSortedSheetDentents_.begin(), unSortedSheetDentents_.end(), detentHeight); in HandleDragEnd() 602 auto idx = static_cast<uint32_t>(std::distance(unSortedSheetDentents_.begin(), pos)); in HandleDragEnd() 611 auto lowerIter = std::lower_bound(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), currentSheetHeight); in ComputeDetentsPos() 612 auto upperIter = std::upper_bound(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), currentSheetHeight); in ComputeDetentsPos() 621 auto lowerPosition = static_cast<uint32_t>(std::distance(sheetDetentHeight_.begin(), lowerIter)); in ComputeDetentsPos() 622 auto upperPosition = static_cast<uint32_t>(std::distance(sheetDetentHeight_.begin(), upperIter)); in ComputeDetentsPos() 1492 std::sort(sheetDetentHeight_.begin(), sheetDetentHeight_.end(), std::less<float>()); in InitSheetDetents() 1494 std::unique(sheetDetentHeight_.begin(), sheetDetentHeight_.end()), sheetDetentHeight_.end()); in InitSheetDetents()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
| H A D | bms_bundle_data_storage_database_test.cpp | 1596 std::any_of(overlayStates.begin(), overlayStates.end(), [&moduleName, &state](auto &item) { in CheckOverlayModuleState() 1655 for (nlohmann::json::iterator iter = typeErrorProps.begin(); iter != typeErrorProps.end(); iter++) { in HWTEST_F() 1656 for (auto valueIter = iter.value().begin(); valueIter != iter.value().end(); valueIter++) { in HWTEST_F() 1706 for (nlohmann::json::iterator iter = typeErrorProps.begin(); iter != typeErrorProps.end(); iter++) { in HWTEST_F() 1707 for (auto valueIter = iter.value().begin(); valueIter != iter.value().end(); valueIter++) { in HWTEST_F() 1749 for (nlohmann::json::iterator iter = typeErrorProps.begin(); iter != typeErrorProps.end(); iter++) { in HWTEST_F() 1750 for (auto valueIter = iter.value().begin(); valueIter != iter.value().end(); valueIter++) { in HWTEST_F() 1893 uris.insert(uris.begin(), uri3); in HWTEST_F()
|
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
| H A D | clone_restore.cpp | 517 for (auto it = commonColumnInfoMap.begin(); it != commonColumnInfoMap.end(); ++it) { in ParseAlbumResultSet() 852 for (auto it = fileInfo.valMap.begin(); it != fileInfo.valMap.end(); ++it) { in GetInsertValue() 883 for (auto it = dstColumnInfoMap.begin(); it != dstColumnInfoMap.end(); ++it) { in PrepareCommonColumnInfoMap() 995 for (auto it = queryWhereClauseMap.begin(); it != queryWhereClauseMap.end(); ++it) { in GetQueryWhereClause() 1032 for (auto it = albumInfo.valMap.begin(); it != albumInfo.valMap.end(); ++it) { in GetInsertValue() 1464 for (auto it = commonColumnInfoMap.begin(); it != commonColumnInfoMap.end(); ++it) { in ParseResultSet() 2060 auto it = std::find_if(fileInfos.begin(), fileInfos.end(), in GetFileInfoByFileId() 2181 auto it = std::find_if(fileIdPairs.begin(), fileIdPairs.end(), in ProcessImageFaceTbls()
|
| /third_party/protobuf/src/google/protobuf/compiler/js/ |
| H A D | js_generator.cc | 136 size_t slashes = std::count(from_filename.begin(), from_filename.end(), '/'); in GetRootPath() 409 sort(all_message_names.begin(), all_message_names.end()); in GetMessagesFileName() 1529 std::remove_if(ordered->begin(), ordered->end(), NotInSet(input_set)), in GenerateJspbFileOrder() 1753 for (std::set<std::string>::iterator it = provided->begin(); in GenerateProvides() 1895 for (it = required->begin(); it != required->end(); ++it) { in GenerateRequiresImpl() 1904 for (it = forwards->begin(); it != forwards->end(); ++it) { in GenerateRequiresImpl() 3575 std::set<const FileDescriptor*> all_files(files.begin(), files.end()); in GenerateFilesInDepOrder() 3692 for (std::set<const FieldDescriptor*>::const_iterator it = extensions.begin(); in GenerateFile()
|
| /third_party/rust/crates/syn/src/ |
| H A D | expr.rs | 47 /// We begin with a variable `expr` of type `Expr` that has no fields 1378 let begin = input.fork(); in unary_expr() 1381 return trailer_expr(begin, attrs, input, allow_struct); in unary_expr() 1399 Ok(Expr::Verbatim(verbatim::between(&begin, input))) in unary_expr() 1411 trailer_expr(begin, attrs, input, allow_struct) in unary_expr() 1443 begin: ParseBuffer, in trailer_expr() 1452 *tokens = verbatim::between(&begin, input); in trailer_expr() 1761 let begin = input.fork(); in expr_builtin() 1771 Ok(Expr::Verbatim(verbatim::between(&begin, input))) in expr_builtin()
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_jit_compile.c | 181 PCRE2_SPTR begin; member 1247 PCRE2_SPTR begin = cc; in detect_early_fail() local 1500 common->private_data_ptrs[begin - common->start] = 1; in detect_early_fail() 1558 common->private_data_ptrs[begin - common->start] = 1; in detect_early_fail() 1613 static BOOL detect_repeat(compiler_common *common, PCRE2_SPTR begin) in detect_repeat() argument 1615 PCRE2_SPTR end = bracketend(begin); in detect_repeat() 1620 sljit_sw length = end - begin; in detect_repeat() 1624 if (end[-(1 + LINK_SIZE)] != OP_KET || PRIVATE_DATA(begin) != 0) in detect_repeat() 1636 if (*next != *begin) in detect_repeat() 1639 if (next_end - next != length || memcmp(begin, nex in detect_repeat() 9694 PCRE2_SPTR begin; do_callout_jit() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_profiling.c | 1007 u32 begin = request_pos; in _mali_ukk_profiling_control_set() local 1025 u32 name_size = strlen((char *)(control_packet_data + begin)); in _mali_ukk_profiling_control_set() 1027 (char *)(control_packet_data + begin), name_size) == 0) { in _mali_ukk_profiling_control_set()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_profiling.c | 987 u32 begin = request_pos; in _mali_ukk_profiling_control_set() local 1004 u32 name_size = strlen((char *)(control_packet_data + begin)); in _mali_ukk_profiling_control_set() 1006 if (strncmp(global_mali_profiling_counters[i].counter_name, (char *)(control_packet_data + begin), name_size) == 0) { in _mali_ukk_profiling_control_set()
|