/system/core/adb/sysdeps/win32/ |
D | stat.cpp | 50 while (*path_wide.rbegin() == u'/' || *path_wide.rbegin() == u'\\') { in adb_stat()
|
/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() 292 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitTypeDeclarations() 509 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitJavaTypeDeclarations() 584 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitVtsTypeDeclarations() 718 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitExportedHeader() 754 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in emitExportedHeader()
|
D | Interface.cpp | 635 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in allMethodsFromRoot() 643 *chain.rbegin(), // IBase in allMethodsFromRoot()
|
/system/bt/gd/ |
D | module.cc | 98 for (auto it = start_order_.rbegin(); it != start_order_.rend(); it++) { in StopAll() 109 for (auto it = start_order_.rbegin(); it != start_order_.rend(); it++) { in StopAll() 136 …for (auto it = module_registry_.start_order_.rbegin(); it != module_registry_.start_order_.rend();… in DumpState()
|
/system/bt/gd/packet/parser/ |
D | field_list.h | 171 ReverseFieldListIterator rbegin() const { in rbegin() function 172 return field_list_.rbegin(); in rbegin()
|
D | language_y.yy | 377 FieldList reversed_fields(group_fields->rbegin(), group_fields->rend()); 394 FieldList reversed_fields(group_fields->rbegin(), group_fields->rend());
|
D | parent_def.cc | 193 size = size_lambda(fields_.rbegin(), fields_.rend()); in GetOffsetForField()
|
D | main.cc | 59 for (auto it = token.rbegin(); it != token.rend(); ++it) { in generate_namespace_close()
|
/system/core/fs_mgr/libsnapshot/ |
D | utility.cpp | 49 for (auto it = devices_.rbegin(); it != devices_.rend(); ++it) { in ~AutoDeviceList() 173 auto last_extent = extents->rbegin(); in AppendExtent()
|
/system/apex/apexd/ |
D | apex_database.cpp | 180 auto it = full_path.rbegin(); in NormalizeIfDeleted() 184 full_path.remove_suffix(it - full_path.rbegin()); in NormalizeIfDeleted()
|
/system/bt/gd/hci/ |
D | address.cc | 47 for (auto it = address.rbegin(); it != address.rend(); it++) { in ToString()
|
/system/server_configurable_flags/libflags/ |
D | server_configurable_flags.cc | 61 *segment.rbegin() != '.'; in ValidateExperimentSegment()
|
/system/core/adb/ |
D | adb_utils.h | 102 for (auto it = str.rbegin(); it != str.rend(); ++it) { in StripTrailingNulls()
|
/system/libvintf/ |
D | KernelConfigParser.cpp | 48 auto r = s.rbegin(); in trimTrailingSpaces()
|
/system/netd/server/ |
D | TetherControllerTest.cpp | 485 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
|
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 367 for (auto dep = dependencies.rbegin(); dep != dependencies.rend() - 1; ++dep) { in InsmodWithDeps() 488 for (auto dep = hard_deps.rbegin(); dep != hard_deps.rend(); dep++) { in GetAllDependencies()
|
/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/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 339 const auto name = items.rbegin()[2]; in loadFrom() 352 mount.backing.assign(items.rbegin()[1]); in loadFrom()
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 80 for (auto it = packages.rbegin(); it != packages.rend(); ++it) { in LeaveNamespace()
|
/system/teeui/libteeui/src/ |
D | evdev.cpp | 62 auto& current = *timers_.rbegin(); in runTimers()
|
/system/tools/hidl/hidl2aidl/ |
D | AidlInterface.cpp | 161 for (auto iface = typeChain.rbegin(); iface != typeChain.rend(); ++iface) { in emitAidl()
|
/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 | 375 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in do_remount()
|
/system/extras/simpleperf/ |
D | CallChainJoiner.cpp | 83 for (auto it = chain.rbegin(); it != chain.rend() && (*it)->sp == top->sp; ++it) { in AddCallChain()
|