HomeSort by relevance Sort by last modified time
    Searched defs:setTo (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/icu/icu4c/source/i18n/
tztrans.cpp 59 setTo(*right.fTo);
112 TimeZoneTransition::setTo(const TimeZoneRule& to) {
  /external/javassist/src/main/javassist/bytecode/annotation/
ClassMemberValue.java 108 String setTo = Descriptor.of(newClassName);
109 valueIndex = cp.addUtf8Info(setTo);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DeliveryInd.java 119 public void setTo(EncodedStringValue[] value) {
ReadOrigInd.java 137 public void setTo(EncodedStringValue[] value) {
ReadRecInd.java 44 setTo(to);
109 public void setTo(EncodedStringValue[] value) {
SendReq.java 274 public void setTo(EncodedStringValue[] value) {
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
DeliveryInd.java 117 public void setTo(EncodedStringValue[] value) {
ReadOrigInd.java 135 public void setTo(EncodedStringValue[] value) {
ReadRecInd.java 42 setTo(to);
107 public void setTo(EncodedStringValue[] value) {
SendReq.java 272 public void setTo(EncodedStringValue[] value) {
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DeliveryInd.java 119 public void setTo(EncodedStringValue[] value) {
ReadOrigInd.java 137 public void setTo(EncodedStringValue[] value) {
ReadRecInd.java 44 setTo(to);
109 public void setTo(EncodedStringValue[] value) {
SendReq.java 275 public void setTo(EncodedStringValue[] value) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedValue.java 190 public void setTo(TypedValue other)
  /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);
  /frameworks/base/core/java/android/util/
DisplayMetrics.java 235 public void setTo(DisplayMetrics o) {
TypedValue.java 488 public void setTo(TypedValue other)
  /system/core/libutils/
BasicHashtable.cpp 64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) {
String16.cpp 115 setTo(o, len, begin);
168 void String16::setTo(const String16& other)
175 status_t String16::setTo(const String16& other, size_t len, size_t begin)
185 setTo(other);
193 return setTo(other.string()+begin, len);
196 status_t String16::setTo(const char16_t* other)
198 return setTo(other, strlen16(other));
201 status_t String16::setTo(const char16_t* other, size_t len)
220 setTo(other);
241 setTo(chrs, otherLen)
    [all...]
String8.cpp 239 void String8::setTo(const String8& other)
246 status_t String8::setTo(const char* other)
257 status_t String8::setTo(const char* other, size_t len)
268 status_t String8::setTo(const char16_t* other, size_t len)
279 status_t String8::setTo(const char32_t* other, size_t len)
294 setTo(other);
311 return setTo(other, otherLen);
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 38 void setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode);
89 BytesTrieElement::setTo(const StringPiece &s, int32_t val,
174 elements[elementsLength++].setTo(s, value, *strings, errorCode);
ucharstriebuilder.cpp 38 void setTo(const UnicodeString &s, int32_t val, UnicodeString &strings, UErrorCode &errorCode);
64 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val,
124 elements[elementsLength++].setTo(s, value, strings, errorCode);
164 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength);
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 43 setTo(s);
50 setTo(s, size);
57 setTo(from.string(), from.length());
64 setTo(from, 0, from.size());
71 setTo(from, offset, n);
80 setTo(from, 0, from.size());
98 void AString::setTo(const char *s) {
99 setTo(s, strlen(s));
102 void AString::setTo(const char *s, size_t size) {
107 void AString::setTo(const AString &from, size_t offset, size_t n)
    [all...]
  /frameworks/rs/
rsCppUtils.h 76 void setTo(const char* str, ssize_t len) {
79 void setTo(const char* str) {

Completed in 2504 milliseconds

1 2 3 4