| /system/core/libutils/include/utils/ |
| D | StrongPointer.h | 204 sp<T> sp<T>::fromExisting(T* other) { in fromExisting() 216 sp<T>::sp(T* other) in sp() 225 sp<T>::sp(U* other) : m_ptr(other) { in sp() 245 sp<T>::sp(const sp<T>& other) in sp() 252 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function 257 sp<T>::sp(const sp<U>& other) in sp() 264 sp<T>::sp(sp<U>&& other) in sp() function 271 sp<T> sp<T>::cast(const sp<U>& other) { in cast() 337 void sp<T>::force_set(T* other) { in force_set()
|
| D | RefBase.h | 541 wp<T> wp<T>::fromExisting(T* other) { in fromExisting() 555 wp<T>::wp(T* other) in wp() 563 wp<T>::wp(U* other) : m_ptr(other) { in wp() 588 wp<T>::wp(const wp<T>& other) in wp() 595 wp<T>::wp(const sp<T>& other) in wp() 602 wp<T>::wp(const wp<U>& other) in wp() 614 wp<T>::wp(const sp<U>& other) in wp() 675 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
| D | String8.h | 276 inline bool String8::contains(const char* other) const in contains() 319 inline int String8::compare(const String8& other) const in compare()
|
| D | String16.h | 208 constexpr StaticString16(const StaticString16<N>& other) in StaticString16() 266 inline int String16::compare(const String16& other) const in compare()
|
| /system/chre/util/include/chre/util/system/ |
| D | shared_ptr_impl.h | 38 SharedPtr<ObjectType>::SharedPtr(SharedPtr<ObjectType> &&other) in SharedPtr() function 45 SharedPtr<ObjectType>::SharedPtr(SharedPtr<OtherObjectType> &&other) in SharedPtr() function 51 SharedPtr<ObjectType>::SharedPtr(const SharedPtr &other) { in SharedPtr() 57 SharedPtr<ObjectType>::SharedPtr(const SharedPtr<OtherObjectType> &other) { in SharedPtr()
|
| /system/libhidl/base/ |
| D | HidlSupport.cpp | 52 hidl_handle::hidl_handle(const hidl_handle& other) : hidl_handle() { in hidl_handle() 58 hidl_handle::hidl_handle(hidl_handle&& other) noexcept : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle 64 hidl_handle &hidl_handle::operator=(const hidl_handle &other) { in operator =() 89 hidl_handle& hidl_handle::operator=(hidl_handle&& other) noexcept { in operator =() 159 hidl_string::hidl_string(const hidl_string &other): hidl_string() { in hidl_string() 167 hidl_string::hidl_string(hidl_string&& other) noexcept : hidl_string() { in hidl_string() function in android::hardware::hidl_string 171 hidl_string& hidl_string::operator=(hidl_string&& other) noexcept { in operator =() 179 hidl_string &hidl_string::operator=(const hidl_string &other) { in operator =() 237 void hidl_string::moveFrom(hidl_string &&other) { in moveFrom()
|
| /system/chre/util/include/chre/util/ |
| D | copyable_fixed_size_vector.h | 38 CopyableFixedSizeVector(const CopyableFixedSizeVector &other) { in CopyableFixedSizeVector() 48 void copyFrom(const CopyableFixedSizeVector &other) { in copyFrom()
|
| D | unique_ptr_impl.h | 38 UniquePtr<ObjectType>::UniquePtr(UniquePtr<ObjectType> &&other) { in UniquePtr() function 45 UniquePtr<ObjectType>::UniquePtr(UniquePtr<OtherObjectType> &&other) { in UniquePtr() function
|
| /system/chre/platform/shared/sensor_pal/ |
| D | platform_sensor.cc | 49 PlatformSensor::PlatformSensor(PlatformSensor &&other) { in PlatformSensor() function in chre::PlatformSensor 53 PlatformSensor &PlatformSensor::operator=(PlatformSensor &&other) { in operator =()
|
| /system/memory/libmemunreachable/ |
| D | Allocator.h | 48 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {} in Heap() 114 STLAllocator(const STLAllocator<U>& other) in STLAllocator() 149 Allocator(const Heap& other) in Allocator() 154 Allocator(const STLAllocator<U>& other) in Allocator()
|
| /system/core/libutils/ |
| D | String8.cpp | 209 void String8::setTo(const String8& other) in setTo() 216 status_t String8::setTo(const char* other) in setTo() 227 status_t String8::setTo(const char* other, size_t len) in setTo() 238 status_t String8::setTo(const char16_t* other, size_t len) in setTo() 249 status_t String8::setTo(const char32_t* other, size_t len) in setTo() 260 status_t String8::append(const String8& other) in append() 273 status_t String8::append(const char* other) in append() 278 status_t String8::append(const char* other, size_t otherLen) in append() 331 status_t String8::real_append(const char* other, size_t otherLen) { in real_append() 384 ssize_t String8::find(const char* other, size_t start) const in find() argument [all …]
|
| D | String16.cpp | 135 String16& String16::operator=(String16&& other) noexcept { in operator =() 151 void String16::setTo(const String16& other) in setTo() 158 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo() 179 status_t String16::setTo(const char16_t* other) in setTo() 184 status_t String16::setTo(const char16_t* other, size_t len) in setTo() 202 status_t String16::append(const String16& other) { in append()
|
| D | FileMap.cpp | 65 FileMap::FileMap(FileMap&& other) noexcept in FileMap() function in FileMap 88 FileMap& FileMap::operator=(FileMap&& other) noexcept { in operator =()
|
| /system/extras/simpleperf/scripts/purgatorio/ |
| D | purgatorio.py | 147 def __lt__(self, other): argument 150 def __gt__(self, other): argument 153 def __eq__(self, other): argument
|
| /system/chre/platform/slpi/see/ |
| D | platform_sensor.cc | 56 PlatformSensor::PlatformSensor(PlatformSensor &&other) { in PlatformSensor() function in chre::PlatformSensor 64 PlatformSensor &PlatformSensor::operator=(PlatformSensor &&other) { in operator =()
|
| /system/nvram/messages/ |
| D | blob.cpp | 34 Blob::Blob(Blob&& other) : Blob() { in Blob() function in nvram::Blob 38 Blob& Blob::operator=(Blob&& other) { in operator =()
|
| /system/libvintf/ |
| D | CompatibilityMatrix.cpp | 39 bool CompatibilityMatrix::addAllHals(CompatibilityMatrix* other, std::string*) { in addAllHals() 193 bool CompatibilityMatrix::addAllHalsAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllHalsAsOptional() 251 bool CompatibilityMatrix::addAllXmlFilesAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllXmlFilesAsOptional() 271 bool CompatibilityMatrix::addAllKernels(CompatibilityMatrix* other, std::string* error) { in addAllKernels() 287 bool CompatibilityMatrix::addSepolicy(CompatibilityMatrix* other, std::string* error) { in addSepolicy() 293 bool CompatibilityMatrix::addAvbMetaVersion(CompatibilityMatrix* other, std::string* error) { in addAvbMetaVersion() 299 bool CompatibilityMatrix::addVndk(CompatibilityMatrix* other, std::string* error) { in addVndk() 308 bool CompatibilityMatrix::addVendorNdk(CompatibilityMatrix* other, std::string* error) { in addVendorNdk() 314 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk()
|
| D | SystemSdk.cpp | 35 void SystemSdk::addAll(SystemSdk* other) { in addAll()
|
| /system/security/keystore/include/keystore/ |
| D | utils.h | 40 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() 42 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function
|
| /system/chre/core/ |
| D | sensor.cc | 25 Sensor::Sensor(Sensor &&other) in Sensor() function in chre::Sensor 30 Sensor &Sensor::operator=(Sensor &&other) { in operator =()
|
| D | ble_request.cc | 64 BleRequest::BleRequest(BleRequest &&other) { in BleRequest() function in chre::BleRequest 68 BleRequest &BleRequest::operator=(BleRequest &&other) { in operator =()
|
| /system/chre/core/include/chre/core/ |
| D | request_multiplexer.h | 60 RequestMultiplexer(RequestMultiplexer &&other) { in RequestMultiplexer() function
|
| /system/libbase/ |
| D | mapped_file.cpp | 88 MappedFile::MappedFile(MappedFile&& other) in MappedFile() function in android::base::MappedFile 99 MappedFile& MappedFile::operator=(MappedFile&& other) { in operator =()
|
| /system/chre/util/tests/ |
| D | dynamic_vector_test.cc | 125 MovableButNonCopyable(MovableButNonCopyable &&other) { in MovableButNonCopyable() function in MovableButNonCopyable 130 MovableButNonCopyable &operator=(MovableButNonCopyable &&other) { in operator =() 170 CopyableButNonMovable(const CopyableButNonMovable &other) { in CopyableButNonMovable() 174 CopyableButNonMovable &operator=(const CopyableButNonMovable &other) { in operator =() 214 MovableAndCopyable(const MovableAndCopyable &other) { in MovableAndCopyable() 218 MovableAndCopyable(MovableAndCopyable &&other) { in MovableAndCopyable() function in MovableAndCopyable 224 MovableAndCopyable &operator=(const MovableAndCopyable &other) { in operator =() 230 MovableAndCopyable &operator=(MovableAndCopyable &&other) { in operator =() 277 Foo(const Foo &other) { in Foo()
|
| /system/netd/server/ |
| D | UidRanges.cpp | 125 void UidRanges::add(const UidRanges& other) { in add() 130 void UidRanges::remove(const UidRanges& other) { in remove()
|