Home
last modified time | relevance | path

Searched refs:rbegin (Results 1 – 21 of 21) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp55 for (auto it = devices_.rbegin(); it != devices_.rend(); ++it) { in ~AutoDeviceList()
211 auto last_extent = extents->rbegin(); in AppendExtent()
/aosp14/system/core/libmodprobe/
H A Dlibmodprobe.cpp367 for (auto dep = dependencies.rbegin(); dep != dependencies.rend() - 1; ++dep) { in InsmodWithDeps()
454 for (auto dep = dependencies.rbegin(); dep != dependencies.rend(); dep++) { in LoadModulesParallel()
591 for (auto dep = hard_deps.rbegin(); dep != hard_deps.rend(); dep++) { in GetAllDependencies()
/aosp14/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp75 for (auto iter = entry->values.rbegin(); iter != entry->values.rend(); in CollapseVersions()
/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp73 for (auto it = mAnimators.rbegin(); it != mAnimators.rend(); it++) { in onPlayTimeChanged()
H A DRenderNode.cpp416 for (auto iter = children.rbegin(); iter != children.rend(); ++iter) { in handleForceDark()
/aosp14/frameworks/base/tools/aapt2/test/
H A DFixture.cpp84 auto pos = std::find(path.rbegin(), path.rend(), file::sDirSep); in WriteFile()
/aosp14/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp257 for (auto it = proto->histogram().rbegin(); it != proto->histogram().rend(); ++it) { in findPercentile()
268 for (auto it = proto->gpu_histogram().rbegin(); it != proto->gpu_histogram().rend(); ++it) { in findGPUPercentile()
273 for (auto it = proto->gpu_histogram().rbegin(); it != proto->gpu_histogram().rend(); ++it) { in findGPUPercentile()
/aosp14/frameworks/base/tools/streaming_proto/cpp/
H A Dmain.cpp155 for (vector<string>::reverse_iterator it = namespaces.rbegin(); it != namespaces.rend(); it++) { in write_header_file()
/aosp14/system/core/libprocessgroup/
H A Dtask_profiles_test.cpp121 if (path->rbegin()[0] != '/') { in GetPathForTask()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_readahead.cpp462 read_ahead_iter_ = read_ahead_ops.rbegin(); in InitializeRAIter()
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_reader.cpp683 block_riter_ = cow_op_index_vec_->rbegin(); in CowRevMergeOpIter()
687 return block_riter_ == cow_op_index_vec_->rbegin(); in RDone()
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp566 for (auto iter = package_decls_.rbegin(); iter != rend; ++iter) { in TransformPackageAlias()
569 for (auto iter2 = decls.rbegin(); iter2 != rend2; ++iter2) { in TransformPackageAlias()
H A DXmlPullParser.cpp149 for (auto iter = package_aliases_.rbegin(); iter != end_iter; ++iter) { in TransformPackageAlias()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp112 && std::equal(kNinePng.rbegin(), kNinePng.rend(), filename.rbegin())) { in ExtractResourcePathData()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp154 for (auto iter = node->namespace_decls.rbegin(); iter != node->namespace_decls.rend(); ++iter) { in Visit()
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.cpp213 for(auto iter = mList.rbegin(); iter != mList.rend(); iter++) { in find()
H A Dandroid_util_AssetManager.cpp692 const auto rbegin = reverse_bag_iterator(end(*bag)); in NativeGetResourceBagValue() local
694 auto entry = std::find_if(rbegin, rend, [bag_entry_id](auto&& e) { in NativeGetResourceBagValue()
/aosp14/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp212 for (auto it = alias_namespaces_.rbegin(); it != alias_namespaces_.rend(); ++it) { in TransformPackageAlias()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_remount.cpp358 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in RemountPartition()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp574 auto chain_partitions = GetChainPartitionInfo(*out_vbmeta_images->rbegin(), &fatal_error); in LoadAndVerifyVbmetaByPartition()
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp548 for (auto it = children.rbegin(); it != children.rend(); ++it) { in FindElement()