/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | utility.cpp | 55 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 D | libmodprobe.cpp | 367 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 D | VersionCollapser.cpp | 75 for (auto iter = entry->values.rbegin(); iter != entry->values.rend(); in CollapseVersions()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | PropertyValuesAnimatorSet.cpp | 73 for (auto it = mAnimators.rbegin(); it != mAnimators.rend(); it++) { in onPlayTimeChanged()
|
H A D | RenderNode.cpp | 416 for (auto iter = children.rbegin(); iter != children.rend(); ++iter) { in handleForceDark()
|
/aosp14/frameworks/base/tools/aapt2/test/ |
H A D | Fixture.cpp | 84 auto pos = std::find(path.rbegin(), path.rend(), file::sDirSep); in WriteFile()
|
/aosp14/frameworks/base/libs/hwui/service/ |
H A D | GraphicsStatsService.cpp | 257 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 D | main.cpp | 155 for (vector<string>::reverse_iterator it = namespaces.rbegin(); it != namespaces.rend(); it++) { in write_header_file()
|
/aosp14/system/core/libprocessgroup/ |
H A D | task_profiles_test.cpp | 121 if (path->rbegin()[0] != '/') { in GetPathForTask()
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/ |
H A D | snapuserd_readahead.cpp | 462 read_ahead_iter_ = read_ahead_ops.rbegin(); in InitializeRAIter()
|
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_reader.cpp | 683 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 D | XmlDom.cpp | 566 for (auto iter = package_decls_.rbegin(); iter != rend; ++iter) { in TransformPackageAlias() 569 for (auto iter2 = decls.rbegin(); iter2 != rend2; ++iter2) { in TransformPackageAlias()
|
H A D | XmlPullParser.cpp | 149 for (auto iter = package_aliases_.rbegin(); iter != end_iter; ++iter) { in TransformPackageAlias()
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Compile.cpp | 112 && std::equal(kNinePng.rbegin(), kNinePng.rend(), filename.rbegin())) { in ExtractResourcePathData()
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | XmlFlattener.cpp | 154 for (auto iter = node->namespace_decls.rbegin(); iter != node->namespace_decls.rend(); ++iter) { in Visit()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_HwRemoteBinder.cpp | 213 for(auto iter = mList.rbegin(); iter != mList.rend(); iter++) { in find()
|
H A D | android_util_AssetManager.cpp | 692 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 D | ReferenceLinker.cpp | 212 for (auto it = alias_namespaces_.rbegin(); it != alias_namespaces_.rend(); ++it) { in TransformPackageAlias()
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_remount.cpp | 358 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in RemountPartition()
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | avb_util.cpp | 574 auto chain_partitions = GetChainPartitionInfo(*out_vbmeta_images->rbegin(), &fatal_error); in LoadAndVerifyVbmetaByPartition()
|
/aosp14/frameworks/base/tools/aapt2/dump/ |
H A D | DumpManifest.cpp | 548 for (auto it = children.rbegin(); it != children.rend(); ++it) { in FindElement()
|