HomeSort by relevance Sort by last modified time
    Searched full:setto (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/av/media/libstagefright/foundation/
AString.cpp 41 setTo(s);
48 setTo(s, size);
55 setTo(from, 0, from.size());
62 setTo(from, offset, n);
71 setTo(from, 0, from.size());
89 void AString::setTo(const char *s) {
90 setTo(s, strlen(s));
93 void AString::setTo(const char *s, size_t size) {
98 void AString::setTo(const AString &from, size_t offset, size_t n) {
102 setTo(from.mData + offset, n)
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
AString.h 34 void setTo(const char *s);
35 void setTo(const char *s, size_t size);
36 void setTo(const AString &from, size_t offset, size_t n);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILSetElement.java 24 public void setTo(String to);
  /frameworks/native/libs/utils/
String16.cpp 108 setTo(o, len, begin);
161 void String16::setTo(const String16& other)
168 status_t String16::setTo(const String16& other, size_t len, size_t begin)
178 setTo(other);
186 return setTo(other.string()+begin, len);
189 status_t String16::setTo(const char16_t* other)
191 return setTo(other, strlen16(other));
194 status_t String16::setTo(const char16_t* other, size_t len)
213 setTo(other);
234 setTo(chrs, otherLen)
    [all...]
  /external/smack/asmack-master/patch/beem/
50-improved-pubsub.patch 18 - void setTo(String toAddress)
19 + public void setTo(String toAddress)
  /external/icu4c/test/intltest/
srchtest.cpp 67 rules.setTo(((RuleBasedCollator *)m_de_)->getRules());
75 rules.setTo(((RuleBasedCollator *)m_es_)->getRules());
476 text.setTo(temp);
479 pattern.setTo(temp);
535 text.setTo(temp);
538 pattern.setTo(temp);
588 text.setTo(temp);
591 pattern.setTo(temp);
873 text.setTo(temp, u_strlen(temp));
876 pattern.setTo(temp, u_strlen(temp))
    [all...]
ustrtest.cpp 137 if( test3.setTo((UChar32)0x10330).length() != 2 ||
142 errln((UnicodeString)"simple UChar32 overloads for replace, insert, setTo or = failed");
170 // test new 2.2 constructors and setTo function that parallel Java's substring function.
180 if (target1 != target2.setTo(src, 12)) {
181 errln("UnicodeString::setTo(const UnicodeString&, int32_t) failed");
204 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=u_strlen(buffer)) {
205 errln("UnicodeString.setTo(buffer, length, capacity) does not work with length==-1");
220 if(s.setTo(buffer, -1, LENGTHOF(buffer)).length()!=LENGTHOF(buffer)) {
221 errln("UnicodeString.setTo(buffer without NUL, length, capacity) does not work with length==-1");
    [all...]
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 380 id->setTo("");
387 id->setTo((const char *)&mParent.mData[mOffset], 3);
389 id->setTo((const char *)&mParent.mData[mOffset], 4);
395 id->setTo("TT2");
398 id->setTo("TP1");
401 id->setTo("TAL");
404 id->setTo("TYE");
407 id->setTo("COM");
410 id->setTo("TRK");
413 id->setTo("TCO")
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Agent.java 44 request.setTo(serviceJID);
87 agentInfo.setTo(workgroupJID);
119 agentInfo.setTo(workgroupJID);
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 37 bool ASessionDescription::setTo(const void *data, size_t size) {
69 line.setTo(desc, i, eolPos - i - 1);
71 line.setTo(desc, i, eolPos - i);
103 key.setTo(line, 0, colonPos);
112 key.setTo(line, 0, spacePos);
117 value.setTo(line, colonPos + 1, line.size() - colonPos - 1);
  /external/icu4c/i18n/
tztrans.cpp 59 setTo(*right.fTo);
112 TimeZoneTransition::setTo(const TimeZoneRule& to) {
dtfmtsym.cpp     [all...]
reldtfmt.cpp 148 relativeDayString.setTo(theString, len);
168 datePattern.setTo(relativeDayString);
170 datePattern.setTo(fDatePattern);
339 result.setTo(fTimePattern);
341 result.setTo(fDatePattern);
356 result.setTo(fDatePattern);
366 result.setTo(fTimePattern);
375 fDatePattern.setTo(datePattern);
376 fTimePattern.setTo(timePattern);
casetrn.cpp 173 tmp.setTo(FALSE, s, result);
177 tmp.setTo(result);
titletrn.cpp 147 tmp.setTo(FALSE, s, result);
151 tmp.setTo(result);
  /external/qemu/distrib/sdl-1.2.15/src/main/beos/
SDL_BeApp.cc 69 if (B_OK == entry.SetTo(&ref)) {
71 if (B_OK == path.SetTo(&entry)) {
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 107 out->setTo(url);
121 out->setTo(baseURL, pathStart - baseURL);
123 out->setTo(baseURL);
132 out->setTo(baseURL);
138 out->setTo(baseURL, slashPos - baseURL);
140 out->setTo(baseURL);
169 line.setTo(&data[offset], offsetLF - offset - 1);
171 line.setTo(&data[offset], offsetLF - offset);
  /external/smack/src/org/jivesoftware/smackx/ping/packet/
Ping.java 28 setTo(to);
Pong.java 32 setTo(ping.getFrom());
  /libcore/include/
ScopedJavaUnicodeString.h 34 mUnicodeString.setTo(false, mChars, charCount);
  /frameworks/native/include/utils/
String8.h 67 void setTo(const String8& other);
68 status_t setTo(const char* other);
69 status_t setTo(const char* other, size_t numChars);
70 status_t setTo(const char16_t* other, size_t numChars);
71 status_t setTo(const char32_t* other,
278 setTo(other);
284 setTo(other);
String16.h 62 void setTo(const String16& other);
63 status_t setTo(const char16_t* other);
64 status_t setTo(const char16_t* other, size_t len);
65 status_t setTo(const String16& other,
152 setTo(other);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 206 void setTo(int r, int f=0) {
219 void setTo(int r, int sz=32, int f=0) {
220 reg_t::setTo(r, f); s=sz;
233 void setTo(int r, const GGLFormat* fmt, int f=0) {
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) {
264 reg_t::setTo(r, f); h=hi; l=lo;
277 void setTo(int r, int s, int f=0) {
278 reg_t::setTo(r, f); size=s
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 84 packet.setTo(entityJID);
209 register.setTo(entityJID);
257 register.setTo(entityJID);
299 presence.setTo(entityJID);
310 presence.setTo(entityJID);
324 response.setTo(presence.getFrom());
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubManager.java 88 newNode.setTo(to);
138 newNode.setTo(to);
160 info.setTo(to);
169 node.setTo(to);
196 items.setTo(to);
293 request.setTo(to);

Completed in 1026 milliseconds

1 2 3 4 5 6 7 8 910