Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 101) sorted by relevance

12345

/system/core/libutils/binder/include/utils/
DStrongPointer.h213 sp<T> sp<T>::fromExisting(T* other) { in fromExisting()
225 sp<T>::sp(T* other) in sp()
234 sp<T>::sp(U* other) : m_ptr(other) { in sp()
254 sp<T>::sp(const sp<T>& other) in sp()
261 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function
266 sp<T>::sp(const sp<U>& other) in sp()
273 sp<T>::sp(sp<U>&& other) in sp() function
280 sp<T> sp<T>::cast(const sp<U>& other) { in cast()
346 void sp<T>::force_set(T* other) { in force_set()
DString8.h213 inline ssize_t String8::find(const String8& other, size_t start) const in find()
218 inline bool String8::contains(const char* other) const in contains()
223 inline bool String8::contains(const String8& other) const in contains()
228 inline bool String8::removeAll(const String8& other) in removeAll()
271 inline int String8::compare(const String8& other) const in compare()
DRefBase.h541 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()
674 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
DString16.h233 constexpr StaticString16(const StaticString16<N>& other) in StaticString16()
282 inline bool String16::contains(const String16& other) const in contains()
306 inline int String16::compare(const String16& other) const in compare()
/system/core/libutils/include/utils/
DStrongPointer.h213 sp<T> sp<T>::fromExisting(T* other) { in fromExisting()
225 sp<T>::sp(T* other) in sp()
234 sp<T>::sp(U* other) : m_ptr(other) { in sp()
254 sp<T>::sp(const sp<T>& other) in sp()
261 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function
266 sp<T>::sp(const sp<U>& other) in sp()
273 sp<T>::sp(sp<U>&& other) in sp() function
280 sp<T> sp<T>::cast(const sp<U>& other) { in cast()
346 void sp<T>::force_set(T* other) { in force_set()
DString8.h213 inline ssize_t String8::find(const String8& other, size_t start) const in find()
218 inline bool String8::contains(const char* other) const in contains()
223 inline bool String8::contains(const String8& other) const in contains()
228 inline bool String8::removeAll(const String8& other) in removeAll()
271 inline int String8::compare(const String8& other) const in compare()
DRefBase.h541 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()
674 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
DString16.h233 constexpr StaticString16(const StaticString16<N>& other) in StaticString16()
282 inline bool String16::contains(const String16& other) const in contains()
306 inline int String16::compare(const String16& other) const in compare()
/system/libhidl/base/
DHidlSupport.cpp52 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/system/
Dshared_ptr_impl.h38 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/core/libutils/binder/
DString8.cpp199 void String8::setTo(const String8& other) in setTo()
206 status_t String8::setTo(const char* other) in setTo()
217 status_t String8::setTo(const char* other, size_t len) in setTo()
228 status_t String8::setTo(const char16_t* other, size_t len) in setTo()
239 status_t String8::setTo(const char32_t* other, size_t len) in setTo()
250 status_t String8::append(const String8& other) in append()
263 status_t String8::append(const char* other) in append()
268 status_t String8::append(const char* other, size_t otherLen) in append()
321 status_t String8::real_append(const char* other, size_t otherLen) { in real_append()
374 ssize_t String8::find(const char* other, size_t start) const in find() argument
[all …]
DString16.cpp145 String16& String16::operator=(String16&& other) noexcept { in operator =()
161 void String16::setTo(const String16& other) in setTo()
168 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo()
189 status_t String16::setTo(const char16_t* other) in setTo()
194 status_t String16::setTo(const char16_t* other, size_t len) in setTo()
212 status_t String16::append(const String16& other) { in append()
/system/chre/util/include/chre/util/
Dcopyable_fixed_size_vector.h38 CopyableFixedSizeVector(const CopyableFixedSizeVector &other) { in CopyableFixedSizeVector()
48 void copyFrom(const CopyableFixedSizeVector &other) { in copyFrom()
Dunique_ptr_impl.h41 UniquePtr<ObjectOrArrayType>::UniquePtr(UniquePtr<ObjectOrArrayType> &&other) { in UniquePtr() function
49 UniquePtr<OtherObjectOrArrayType> &&other) { in UniquePtr()
/system/libvintf/
DCompatibilityMatrix.cpp39 bool CompatibilityMatrix::addAllHals(CompatibilityMatrix* other, std::string*) { in addAllHals()
193 bool CompatibilityMatrix::addAllHalsAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllHalsAsOptional()
250 bool CompatibilityMatrix::addAllXmlFilesAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllXmlFilesAsOptional()
269 bool CompatibilityMatrix::addAllKernels(CompatibilityMatrix* other, std::string* error) { in addAllKernels()
285 bool CompatibilityMatrix::addSepolicy(CompatibilityMatrix* other, std::string* error) { in addSepolicy()
291 bool CompatibilityMatrix::addAvbMetaVersion(CompatibilityMatrix* other, std::string* error) { in addAvbMetaVersion()
297 bool CompatibilityMatrix::addVndk(CompatibilityMatrix* other, std::string* error) { in addVndk()
306 bool CompatibilityMatrix::addVendorNdk(CompatibilityMatrix* other, std::string* error) { in addVendorNdk()
312 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk()
/system/memory/libmemunreachable/
DAllocator.h48 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/chre/platform/shared/sensor_pal/
Dplatform_sensor.cc49 PlatformSensor::PlatformSensor(PlatformSensor &&other) { in PlatformSensor() function in chre::PlatformSensor
53 PlatformSensor &PlatformSensor::operator=(PlatformSensor &&other) { in operator =()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py147 def __lt__(self, other): argument
150 def __gt__(self, other): argument
153 def __eq__(self, other): argument
/system/chre/platform/slpi/see/
Dplatform_sensor.cc56 PlatformSensor::PlatformSensor(PlatformSensor &&other) { in PlatformSensor() function in chre::PlatformSensor
64 PlatformSensor &PlatformSensor::operator=(PlatformSensor &&other) { in operator =()
/system/nvram/messages/
Dblob.cpp34 Blob::Blob(Blob&& other) : Blob() { in Blob() function in nvram::Blob
38 Blob& Blob::operator=(Blob&& other) { in operator =()
/system/chre/core/
Dsensor.cc25 Sensor::Sensor(Sensor &&other) in Sensor() function in chre::Sensor
30 Sensor &Sensor::operator=(Sensor &&other) { in operator =()
/system/libbase/
Dmapped_file.cpp88 MappedFile::MappedFile(MappedFile&& other) in MappedFile() function in android::base::MappedFile
99 MappedFile& MappedFile::operator=(MappedFile&& other) { in operator =()
/system/core/libutils/
DFileMap.cpp65 FileMap::FileMap(FileMap&& other) noexcept in FileMap() function in FileMap
88 FileMap& FileMap::operator=(FileMap&& other) noexcept { in operator =()
/system/chre/core/include/chre/core/
Drequest_multiplexer.h60 RequestMultiplexer(RequestMultiplexer &&other) { in RequestMultiplexer() function
/system/chre/util/tests/
Ddynamic_vector_test.cc126 MovableButNonCopyable(MovableButNonCopyable &&other) { in MovableButNonCopyable() function in MovableButNonCopyable
131 MovableButNonCopyable &operator=(MovableButNonCopyable &&other) { in operator =()
171 CopyableButNonMovable(const CopyableButNonMovable &other) { in CopyableButNonMovable()
175 CopyableButNonMovable &operator=(const CopyableButNonMovable &other) { in operator =()
215 MovableAndCopyable(const MovableAndCopyable &other) { in MovableAndCopyable()
219 MovableAndCopyable(MovableAndCopyable &&other) { in MovableAndCopyable() function in MovableAndCopyable
225 MovableAndCopyable &operator=(const MovableAndCopyable &other) { in operator =()
231 MovableAndCopyable &operator=(MovableAndCopyable &&other) { in operator =()
278 Foo(const Foo &other) { in Foo()

12345