Searched defs:other (Results 1 – 13 of 13) sorted by relevance
/system/core/include/utils/ |
D | StrongPointer.h | 113 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()
|
D | RefBase.h | 307 wp<T>::wp(T* other) in wp() 314 wp<T>::wp(const wp<T>& other) in wp() 321 wp<T>::wp(const sp<T>& other) in wp() 330 wp<T>::wp(U* other) in wp() 337 wp<T>::wp(const wp<U>& other) in wp() 347 wp<T>::wp(const sp<U>& other) in wp() 432 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
D | String16.h | 176 inline int String16::compare(const String16& other) const in compare()
|
D | String8.h | 321 inline int String8::compare(const String8& other) const in compare()
|
D | BasicHashtable.h | 368 BasicHashtable<TKey, TEntry>::BasicHashtable(const BasicHashtable<TKey, TEntry>& other) : in BasicHashtable()
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | smartpointer.h | 97 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/core/libutils/ |
D | String8.cpp | 233 void String8::setTo(const String8& other) in setTo() 240 status_t String8::setTo(const char* other) in setTo() 251 status_t String8::setTo(const char* other, size_t len) in setTo() 262 status_t String8::setTo(const char16_t* other, size_t len) in setTo() 273 status_t String8::setTo(const char32_t* other, size_t len) in setTo() 284 status_t String8::append(const String8& other) in append() 297 status_t String8::append(const char* other) in append() 302 status_t String8::append(const char* other, size_t otherLen) in append() 340 status_t String8::real_append(const char* other, size_t otherLen) in real_append() 391 ssize_t String8::find(const char* other, size_t start) const in find() argument
|
D | String16.cpp | 171 void String16::setTo(const String16& other) in setTo() 178 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo() 199 status_t String16::setTo(const char16_t* other) in setTo() 204 status_t String16::setTo(const char16_t* other, size_t len) in setTo() 218 status_t String16::append(const String16& other) in append()
|
D | BasicHashtable.cpp | 35 BasicHashtableImpl::BasicHashtableImpl(const BasicHashtableImpl& other) : in BasicHashtableImpl() 64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { in setTo()
|
D | LinearAllocator.cpp | 106 Page(const Page& other) {} in Page()
|
/system/extras/tests/bionic/libc/common/ |
D | test_cpu_set.c | 69 cpu_set_t other[1]; in test_1() local 133 cpu_set_t* other; in test_1_s() local
|
/system/core/libutils/tests/ |
D | Vector_test.cpp | 41 Vector<int> other; in TEST_F() local
|
/system/core/libpixelflinger/ |
D | trap.cpp | 779 Edge* other = &edges[2]; in trianglex_big() local
|