Home
last modified time | relevance | path

Searched refs:setTo (Results 1 – 12 of 12) sorted by relevance

/system/core/libutils/
DString16.cpp115 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 …]
DString8.cpp240 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()
DBasicHashtable.cpp64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { in setTo() function in android::BasicHashtableImpl
/system/core/logd/
DLogStatistics.cpp301 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 …]
DLogWhiteBlackList.cpp182 string.setTo("~!"); in format()
/system/core/include/utils/
DString8.h76 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);
DString16.h71 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);
DBasicHashtable.h65 void setTo(const BasicHashtableImpl& other);
198 setTo(other);
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h212 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;
DGGLAssembler.cpp243 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()
Dblending.cpp122 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()
Dtexturing.cpp130 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()