Searched defs:setTo (Results 1 - 4 of 4) sorted by relevance
/system/core/libutils/ |
H A D | BasicHashtable.cpp | 64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { function in class:android::BasicHashtableImpl
|
H A D | String16.cpp | 118 setTo(o, len, begin); 171 void String16::setTo(const String16& other) function in class:android::String16 178 status_t String16::setTo(const String16& other, size_t len, size_t begin) function in class:android::String16 188 setTo(other); 196 return setTo(other.string()+begin, len); 199 status_t String16::setTo(const char16_t* other) function in class:android::String16 201 return setTo(other, strlen16(other)); 204 status_t String16::setTo(const char16_t* other, size_t len) function in class:android::String16 223 setTo(other); 244 setTo(chr [all...] |
H A D | String8.cpp | 233 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 D | GGLAssembler.h | 206 void setTo(int r, int f=0) { function in struct:android::GGLAssembler::reg_t 219 void setTo(int r, int sz=32, int f=0) { function in struct:android::GGLAssembler::integer_t 220 reg_t::setTo(r, f); s=sz; 233 void setTo(int r, const GGLFormat* fmt, int f=0) { function in struct:android::GGLAssembler::pixel_t 234 reg_t::setTo(r, f); format = *fmt; 258 setTo( rhs.reg, 263 void setTo(int r, int lo=0, int hi=0, int f=0) { function in struct:android::GGLAssembler::component_t 264 reg_t::setTo(r, f); h=hi; l=lo; 277 void setTo(int r, int s, int f=0) { function in struct:android::GGLAssembler::pointer_t 278 reg_t::setTo( [all...] |
Completed in 299 milliseconds