/system/tools/xsdc/utils/include/xsdc/ |
D | XsdcSupport.h | 46 constexpr auto rbegin() const { return std::rbegin(details::xsdc_enum_values<T>); } in rbegin() function 47 constexpr auto crbegin() const { return rbegin(); } in crbegin()
|
/system/tools/hidl/ |
D | ConstantExpression.cpp | 206 auto rbegin = value.rbegin(); in tryParse() local 208 for (; rbegin != rend && (*rbegin == 'u' || *rbegin == 'U' || *rbegin == 'l' || *rbegin == 'L'); in tryParse() 209 ++rbegin) { in tryParse() 210 isUnsigned |= (*rbegin == 'u' || *rbegin == 'U'); in tryParse() 211 isLong |= (*rbegin == 'l' || *rbegin == 'L'); in tryParse() 213 std::string newVal(value.begin(), rbegin.base()); in tryParse()
|
D | EnumType.cpp | 45 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in forEachValueFromRoot() 308 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitTypeDeclarations() 525 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitJavaTypeDeclarations() 600 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitVtsTypeDeclarations() 734 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitExportedHeader() 770 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitExportedHeader()
|
D | Interface.cpp | 666 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in allMethodsFromRoot() 674 *chain.rbegin(), // IBase in allMethodsFromRoot()
|
/system/tools/hidl/hidl2aidl/ |
D | AidlNamedType.cpp | 57 values.insert(values.end(), type->values().rbegin(), type->values().rend()); in emitEnumAidlDefinition() 64 for (auto it = values.rbegin(); it != values.rend(); ++it) { in emitEnumAidlDefinition()
|
D | AidlTranslate.cpp | 84 values.insert(values.end(), type->values().rbegin(), type->values().rend()); in emitEnumStaticAssert() 87 for (auto it = values.rbegin(); it != values.rend(); ++it) { in emitEnumStaticAssert()
|
/system/core/fs_mgr/libsnapshot/ |
D | utility.cpp | 55 for (auto it = devices_.rbegin(); it != devices_.rend(); ++it) { in ~AutoDeviceList() 211 auto last_extent = extents->rbegin(); in AppendExtent()
|
/system/media/audio_utils/ |
D | MelAggregator.cpp | 77 return mCsdRecords.rbegin()->second.timestamp + mCsdRecords.rbegin()->second.duration in csdTimeIntervalStored_l()
|
/system/apex/apexd/ |
D | apex_database.cpp | 188 auto it = full_path.rbegin(); in NormalizeIfDeleted() 192 full_path.remove_suffix(it - full_path.rbegin()); in NormalizeIfDeleted()
|
/system/server_configurable_flags/libflags/ |
D | server_configurable_flags.cc | 61 *segment.rbegin() != '.'; in ValidateExperimentSegment()
|
/system/netd/server/ |
D | TetherControllerTest.cpp | 438 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
|
/system/libvintf/ |
D | KernelConfigParser.cpp | 48 auto r = s.rbegin(); in trimTrailingSpaces()
|
/system/tools/aidl/ |
D | aidl_to_rust.cpp | 169 for (auto it = rbegin(dimensions), end = rend(dimensions); it != end; it++) { in ArrayDefaultValue() 244 for (auto it = rbegin(dimensions), end = rend(dimensions); it != end; it++) { in RustNameOf()
|
D | aidl_to_cpp.cpp | 225 for (auto it = rbegin(dimensions), end = rend(dimensions); it != end; it++) { in CppNameOf()
|
D | aidl_to_ndk.cpp | 133 for (auto it = rbegin(dimensions), end = rend(dimensions); it != end; it++) { in WrapArrayType()
|
/system/core/libmodprobe/ |
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()
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 343 const auto name = items.rbegin()[2]; in loadFrom() 353 auto backingDir = fixBackingDir(items.rbegin()[1], mountPoint); in loadFrom()
|
/system/core/libprocessgroup/ |
D | task_profiles_test.cpp | 121 if (path->rbegin()[0] != '/') { in GetPathForTask()
|
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/ |
D | snapuserd_readahead.cpp | 462 read_ahead_iter_ = read_ahead_ops.rbegin(); in InitializeRAIter()
|
/system/teeui/libteeui/src/ |
D | evdev.cpp | 62 auto& current = *timers_.rbegin(); in runTimers()
|
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
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()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 1051 constexpr auto rbegin() const { return std::rbegin(details::hidl_enum_values<T>); } 1052 constexpr auto crbegin() const { return rbegin(); }
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 312 reverse_iterator rbegin() { return reverse_iterator(end() - 1); } 313 const_reverse_iterator rbegin() const { 326 const_reverse_iterator crbegin() const { return rbegin(); } 476 const_reverse_iterator rbegin() const { 484 const_reverse_iterator crbegin() const { return rbegin(); }
|
/system/extras/simpleperf/ |
D | CallChainJoiner.cpp | 83 for (auto it = chain.rbegin(); it != chain.rend() && (*it)->sp == top->sp; ++it) { in AddCallChain()
|
/system/core/fs_mgr/ |
D | fs_mgr_remount.cpp | 358 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in RemountPartition()
|