Home
last modified time | relevance | path

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

12

/system/core/adb/sysdeps/win32/
Dstat.cpp50 while (*path_wide.rbegin() == u'/' || *path_wide.rbegin() == u'\\') { in adb_stat()
/system/tools/hidl/
DConstantExpression.cpp194 auto rbegin = value.rbegin(); in tryParse() local
196 for (; rbegin != rend && (*rbegin == 'u' || *rbegin == 'U' || *rbegin == 'l' || *rbegin == 'L'); in tryParse()
197 ++rbegin) { in tryParse()
198 isUnsigned |= (*rbegin == 'u' || *rbegin == 'U'); in tryParse()
199 isLong |= (*rbegin == 'l' || *rbegin == 'L'); in tryParse()
201 std::string newVal(value.begin(), rbegin.base()); in tryParse()
DEnumType.cpp45 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()
DInterface.cpp664 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in allMethodsFromRoot()
672 *chain.rbegin(), // IBase in allMethodsFromRoot()
/system/bt/gd/packet/parser/
Dfield_list.h171 ReverseFieldListIterator rbegin() const { in rbegin() function
172 return field_list_.rbegin(); in rbegin()
Dlanguage_y.yy377 FieldList reversed_fields(group_fields->rbegin(), group_fields->rend());
394 FieldList reversed_fields(group_fields->rbegin(), group_fields->rend());
Dparent_def.cc187 size = size_lambda(fields_.rbegin(), fields_.rend()); in GetOffsetForField()
Dmain.cc59 for (auto it = token.rbegin(); it != token.rend(); ++it) { in generate_namespace_close()
/system/core/fs_mgr/libsnapshot/
Dutility.cpp49 for (auto it = devices_.rbegin(); it != devices_.rend(); ++it) { in ~AutoDeviceList()
173 auto last_extent = extents->rbegin(); in AppendExtent()
/system/apex/apexd/
Dapex_database.cpp180 auto it = full_path.rbegin(); in NormalizeIfDeleted()
184 full_path.remove_suffix(it - full_path.rbegin()); in NormalizeIfDeleted()
/system/server_configurable_flags/libflags/
Dserver_configurable_flags.cc61 *segment.rbegin() != '.'; in ValidateExperimentSegment()
/system/bt/gd/
Dmodule.cc93 for (auto it = start_order_.rbegin(); it != start_order_.rend(); it++) { in StopAll()
/system/core/adb/
Dadb_utils.h102 for (auto it = str.rbegin(); it != str.rend(); ++it) { in StripTrailingNulls()
/system/libvintf/
DKernelConfigParser.cpp48 auto r = s.rbegin(); in trimTrailingSpaces()
/system/netd/server/
DTetherControllerTest.cpp485 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
/system/core/libmodprobe/
Dlibmodprobe.cpp375 for (auto dep = dependencies.rbegin(); dep != dependencies.rend() - 1; ++dep) { in InsmodWithDeps()
496 for (auto dep = hard_deps.rbegin(); dep != hard_deps.rend(); dep++) { in GetAllDependencies()
/system/iorap/src/perfetto/
Dperfetto_consumer.cc471 auto max_it = states_.rbegin(); in IsDestroyed()
505 auto max_it = states_.rbegin(); in IsUncreated()
/system/incremental_delivery/incfs/
DMountRegistry.cpp339 const auto name = items.rbegin()[2]; in loadFrom()
352 mount.backing.assign(items.rbegin()[1]); in loadFrom()
/system/tools/aidl/
Daidl_to_cpp_common.cpp80 for (auto it = packages.rbegin(); it != packages.rend(); ++it) { in LeaveNamespace()
/system/teeui/libteeui/src/
Devdev.cpp62 auto& current = *timers_.rbegin(); in runTimers()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp164 for (auto iface = typeChain.rbegin(); iface != typeChain.rend(); ++iface) { in emitAidl()
/system/libhidl/base/include/hidl/
DHidlSupport.h1049 constexpr auto rbegin() const { return std::rbegin(details::hidl_enum_values<T>); }
1050 constexpr auto crbegin() const { return rbegin(); }
/system/core/fs_mgr/
Dfs_mgr_remount.cpp374 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in do_remount()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h315 reverse_iterator rbegin() { return reverse_iterator(end() - 1); }
316 const_reverse_iterator rbegin() const {
329 const_reverse_iterator crbegin() const { return rbegin(); }
479 const_reverse_iterator rbegin() const {
487 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()

12