/system/core/libutils/ |
D | String16.cpp | 115 setTo(o, len, begin); in String16() 168 void String16::setTo(const String16& other) in setTo() function in android::String16 175 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo() function in android::String16 185 setTo(other); in setTo() 193 return setTo(other.string()+begin, len); in setTo() 196 status_t String16::setTo(const char16_t* other) in setTo() function in android::String16 198 return setTo(other, strlen16(other)); in setTo() 201 status_t String16::setTo(const char16_t* other, size_t len) in setTo() function in android::String16 220 setTo(other); in append() 241 setTo(chrs, otherLen); in append() [all …]
|
D | String8.cpp | 240 void String8::setTo(const String8& other) in setTo() function in android::String8 247 status_t String8::setTo(const char* other) in setTo() function in android::String8 258 status_t String8::setTo(const char* other, size_t len) in setTo() function in android::String8 269 status_t String8::setTo(const char16_t* other, size_t len) in setTo() function in android::String8 280 status_t String8::setTo(const char32_t* other, size_t len) in setTo() function in android::String8 295 setTo(other); in append() 312 return setTo(other, otherLen); in append()
|
D | BasicHashtable.cpp | 64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { in setTo() function in android::BasicHashtableImpl
|
/system/core/logd/ |
D | LogStatistics.cpp | 301 pruned.setTo(""); in format() 305 name.setTo("UID PACKAGE"); in format() 306 size.setTo("BYTES"); in format() 307 pruned.setTo("LINES"); in format() 309 pruned.setTo(""); in format() 361 name.setTo(" PID/UID COMMAND LINE"); in format() 362 size.setTo("BYTES"); in format() 363 pruned.setTo("LINES"); in format() 415 name.setTo(" TID/UID COMM"); in format() 416 size.setTo("BYTES"); in format() [all …]
|
D | LogWhiteBlackList.cpp | 182 string.setTo("~!"); in format()
|
/system/core/include/utils/ |
D | String8.h | 76 void setTo(const String8& other); 77 status_t setTo(const char* other); 78 status_t setTo(const char* other, size_t numChars); 79 status_t setTo(const char16_t* other, size_t numChars); 80 status_t setTo(const char32_t* other, 298 setTo(other); 304 setTo(other);
|
D | String16.h | 71 void setTo(const String16& other); 72 status_t setTo(const char16_t* other); 73 status_t setTo(const char16_t* other, size_t len); 74 status_t setTo(const String16& other, 159 setTo(other);
|
D | BasicHashtable.h | 65 void setTo(const BasicHashtableImpl& other); 198 setTo(other);
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 212 void setTo(int r, int f=0) { 225 void setTo(int r, int sz=32, int f=0) { 226 reg_t::setTo(r, f); s=sz; 239 void setTo(int r, const GGLFormat* fmt, int f=0) { 240 reg_t::setTo(r, f); format = *fmt; 264 setTo( rhs.reg, in component_t() 269 void setTo(int r, int lo=0, int hi=0, int f=0) { 270 reg_t::setTo(r, f); h=hi; l=lo; 283 void setTo(int r, int s, int f=0) { 284 reg_t::setTo(r, f); size=s;
|
D | GGLAssembler.cpp | 243 mDstPixel.setTo(regs.obtain(), &mCbFormat); in scanline_core() 272 pixel.setTo(regs.obtain(), &mCbFormat, FIRST); in scanline_core() 359 parts.count.setTo(obtainReg()); in build_scanline_prolog() 393 parts.cbPtr.setTo(obtainReg(), cb_bits); in build_scanline_prolog() 447 parts.covPtr.setTo(obtainReg(), 16); in build_scanline_prolog() 572 mAlphaSource.setTo(fragment.reg, in build_incoming_component() 581 mAlphaSource.setTo(regs.obtain(), in build_incoming_component()
|
D | blending.cpp | 122 fb.setTo(scratches.obtain(), 32); in build_blending() 314 factor.setTo(fragment.reg, 32, CORRUPTIBLE); in build_blend_factor() 317 factor.setTo(fb.reg, 32, CORRUPTIBLE); in build_blend_factor() 320 factor.setTo(scratches.obtain(), 32, CORRUPTIBLE); in build_blend_factor()
|
D | texturing.cpp | 130 parts.iterated.setTo(obtainReg(), in init_iterated_color() 136 parts.iterated.setTo(obtainReg(), &mCbFormat); in init_iterated_color() 182 fragment.setTo( regs.obtain(), 0, 32, CORRUPTIBLE); in build_iterated_color() 347 txPtr.setTo(obtainReg(), tmu.bits); in init_textures() 365 s.setTo(obtainReg()); in init_textures() 366 t.setTo(obtainReg()); in init_textures() 449 texel.setTo(regs.obtain(), &tmu.format); in build_textures() 620 texel.setTo(regs.obtain(), &tmu.format); in build_textures() 621 txPtr.setTo(texel.reg, tmu.bits); in build_textures()
|