/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 | 200 auto rbegin = value.rbegin(); in tryParse() local 202 for (; rbegin != rend && (*rbegin == 'u' || *rbegin == 'U' || *rbegin == 'l' || *rbegin == 'L'); in tryParse() 203 ++rbegin) { in tryParse() 204 isUnsigned |= (*rbegin == 'u' || *rbegin == 'U'); in tryParse() 205 isLong |= (*rbegin == 'l' || *rbegin == 'L'); in tryParse() 207 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 | 660 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in allMethodsFromRoot() 668 *chain.rbegin(), // IBase in allMethodsFromRoot()
|
/system/bt/gd/ |
D | module.cc | 105 for (auto it = start_order_.rbegin(); it != start_order_.rend(); it++) { in StopAll() 117 for (auto it = start_order_.rbegin(); it != start_order_.rend(); it++) { in StopAll() 147 …for (auto it = module_registry_.start_order_.rbegin(); it != module_registry_.start_order_.rend();… in DumpState()
|
/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/bt/gd/packet/parser/ |
D | field_list.h | 171 ReverseFieldListIterator rbegin() const { in rbegin() function 172 return field_list_.rbegin(); in rbegin()
|
D | gen_cpp.cc | 52 for (auto it = token.rbegin(); it != token.rend(); ++it) { in generate_namespace_close()
|
D | language_y.yy | 427 FieldList reversed_fields(group_fields->rbegin(), group_fields->rend()); 444 FieldList reversed_fields(group_fields->rbegin(), group_fields->rend());
|
/system/core/fs_mgr/libsnapshot/ |
D | utility.cpp | 50 for (auto it = devices_.rbegin(); it != devices_.rend(); ++it) { in ~AutoDeviceList() 174 auto last_extent = extents->rbegin(); in AppendExtent()
|
D | snapuserd_readahead.cpp | 438 read_ahead_iter_ = read_ahead_ops.rbegin(); in InitializeIter()
|
/system/bt/gd/hci/ |
D | address.cc | 47 for (auto it = address.rbegin(); it != address.rend(); it++) { in ToString()
|
/system/apex/apexd/ |
D | apex_database.cpp | 190 auto it = full_path.rbegin(); in NormalizeIfDeleted() 194 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/bt/gd/common/ |
D | strings.cc | 79 str.erase(std::find_if_not(str.rbegin(), str.rend(), IsSpace{}).base(), str.end()); in StringTrim()
|
/system/iorap/src/perfetto/ |
D | perfetto_consumer.cc | 471 auto max_it = states_.rbegin(); in IsDestroyed() 505 auto max_it = states_.rbegin(); in IsUncreated()
|
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 365 for (auto dep = dependencies.rbegin(); dep != dependencies.rend() - 1; ++dep) { in InsmodWithDeps() 493 for (auto dep = hard_deps.rbegin(); dep != hard_deps.rend(); dep++) { in GetAllDependencies()
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 324 const auto name = items.rbegin()[2]; in loadFrom() 330 auto backingDir = items.rbegin()[1]; in loadFrom()
|
/system/teeui/libteeui/src/ |
D | evdev.cpp | 62 auto& current = *timers_.rbegin(); in runTimers()
|
/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/core/fs_mgr/ |
D | fs_mgr_remount.cpp | 415 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in do_remount()
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 101 for (auto it = packages.rbegin(); it != packages.rend(); ++it) { in LeaveNamespace()
|