Searched defs:other (Results 1 - 3 of 3) 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/common/
H A Dtest_cpu_set.c12 * the documentation and/or other materials provided with the
69 cpu_set_t other[1]; local
72 memset(other, 0, sizeof *other);
73 TEST_INT_EQ(CPU_COUNT(other),0);
78 T(CPU_EQUAL(set, other));
79 T(CPU_EQUAL(other, set));
93 T(CPU_EQUAL(set, other));
126 T(CPU_EQUAL(set, other));
133 cpu_set_t* other; local
[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;

Completed in 300 milliseconds