HomeSort by relevance Sort by last modified time
    Searched refs:setTo (Results 51 - 75 of 317) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientManager.java 149 reply.setTo(replyAddress.getJid());
209 packet.setTo(jid);
216 packet.setTo(jid);
223 packet.setTo(jid);
266 packet.setTo(serviceAddress);
LastActivityManager.java 138 message.setTo(packet.getFrom());
195 activity.setTo(jid);
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 178 mVendorString.setTo(sVendorString);
179 mVersionString.setTo(sVersionString);
180 mClientApiString.setTo(sClientApiString);
182 mExtensionString.setTo(gBuiltinExtensionString);
264 mExtensionString.setTo("");
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 596 replacement.setTo((UChar)x_AMP);
598 replacement.setTo((UChar)x_LT);
600 replacement.setTo((UChar)x_GT);
602 replacement.setTo((UChar)x_APOS);
604 replacement.setTo((UChar)x_QUOT);
612 replacement.setTo(val);
620 replacement.setTo(val);
735 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i));
736 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i));
  /external/icu4c/i18n/
reldtfmt.cpp 149 relativeDayString.setTo(theString, len);
169 datePattern.setTo(relativeDayString);
171 datePattern.setTo(fDatePattern);
340 result.setTo(fTimePattern);
342 result.setTo(fDatePattern);
357 result.setTo(fDatePattern);
367 result.setTo(fTimePattern);
376 fDatePattern.setTo(datePattern);
377 fTimePattern.setTo(timePattern);
nfrule.cpp 180 rule2->ruleText.setTo(sbuf);
187 sbuf.setTo(description, 0, brack1);
192 rule1->ruleText.setTo(sbuf);
233 descriptor.setTo(description, 0, p);
446 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart);
618 ruleTextCopy.setTo(ruleText);
770 prefix.setTo(ruleText, 0, sub1->getPos());
842 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos())
    [all...]
tzfmt.cpp 355 fGMTZeroFormat.setTo(TRUE, resStr, len);
375 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats));
376 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1);
387 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_H].setTo(TRUE, DEFAULT_GMT_POSITIVE_H, -1);
388 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(TRUE, DEFAULT_GMT_POSITIVE_HM, -1);
389 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HMS].setTo(TRUE, DEFAULT_GMT_POSITIVE_HMS, -1);
390 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_H].setTo(TRUE, DEFAULT_GMT_NEGATIVE_H, -1);
391 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, DEFAULT_GMT_NEGATIVE_HM, -1);
392 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HMS].setTo(TRUE, DEFAULT_GMT_NEGATIVE_HMS, -1);
541 return pattern.setTo(fGMTPattern)
    [all...]
nfrs.h 48 void getName(UnicodeString& result) const { result.setTo(name); }
udateintervalformat.cpp 85 res.setTo(result, 0, resultCapacity);
ztrans.cpp 83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
  /external/icu4c/tools/toolutil/
xmlparser.cpp 596 replacement.setTo((UChar)x_AMP);
598 replacement.setTo((UChar)x_LT);
600 replacement.setTo((UChar)x_GT);
602 replacement.setTo((UChar)x_APOS);
604 replacement.setTo((UChar)x_QUOT);
612 replacement.setTo(val);
620 replacement.setTo(val);
735 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i));
736 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i));
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 138 sipRequest.setTo(to);
196 sipRequest.setTo(to);
247 sipRequest.setTo(to);
306 sipResponse.setTo(to);
357 sipResponse.setTo(to);
404 sipResponse.setTo(to);
561 sipRequest.setTo(to);
617 sipResponse.setTo(to);
673 sipResponse.setTo(to);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 182 rule2->ruleText.setTo(sbuf);
189 sbuf.setTo(description, 0, brack1);
194 rule1->ruleText.setTo(sbuf);
235 descriptor.setTo(description, 0, p);
448 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart);
620 ruleTextCopy.setTo(ruleText);
772 prefix.setTo(ruleText, 0, sub1->getPos());
844 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos());
    [all...]
zonemeta.cpp 218 systemID.setTo(tzid);
233 systemID.setTo(alias);
263 systemID.setTo(alias);
265 systemID.setTo(derefer);
278 canonicalCountry.setTo(region, -1);
399 country.setTo(region, -1);
412 result.setTo(mzm->mzid, -1);
642 result.setTo(tzid, tzidLen);
ztrans.cpp 83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
  /external/smack/src/org/jivesoftware/smack/packet/
IQ.java 148 result.setTo(request.getFrom());
183 result.setTo(request.getFrom());
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCUserProvider.java 117 invite.setTo(parser.getAttributeValue("", "to"));
138 decline.setTo(parser.getAttributeValue("", "to"));
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
Workgroup.java 159 directedPresence.setTo(workgroupJID);
596 setTo(workgroup);
671 request.setTo(workgroupJID);
718 request.setTo(workgroupJID);
746 request.setTo(workgroupJID);
774 request.setTo(workgroupJID);
    [all...]
  /frameworks/native/libs/input/
InputDevice.cpp 90 path.setTo(getenv("ANDROID_ROOT"));
105 path.setTo(getenv("ANDROID_DATA"));
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 336 joinPresence.setTo(room + "/" + nickname);
466 joinPresence.setTo(room + "/" + nickname);
535 leavePresence.setTo(room + "/" + nickname);
559 iq.setTo(room);
591 iq.setTo(room);
630 reg.setTo(room);
664 reg.setTo(room);
695 iq.setTo(room);
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 49 mResTheme.setTo(other);
  /external/chromium_org/third_party/icu/source/common/
usetiter.cpp 141 cpString->setTo((UChar32)codepoint);
  /external/icu4c/common/
usetiter.cpp 141 cpString->setTo((UChar32)codepoint);
  /external/smack/src/org/jivesoftware/smack/
Chat.java 110 message.setTo(participant);
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5ClientForInitiator.java 110 activate.setTo(this.streamHost.getJID());

Completed in 521 milliseconds

1 23 4 5 6 7 8 91011>>