Searched defs:setTo (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DDeliveryInd.java119 public void setTo(EncodedStringValue[] value) { method in class:DeliveryInd
H A DReadOrigInd.java137 public void setTo(EncodedStringValue[] value) { method in class:ReadOrigInd
H A DReadRecInd.java44 setTo(to);
109 public void setTo(EncodedStringValue[] value) { method in class:ReadRecInd
H A DSendReq.java274 public void setTo(EncodedStringValue[] value) { method in class:SendReq
/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java189 public void setTo(DisplayMetrics o) { method in class:DisplayMetrics
H A DTypedValue.java466 public void setTo(TypedValue other) method in class:TypedValue
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp41 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) { function in class:android::AString
90 setTo(s, strlen(s));
93 void AString::setTo(const char *s, size_t size) { function in class:android::AString
98 void AString::setTo(const AString &from, size_t offset, size_t n) { function in class:android::AString
102 setTo(fro
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp37 bool ASessionDescription::setTo(const void *data, size_t size) { function in class:android::ASessionDescription
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/native/libs/utils/
H A DBasicHashtable.cpp60 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { function in class:android::BasicHashtableImpl
H A DString16.cpp108 setTo(o, len, begin);
161 void String16::setTo(const String16& other) function in class:android::String16
168 status_t String16::setTo(const String16& other, size_t len, size_t begin) function in class:android::String16
178 setTo(other);
186 return setTo(other.string()+begin, len);
189 status_t String16::setTo(const char16_t* other) function in class:android::String16
191 return setTo(other, strlen16(other));
194 status_t String16::setTo(const char16_t* other, size_t len) function in class:android::String16
213 setTo(other);
234 setTo(chr
[all...]
H A DString8.cpp221 void String8::setTo(const String8& other) function in class:android::String8
228 status_t String8::setTo(const char* other) function in class:android::String8
239 status_t String8::setTo(const char* other, size_t len) function in class:android::String8
250 status_t String8::setTo(const char16_t* other, size_t len) function in class:android::String8
261 status_t String8::setTo(const char32_t* other, size_t len) function in class:android::String8
276 setTo(other);
293 return setTo(other, otherLen);
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java553 setTo(o);
556 public void setTo(Configuration o) { method in class:Configuration
H A DResources.java1116 public void setTo(Theme other) { method in class:Resources.Theme
1421 mMetrics.setTo(metrics);
1437 mTmpConfig.setTo(config);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java670 public void setTo(HistoryItem o) { method in class:BatteryStats.HistoryItem
682 public void setTo(long time, byte cmd, HistoryItem o) { method in class:BatteryStats.HistoryItem
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp318 setTo(data, size, copyData);
326 status_t ResStringPool::setTo(const void* data, size_t size, bool copyData) function in class:android::ResStringPool
1198 setTo(data, size, copyData);
1207 status_t ResXMLTree::setTo(const void* data, size_t size, bool copyData) function in class:android::ResXMLTree
1255 mStrings.setTo(chunk, size);
2577 status_t ResTable::Theme::setTo(const Theme& other) function in class:android::ResTable::Theme
2862 status_t err = header->values.setTo(chunk, csize);
4724 outString->setTo(tmp);
4730 outString->setTo(s, len);
5010 err = package->typeStrings.setTo(bas
[all...]

Completed in 2000 milliseconds