| /system/core/base/include/android-base/ |
| D | expected.h | 115 constexpr expected(const expected<U, G>& rhs) { in expected() 134 constexpr explicit expected(const expected<U, G>& rhs) { in expected() 154 constexpr expected(expected<U, G>&& rhs) { in expected() 173 constexpr explicit expected(expected<U, G>&& rhs) { in expected() 317 void swap(expected& rhs) noexcept( in swap() 436 constexpr expected(const expected<U, G>& rhs) { in expected() 444 constexpr explicit expected(const expected<U, G>& rhs) { in expected() 453 constexpr expected(expected<U, G>&& rhs) { in expected() 461 constexpr explicit expected(expected<U, G>&& rhs) { in expected() 551 void swap(expected& rhs) noexcept(std::is_nothrow_move_constructible_v<E>) { in swap() [all …]
|
| /system/vold/ |
| D | KeyBuffer.cpp | 25 KeyBuffer operator+(KeyBuffer&& lhs, const KeyBuffer& rhs) { in operator +() 30 KeyBuffer operator+(KeyBuffer&& lhs, const char* rhs) { in operator +()
|
| D | Keymaster.h | 76 KeymasterOperation(KeymasterOperation&& rhs) { *this = std::move(rhs); } in KeymasterOperation() function
|
| /system/tools/hidl/ |
| D | Location.cpp | 39 bool Position::inSameFile(const Position& lhs, const Position& rhs) { in inSameFile() 81 bool Location::inSameFile(const Location& lhs, const Location& rhs) { in inSameFile() 85 bool Location::intersect(const Location& lhs, const Location& rhs) { in intersect()
|
| D | Scope.cpp | 131 std::sort(ret.begin(), ret.end(), [](const NamedType* lhs, const NamedType* rhs) -> bool { in getSortedDefinedTypes() 138 auto less = [&](const Type* lhs, const Type* rhs) { in topologicalReorder()
|
| /system/core/property_service/libpropertyinfoserializer/ |
| D | trie_serializer.cpp | 68 [](const auto& lhs, const auto& rhs) { return lhs.name.size() > rhs.name.size(); }); in WriteTrieNode() 84 [](const auto& lhs, const auto& rhs) { return lhs.name < rhs.name; }); in WriteTrieNode() 100 [](const auto& lhs, const auto& rhs) { return lhs.name() < rhs.name(); }); in WriteTrieNode()
|
| /system/iorap/tests/src/binder/ |
| D | app_launch_event_test.cc | 33 inline bool ProtosEqual(const ::google::protobuf::Message& lhs, in ProtosEqual() 38 inline bool ProtosEqual(const ::google::protobuf::MessageLite& lhs, in ProtosEqual() 62 inline bool operator==(const AppLaunchEvent& lhs, const AppLaunchEvent& rhs) { in operator ==() 78 inline bool operator!=(const AppLaunchEvent& lhs, const AppLaunchEvent& rhs) { in operator !=()
|
| /system/chre/apps/wifi_offload/test/ |
| D | offloadtypes_test.cc | 34 TestType rhs; in EqualOperatorReturnsTrueForEqualValues() local 41 TestType lhs, rhs; in EqualOperatorReturnsFalseForDifferentValues() local
|
| /system/netd/libnetdutils/ |
| D | Netlink.cpp | 53 bool operator==(const sockaddr_nl& lhs, const sockaddr_nl& rhs) { in operator ==() 58 bool operator!=(const sockaddr_nl& lhs, const sockaddr_nl& rhs) { in operator !=()
|
| /system/core/libutils/include/utils/ |
| D | String16.h | 243 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() 248 inline int strictly_order_type(const String16& lhs, const String16& rhs) in strictly_order_type()
|
| D | SortedVector.h | 169 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) in SortedVector() 287 int SortedVector<TYPE>::do_compare(const void* lhs, const void* rhs) const { in do_compare()
|
| D | String8.h | 252 inline int strictly_order_type(const String8& lhs, const String8& rhs) in strictly_order_type()
|
| D | List.h | 98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 106 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
|
| /system/netd/libnetdbpf/ |
| D | BpfNetworkStats.cpp | 309 bool operator==(const stats_line& lhs, const stats_line& rhs) { in operator ==() 315 bool operator<(const stats_line& lhs, const stats_line& rhs) { in operator <() 327 stats_line& stats_line::operator=(const stats_line& rhs) { in operator =() 341 stats_line& stats_line::operator+=(const stats_line& rhs) { in operator +=()
|
| /system/tools/hidl/c2hal/ |
| D | Expression.cpp | 54 Expression::Type Expression::coalesceTypes(Type lhs, Type rhs) { in coalesceTypes() 273 Expression *Expression::unary(std::string op, Expression *rhs) { in unary() 277 Expression *Expression::binary(Expression *lhs, std::string op, Expression *rhs) { in binary() 281 Expression *Expression::ternary(Expression *lhs, Expression *mhs, Expression *rhs) { in ternary()
|
| /system/tools/hidl/lint/lints/ |
| D | oneway.cpp | 33 static inline InterfaceMethodType operator|(InterfaceMethodType lhs, InterfaceMethodType rhs) { in operator |()
|
| /system/core/libutils/ |
| D | VectorImpl.cpp | 49 VectorImpl::VectorImpl(const VectorImpl& rhs) in VectorImpl() 67 VectorImpl& VectorImpl::operator = (const VectorImpl& rhs) in operator =() 160 static int sortProxy(const void* lhs, const void* rhs, void* func) in sortProxy() 565 SortedVectorImpl::SortedVectorImpl(const VectorImpl& rhs) in SortedVectorImpl() 574 SortedVectorImpl& SortedVectorImpl::operator = (const SortedVectorImpl& rhs) in operator =()
|
| /system/security/keystore/include/keystore/ |
| D | keystore_concurrency.h | 38 UnlockProxyLockHelper(UnlockProxyLockHelper&& rhs) in UnlockProxyLockHelper() function
|
| /system/apex/libs/libapexutil/ |
| D | apexutil_test.cpp | 66 bool operator==(const ApexManifest &lhs, const ApexManifest &rhs) { in operator ==()
|
| /system/linkerconfig/modules/ |
| D | section.cc | 39 [](const auto& lhs, const auto& rhs) -> bool { in WriteConfig()
|
| /system/teeui/libteeui/include/teeui/ |
| D | font_rendering.h | 132 Iter(const Iter& rhs) : begin_(rhs.begin_) {} in Iter() 204 Iter(const Iter& rhs) : begin_(rhs.begin_), end_(rhs.end_) {} in Iter()
|
| /system/security/keystore/ |
| D | blob.cpp | 237 Blob::Blob(const Blob& rhs) { in Blob() 243 Blob::Blob(Blob&& rhs) : mBlob(std::move(rhs.mBlob)) {} in Blob() function in Blob 245 Blob& Blob::operator=(const Blob& rhs) { in operator =() 257 Blob& Blob::operator=(Blob&& rhs) { in operator =()
|
| /system/keymaster/include/keymaster/ |
| D | List.h | 96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 104 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
|
| /system/netd/server/ |
| D | UidRanges.cpp | 35 bool compUidRangeParcel(const UidRangeParcel& lhs, const UidRangeParcel& rhs) { in compUidRangeParcel()
|
| /system/teeui/libteeui_jni/ |
| D | libteeui_jni.cpp | 82 JArray(JArray&& rhs) : env_(rhs.env_), jarray_(rhs.jarray_), buffer_(rhs.buffer_) { in JArray() function in JArray 89 JArray& operator=(JArray&& rhs) { in operator =()
|