Home
last modified time | relevance | path

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

12

/system/tools/xsdc/utils/include/xsdc/
DXsdcSupport.h46 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/
DConstantExpression.cpp206 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()
DEnumType.cpp45 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()
DInterface.cpp666 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in allMethodsFromRoot()
674 *chain.rbegin(), // IBase in allMethodsFromRoot()
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp57 values.insert(values.end(), type->values().rbegin(), type->values().rend()); in emitEnumAidlDefinition()
64 for (auto it = values.rbegin(); it != values.rend(); ++it) { in emitEnumAidlDefinition()
DAidlTranslate.cpp84 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/
Dutility.cpp55 for (auto it = devices_.rbegin(); it != devices_.rend(); ++it) { in ~AutoDeviceList()
211 auto last_extent = extents->rbegin(); in AppendExtent()
/system/media/audio_utils/
DMelAggregator.cpp77 return mCsdRecords.rbegin()->second.timestamp + mCsdRecords.rbegin()->second.duration in csdTimeIntervalStored_l()
/system/apex/apexd/
Dapex_database.cpp188 auto it = full_path.rbegin(); in NormalizeIfDeleted()
192 full_path.remove_suffix(it - full_path.rbegin()); in NormalizeIfDeleted()
/system/server_configurable_flags/libflags/
Dserver_configurable_flags.cc61 *segment.rbegin() != '.'; in ValidateExperimentSegment()
/system/netd/server/
DTetherControllerTest.cpp438 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
/system/libvintf/
DKernelConfigParser.cpp48 auto r = s.rbegin(); in trimTrailingSpaces()
/system/tools/aidl/
Daidl_to_rust.cpp169 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()
Daidl_to_cpp.cpp225 for (auto it = rbegin(dimensions), end = rend(dimensions); it != end; it++) { in CppNameOf()
Daidl_to_ndk.cpp133 for (auto it = rbegin(dimensions), end = rend(dimensions); it != end; it++) { in WrapArrayType()
/system/core/libmodprobe/
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()
/system/incremental_delivery/incfs/
DMountRegistry.cpp343 const auto name = items.rbegin()[2]; in loadFrom()
353 auto backingDir = fixBackingDir(items.rbegin()[1], mountPoint); in loadFrom()
/system/core/libprocessgroup/
Dtask_profiles_test.cpp121 if (path->rbegin()[0] != '/') { in GetPathForTask()
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd_readahead.cpp462 read_ahead_iter_ = read_ahead_ops.rbegin(); in InitializeRAIter()
/system/teeui/libteeui/src/
Devdev.cpp62 auto& current = *timers_.rbegin(); in runTimers()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_reader.cpp683 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/
DHidlSupport.h1051 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/
Dflatbuffers.h312 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/
DCallChainJoiner.cpp83 for (auto it = chain.rbegin(); it != chain.rend() && (*it)->sp == top->sp; ++it) { in AddCallChain()
/system/core/fs_mgr/
Dfs_mgr_remount.cpp358 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in RemountPartition()

12