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.cpp200 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()
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.cpp635 for (auto it = chain.rbegin(); it != chain.rend(); ++it) { in allMethodsFromRoot()
643 *chain.rbegin(), // IBase in allMethodsFromRoot()
/system/bt/gd/
Dmodule.cc98 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/
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.cc193 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/bt/gd/hci/
Daddress.cc47 for (auto it = address.rbegin(); it != address.rend(); it++) { in ToString()
/system/server_configurable_flags/libflags/
Dserver_configurable_flags.cc61 *segment.rbegin() != '.'; in ValidateExperimentSegment()
/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.cpp367 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/
Dstrings.cc79 str.erase(std::find_if_not(str.rbegin(), str.rend(), IsSpace{}).base(), str.end()); in StringTrim()
/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.cpp161 for (auto iface = typeChain.rbegin(); iface != typeChain.rend(); ++iface) { in emitAidl()
/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/core/fs_mgr/
Dfs_mgr_remount.cpp375 for (auto it = mounts.rbegin(); it != mounts.rend(); ++it) { in do_remount()
/system/extras/simpleperf/
DCallChainJoiner.cpp83 for (auto it = chain.rbegin(); it != chain.rend() && (*it)->sp == top->sp; ++it) { in AddCallChain()

12