Home
last modified time | relevance | path

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

/system/core/include/utils/
DStrongPointer.h113 sp<T>::sp(T* other) in sp()
120 sp<T>::sp(const sp<T>& other) in sp()
127 sp<T>::sp(U* other) in sp()
134 sp<T>::sp(const sp<U>& other) in sp()
189 void sp<T>::force_set(T* other) { in force_set()
DRefBase.h314 wp<T>::wp(T* other) in wp()
321 wp<T>::wp(const wp<T>& other) in wp()
328 wp<T>::wp(const sp<T>& other) in wp()
337 wp<T>::wp(U* other) in wp()
344 wp<T>::wp(const wp<U>& other) in wp()
354 wp<T>::wp(const sp<U>& other) in wp()
439 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
DString8.h291 inline bool String8::contains(const char* other) const in contains()
334 inline int String8::compare(const String8& other) const in compare()
DString16.h176 inline int String16::compare(const String16& other) const in compare()
DBasicHashtable.h368 BasicHashtable<TKey, TEntry>::BasicHashtable(const BasicHashtable<TKey, TEntry>& other) : in BasicHashtable()
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h97 sp<T>::sp(T* other) in sp()
104 sp<T>::sp(const sp<T>& other) in sp()
111 sp<T>::sp(U* other) : m_ptr(other) in sp()
117 sp<T>::sp(const sp<U>& other) in sp()
/system/netd/server/
DUidRanges.cpp74 void UidRanges::add(const UidRanges& other) { in add()
79 void UidRanges::remove(const UidRanges& other) { in remove()
/system/core/libutils/
DString8.cpp239 void String8::setTo(const String8& other) in setTo()
246 status_t String8::setTo(const char* other) in setTo()
257 status_t String8::setTo(const char* other, size_t len) in setTo()
268 status_t String8::setTo(const char16_t* other, size_t len) in setTo()
279 status_t String8::setTo(const char32_t* other, size_t len) in setTo()
290 status_t String8::append(const String8& other) in append()
303 status_t String8::append(const char* other) in append()
308 status_t String8::append(const char* other, size_t otherLen) in append()
355 status_t String8::real_append(const char* other, size_t otherLen) in real_append()
406 ssize_t String8::find(const char* other, size_t start) const in find() argument
[all …]
DString16.cpp168 void String16::setTo(const String16& other) in setTo()
175 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo()
196 status_t String16::setTo(const char16_t* other) in setTo()
201 status_t String16::setTo(const char16_t* other, size_t len) in setTo()
215 status_t String16::append(const String16& other) in append()
DBasicHashtable.cpp35 BasicHashtableImpl::BasicHashtableImpl(const BasicHashtableImpl& other) : in BasicHashtableImpl()
64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { in setTo()
/system/extras/tests/bionic/libc/common/
Dtest_cpu_set.c69 cpu_set_t other[1]; in test_1() local
133 cpu_set_t* other; in test_1_s() local
/system/core/libutils/tests/
DVector_test.cpp43 Vector<int> other; in TEST_F() local
/system/core/libpixelflinger/
Dtrap.cpp779 Edge* other = &edges[2]; in trianglex_big() local