Searched refs:other (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A Dsmartpointer.h45 sp(T* other);
46 sp(const sp<T>& other);
47 template<typename U> sp(U* other);
48 template<typename U> sp(const sp<U>& other);
54 sp& operator = (T* other);
55 sp& operator = (const sp<T>& other);
57 template<typename U> sp& operator = (const sp<U>& other);
58 template<typename U> sp& operator = (U* other);
88 sp<T>::sp(T* other)
89 : m_ptr(other)
95 sp(const sp<T>& other) argument
102 sp(U* other) argument
108 sp(const sp<U>& other) argument
121 operator =(const sp<T>& other) argument
129 operator =(T* other) argument
138 operator =(const sp<U>& other) argument
147 operator =(U* other) argument
[all...]
/system/extras/tests/bionic/libc/
H A DAndroid.mk125 # Third, the other tests
128 other/bench_locks.c \
129 other/test_aligned.c \
130 other/test_arc4random.c \
131 other/test_atomics.c \
132 other/test_sysconf.c \
133 other/test_system.c \
134 other/test_thread_max.c \
135 other/test_timer_create.c \
136 other/test_timer_create
[all...]
/system/core/libpixelflinger/
H A Dtrap.cpp779 Edge* other = &edges[2]; local
787 other = &edges[0];
790 other = &edges[1];
803 ((left->y_bot == y_bot) ? right : left) = other;
804 if (other->y_top < y_mid) {
805 other->x += other->x_incr;
/system/core/libacc/
H A Dacc.cpp3655 String(const String& other) { argument
3659 appendBytes(other.getUnwrapped(), other.len());
3668 String& operator=(const String& other) { argument
3670 appendBytes(other.getUnwrapped(), other.len());
3697 void append(String& other) { argument
3698 appendBytes(other.getUnwrapped(), other.len());

Completed in 124 milliseconds