Searched defs:setTo (Results 1 - 13 of 13) sorted by last modified time

/frameworks/rs/
H A DrsCppUtils.h76 void setTo(const char* str, ssize_t len) { function in class:android::String8
79 void setTo(const char* str) { function in class:android::String8
/frameworks/opt/telephony/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/libs/androidfw/
H A DResourceTypes.cpp288 status_t setTo(const void* entryHeader, size_t size) { function in class:android::IdmapEntries
381 status_t err = entries.setTo(data, size);
423 setTo(data, size, copyData);
447 status_t ResStringPool::setTo(const void* data, size_t size, bool copyData) function in class:android::ResStringPool
1497 status_t ResXMLTree::setTo(const void* data, size_t size, bool copyData) function in class:android::ResXMLTree
1549 mStrings.setTo(chunk, size);
3143 status_t ResTable::Theme::setTo(const Theme& other) function in class:android::ResTable::Theme
3482 status_t err = header->values.setTo(chunk, csize);
5256 outString->setTo(tmp);
5262 outString->setTo(
[all...]
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java619 setTo(o);
622 public void setTo(Configuration o) { method in class:Configuration
H A DResources.java1371 public void setTo(Theme other) { method in class:Resources.Theme
1785 mMetrics.setTo(metrics);
1866 mTmpConfig.setTo(config);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java551 public void setTo(HistoryTag o) { method in class:BatteryStats.HistoryTag
557 public void setTo(String _string, int _uid) { method in class:BatteryStats.HistoryTag
855 public void setTo(HistoryItem o) { method in class:BatteryStats.HistoryItem
861 public void setTo(long time, byte cmd, HistoryItem o) { method in class:BatteryStats.HistoryItem
878 wakelockTag.setTo(o.wakelockTag);
884 wakeReasonTag.setTo(o.wakeReasonTag);
891 eventTag.setTo(o.eventTag);
/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java219 public void setTo(DisplayMetrics o) { method in class:DisplayMetrics
H A DTypedValue.java485 public void setTo(TypedValue other) method in class:TypedValue
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp43 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) { function in class:android::AString
99 setTo(s, strlen(s));
102 void AString::setTo(const char *s, size_t size) { function in class:android::AString
107 void AString::setTo(cons function in class:android::AString
[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);

Completed in 195 milliseconds