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

1 2 3 4 5 6 7

  /device/google/contexthub/util/common/
file.cpp 33 mInitCheck = setTo(path, mode);
44 status_t File::setTo(const char *path, const char *mode) {
  /external/icu/icu4c/source/i18n/
digitaffix.cpp 55 DigitAffix::setTo(const UnicodeString &value, int32_t fieldId) {
tztrans.cpp 61 setTo(*right.fTo);
114 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);
  /development/samples/ApiDemos/src/com/example/android/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 274 public void setTo(EncodedStringValue[] value) {
  /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) {
  /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) {
  /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) {
  /system/tools/hidl/utils/
FqInstance.cpp 65 bool FqInstance::setTo(const std::string& s) {
67 if (!mFqName.setTo(s.substr(0, pos))) return false;
90 // Other cases are covered by FQName::setTo, but instance name should be empty.
94 bool FqInstance::setTo(const std::string& package, size_t majorVer, size_t minorVer,
99 return setTo(ss.str());
102 bool FqInstance::setTo(size_t majorVer, size_t minorVer, const std::string& interface,
104 return setTo("", majorVer, minorVer, interface, instance);
107 bool FqInstance::setTo(const std::string& interface, const std::string& instance) {
108 return setTo(interface + INSTANCE_SEP + instance);
  /external/robolectric/v1/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/
MergedConfiguration.java 96 mGlobalConfig.setTo(globalConfig);
97 mOverrideConfig.setTo(overrideConfig);
107 mGlobalConfig.setTo(globalConfig);
117 mOverrideConfig.setTo(overrideConfig);
121 public void setTo(MergedConfiguration config) {
155 mMergedConfig.setTo(mGlobalConfig);
  /frameworks/base/core/java/android/view/
MagnificationSpec.java 89 public void setTo(MagnificationSpec other) {
  /system/core/libutils/
String16.cpp 128 setTo(o, len, begin);
160 void String16::setTo(const String16& other)
167 status_t String16::setTo(const String16& other, size_t len, size_t begin)
177 setTo(other);
185 return setTo(other.string()+begin, len);
188 status_t String16::setTo(const char16_t* other)
190 return setTo(other, strlen16(other));
193 status_t String16::setTo(const char16_t* other, size_t len)
217 setTo(other);
243 setTo(chrs, otherLen)
    [all...]
  /system/libhidl/base/
HidlSupport.cpp 101 void hidl_handle::setTo(native_handle_t* handle, bool shouldOwn) {
124 // 1. Somebody called setTo() with shouldOwn=true, so we know the handle
298 hidlHandle.setTo(handle, true /* shouldOwn */);
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 40 void setTo(StringPiece s, int32_t val, CharString &strings, UErrorCode &errorCode);
91 BytesTrieElement::setTo(StringPiece s, int32_t val,
176 elements[elementsLength++].setTo(s, value, *strings, errorCode);

Completed in 460 milliseconds

1 2 3 4 5 6 7