Searched defs:setTo (Results 1 - 4 of 4) sorted by relevance

/system/core/libutils/
H A DBasicHashtable.cpp64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { function in class:android::BasicHashtableImpl
H A DString16.cpp115 setTo(o, len, begin);
168 void String16::setTo(const String16& other) function in class:android::String16
175 status_t String16::setTo(const String16& other, size_t len, size_t begin) function in class:android::String16
185 setTo(other);
193 return setTo(other.string()+begin, len);
196 status_t String16::setTo(const char16_t* other) function in class:android::String16
198 return setTo(other, strlen16(other));
201 status_t String16::setTo(const char16_t* other, size_t len) function in class:android::String16
220 setTo(other);
241 setTo(chr
[all...]
H A DString8.cpp233 void String8::setTo(const String8& other) function in class:android::String8
240 status_t String8::setTo(const char* other) function in class:android::String8
251 status_t String8::setTo(const char* other, size_t len) function in class:android::String8
262 status_t String8::setTo(const char16_t* other, size_t len) function in class:android::String8
273 status_t String8::setTo(const char32_t* other, size_t len) function in class:android::String8
288 setTo(other);
305 return setTo(other, otherLen);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h212 void setTo(int r, int f=0) { function in struct:android::GGLAssembler::reg_t
225 void setTo(int r, int sz=32, int f=0) { function in struct:android::GGLAssembler::integer_t
226 reg_t::setTo(r, f); s=sz;
239 void setTo(int r, const GGLFormat* fmt, int f=0) { function in struct:android::GGLAssembler::pixel_t
240 reg_t::setTo(r, f); format = *fmt;
264 setTo( rhs.reg,
269 void setTo(int r, int lo=0, int hi=0, int f=0) { function in struct:android::GGLAssembler::component_t
270 reg_t::setTo(r, f); h=hi; l=lo;
283 void setTo(int r, int s, int f=0) { function in struct:android::GGLAssembler::pointer_t
284 reg_t::setTo(
[all...]

Completed in 150 milliseconds