Home
last modified time | relevance | path

Searched refs:rbegin (Results 276 - 300 of 587) sorted by relevance

1...<<11121314151617181920>>...24

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h70 constexpr const_reverse_iterator rbegin() const noexcept;
208 constexpr typename basic_string_view<CharT>::const_reverse_iterator basic_string_view<CharT>::rbegin() const noexcept
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_index_unit_test.cpp128 for (auto iter = eachPath.rbegin(); iter != eachPath.rend(); iter++) { in GenerateEachSchemaDefine()
166 for (auto iter = eachPath.rbegin(); iter != eachPath.rend(); iter++) { in GenerateValueItem()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc362 for (IntegerList::reverse_iterator j = removed_indexes.rbegin(), in InitializeBitmapBuilder()
372 for (IntegerList::reverse_iterator i = removed_strikes.rbegin(), in InitializeBitmapBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp537 auto RevIter = RenameStack.rbegin(); in materializeStack()
542 size_t Start = RevIter - RenameStack.rbegin(); in materializeStack()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp564 auto visibleItemEndIndex = visibleItemPosition_.rbegin()->first; in CanScroll()
566 auto visibleItemEndPos = visibleItemPosition_.rbegin()->second.endPos; in CanScroll()
583 auto visibleItemEndPos = visibleItemPosition_.rbegin()->second.endPos; in GetOverScrollInfo()
2010 auto visibleItemEndIndex = visibleItemPosition_.rbegin()->first; in UpdateGradientRegions()
2012 auto visibleItemEndPos = visibleItemPosition_.rbegin()->second.endPos; in UpdateGradientRegions()
2670 return geometryNode->GetPaddingSize().Width() - tabBar->visibleItemPosition_.rbegin()->second.endPos + in SetEdgeEffectCallback()
2686 auto visibleChildrenMainSize = tabBar->visibleItemPosition_.rbegin()->second.endPos - in SetEdgeEffectCallback()
2722 auto visibleItemEndIndex = visibleItemPosition_.rbegin()->first; in IsAtBottom()
2723 auto visibleItemEndPos = visibleItemPosition_.rbegin()->second.endPos; in IsAtBottom()
2740 auto visibleItemEndPos = visibleItemPosition_.rbegin() in IsOutOfBoundary()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/stream_manager_test/src/
H A Daudio_stream_manager_unit_test.cpp579 EXPECT_EQ(true, (*audioRendererChangeInfos[0]->outputDeviceInfo.audioStreamInfo.samplingRate.rbegin() in HWTEST_F()
585 EXPECT_EQ(true, (*audioRendererChangeInfos[0]->outputDeviceInfo.audioStreamInfo.channels.rbegin() >= MONO) in HWTEST_F()
1287 EXPECT_EQ(true, (*audioCapturerChangeInfos[0]->inputDeviceInfo.audioStreamInfo.samplingRate.rbegin() in HWTEST_F()
1291 EXPECT_EQ(true, (*audioCapturerChangeInfos[0]->inputDeviceInfo.audioStreamInfo.channels.rbegin() >= MONO) in HWTEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp610 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getNormalBlockBranchInstr()
619 for (MachineBasicBlock::reverse_iterator It = MBB->rbegin(), E = MBB->rend(); in getLoopendBlockBranchInstr()
634 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getReturnInstr()
1479 bool UseContinueLogical = ((&*ContingMBB->rbegin()) == MI); in settleLoopcontBlock()
H A DSIMachineScheduler.cpp1224 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()
1321 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()
1383 Block->schedule((*SUs.begin())->getInstr(), (*SUs.rbegin())->getInstr()); in scheduleInsideBlocks()
1813 BottomUpIndex2SU = std::vector<int>(Topo.rbegin(), Topo.rend()); in topologicalSort()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_test.cc339 EXPECT_EQ(*a.rbegin(), 'z'); in TEST()
340 EXPECT_EQ(*(b.rbegin() + 2), 'a'); in TEST()
342 EXPECT_TRUE(a.rbegin() + 26 == a.rend()); in TEST()
1153 EXPECT_TRUE(noexcept(sp.rbegin())); in TEST()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp808 for (vector<Expression*>::const_reverse_iterator i = m_inputExpressions.rbegin(); i != m_inputExpressions.rend(); i++) in tokenize()
810 if (i != m_inputExpressions.rbegin()) in tokenize()
821 for (vector<Expression*>::reverse_iterator i = m_inputExpressions.rbegin(); i != m_inputExpressions.rend(); i++) in evaluate()
831 for (vector<Expression*>::reverse_iterator i = m_inputExpressions.rbegin(); i != m_inputExpressions.rend(); i++) in evaluate()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp609 for (auto entry = result->second.rbegin(); entry != result->second.rend(); ++entry) { in FlushTouchEventsBegin()
622 for (auto entry = result->second.rbegin(); entry != result->second.rend(); ++entry) { in FlushTouchEventsEnd()
656 for (auto entry = result->second.rbegin(); entry != result->second.rend(); ++entry) { in PostEventFlushTouchEventEnd()
718 for (auto entry = iter->second.rbegin(); entry != iter->second.rend(); ++entry) { in DispatchMultiContainerEvent()
902 for (auto entry = iter->second.rbegin(); entry != iter->second.rend(); ++entry) { in PostEventDispatchTouchEvent()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp64 for (auto it = curAllSurfaceDrawables.rbegin(); it != curAllSurfaceDrawables.rend(); ++it) { in MergeDirtyHistoryForDrawable()
98 for (auto it = allSurfaceNodeDrawables.rbegin(); it != allSurfaceNodeDrawables.rend(); ++it) { in MergeVisibleDirtyRegion()
150 for (auto it = curAllSurfaceDrawables.rbegin(); it != curAllSurfaceDrawables.rend(); ++it) { in MergeDirtyHistoryInVirtual()
173 for (auto it = allSurfaceNodeDrawables.rbegin(); it != allSurfaceNodeDrawables.rend(); ++it) { in MergeVisibleDirtyRegionInVirtual()
206 for (auto it = allSurfaceDrawables.rbegin(); it != allSurfaceDrawables.rend(); ++it) { in SetAllSurfaceDrawableGlobalDityRegion()
H A Drs_uni_render_visitor.cpp1121 std::for_each((*children).rbegin(), (*children).rend(), [this](const std::shared_ptr<RSRenderNode>& node) { in QuickPrepareChildren()
1654 std::for_each(curMainAndLeashSurfaces.rbegin(), curMainAndLeashSurfaces.rend(), in UpdateHwcNodeEnable()
1941 std::for_each(curMainAndLeashSurfaces.rbegin(), curMainAndLeashSurfaces.rend(), in UpdateSurfaceDirtyAndGlobalDirty()
1989 std::for_each(curMainAndLeashSurfaces.rbegin(), curMainAndLeashSurfaces.rend(), in UpdateHwcNodeEnableByNodeBelow()
2300 std::for_each(curMainAndLeashSurfaces.rbegin(), curMainAndLeashSurfaces.rend(), in UpdateDisplayDirtyAndExtendVisibleRegion()
2674 for (auto it = curMainAndLeashSurfaces.rbegin(); it != curMainAndLeashSurfaces.rend(); ++it) { in UpdateHwcNodeEnableByGlobalFilter()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1259 for (auto iter = node->children_.rbegin(); iter < node->children_.rend(); ++iter) { in GetExpectImmersiveProperty()
1540 auto node = *(rootNode->children_.rbegin()); in IsTopWindow()
1546 for (auto iter = node->children_.rbegin(); iter < node->children_.rend(); iter++) { in IsTopWindow()
2380 for (auto iter = node->children_.rbegin(); iter != node->children_.rend(); ++iter) { in TraverseWindowTree()
2400 auto iterBegin = node->children_.rbegin(); in TraverseFromTopToBottom()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_custom_types_code_emitter.cpp345 for (std::vector<std::string>::const_reverse_iterator nspaceIter = cppNamespaceVec.rbegin(); in EmitEndNamespace()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery.cpp296 for (auto itr = abilityRecoverys_.rbegin(); itr != abilityRecoverys_.rend(); itr++) { in DoRecoverApp()
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp110 for (auto iter = needEraseIndexSet.rbegin(); iter != needEraseIndexSet.rend(); iter++) { in StartResidentProcessWithMainElement()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp319 for (auto iter = vTrans.rbegin(); iter != vTrans.rend(); iter++) { in Transform()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp49 str.erase(std::find_if(str.rbegin(), str.rend(), [](int ch) { return !std::isspace(ch); }).base(), str.end()); in RTrim()
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp470 for (auto iter = children.rbegin(); iter != children.rend(); ++iter) { in UpdateTouchRect()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp490 for (auto fileIter = priorityFileList.rbegin(); fileIter != priorityFileList.rend(); ++fileIter) { in LoadCustomStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp326 auto iter = gridLayoutInfo_.gridMatrix_.rbegin(); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.cpp330 for (auto iter = vTrans.rbegin(); iter != vTrans.rend(); iter++) { in Transform()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp58 int32_t lastRow = info_->lineHeightMap_.rbegin()->first; in Fill()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h434 const auto& end = posMap_.rbegin(); in GetEndIndexAndPos()

Completed in 68 milliseconds

1...<<11121314151617181920>>...24