/system/tools/xsdc/utils/include/xsdc/ |
D | XsdcSupport.h | 50 constexpr auto rend() const { return std::rend(details::xsdc_enum_values<T>); } in rend() function 51 constexpr auto crend() const { return rend(); } in crend()
|
/system/bt/gd/hci/ |
D | address.cc | 47 for (auto it = address.rbegin(); it != address.rend(); it++) { in ToString() 49 if (std::next(it) != address.rend()) { in ToString()
|
/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 | 175 ReverseFieldListIterator rend() const { in rend() function 176 return field_list_.rend(); in rend()
|
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());
|
D | parent_def.cc | 210 size = size_lambda(fields_.rbegin(), fields_.rend()); in GetOffsetForField()
|
/system/tools/hidl/ |
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 | ConstantExpression.cpp | 201 auto rend = value.rend(); in tryParse() local 202 for (; rbegin != rend && (*rbegin == 'u' || *rbegin == 'U' || *rbegin == 'l' || *rbegin == 'L'); in tryParse()
|
D | Interface.cpp | 660 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in allMethodsFromRoot()
|
/system/libvintf/ |
D | KernelConfigParser.cpp | 49 for (; r != s.rend() && std::isspace(*r); ++r) in trimTrailingSpaces()
|
/system/core/fs_mgr/libsnapshot/ |
D | utility.cpp | 50 for (auto it = devices_.rbegin(); it != devices_.rend(); ++it) { in ~AutoDeviceList()
|
D | snapuserd_readahead.cpp | 443 return read_ahead_iter_ == read_ahead_ops.rend(); in IterDone()
|
D | cow_reader.cpp | 469 return op_riter_ == ops_.get()->rend(); in Done()
|
/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/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/apex/apexd/ |
D | apex_database.cpp | 191 while (it != full_path.rend() && isspace(*it)) { in NormalizeIfDeleted()
|
/system/netd/server/ |
D | TetherControllerTest.cpp | 438 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 1055 constexpr auto rend() const { return std::rend(details::hidl_enum_values<T>); } 1056 constexpr auto crend() const { return rend(); }
|
/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()
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 317 reverse_iterator rend() { return reverse_iterator(begin() - 1); } 318 const_reverse_iterator rend() const { 328 const_reverse_iterator crend() const { return rend(); } 479 const_reverse_iterator rend() const { return const_reverse_iterator(end()); } 485 const_reverse_iterator crend() const { return rend(); }
|
/system/extras/simpleperf/ |
D | CallChainJoiner.cpp | 83 for (auto it = chain.rbegin(); it != chain.rend() && (*it)->sp == top->sp; ++it) { in AddCallChain()
|