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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /system/tools/hidl/utils/include/hidl-util/
FqInstance.h 29 // FqInstance::setTo also recognizes all FQName formats, including enum names
33 // if (!fqInstance.setTo("...")) {
66 __attribute__((warn_unused_result)) bool setTo(const std::string& s);
72 __attribute__((warn_unused_result)) bool setTo(const std::string& package, size_t majorVer,
75 __attribute__((warn_unused_result)) bool setTo(size_t majorVer, size_t minorVer,
78 __attribute__((warn_unused_result)) bool setTo(const std::string& interface,
82 // - Default constructor is called without setTo();
83 // - setTo is called but returned false.
84 // Should only be called after setTo() returns true.
  /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/av/drm/mediadrm/plugins/clearkey/default/
CryptoPlugin.cpp 40 errorDetailMsg->setTo("Secure decryption is not supported with "
51 errorDetailMsg->setTo(
72 errorDetailMsg->setTo("Decryption Error");
76 errorDetailMsg->setTo(
  /external/icu/icu4c/source/common/
ulistformatter.cpp 70 ustrings[stringIndex].setTo(TRUE, strings[stringIndex], -1);
74 ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[stringIndex]);
81 res.setTo(result, 0, resultCapacity);
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 475 id->setTo("");
482 id->setTo((const char *)&mParent.mData[mOffset], 3);
484 id->setTo((const char *)&mParent.mData[mOffset], 4);
490 id->setTo("TT2");
493 id->setTo("TP1");
496 id->setTo("TAL");
499 id->setTo("TYE");
502 id->setTo("COM");
505 id->setTo("TRK");
508 id->setTo("TCO")
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AString.h 39 void setTo(const char *s);
40 void setTo(const char *s, size_t size);
41 void setTo(const AString &from, size_t offset, size_t n);
  /device/google/contexthub/util/common/
file.h 35 status_t setTo(const char *path, const char *mode);
file.cpp 33 mInitCheck = setTo(path, mode);
44 status_t File::setTo(const char *path, const char *mode) {
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
ReadRecInd.java 44 setTo(to);
109 public void setTo(EncodedStringValue[] value) {
DeliveryInd.java 119 public void setTo(EncodedStringValue[] value) {
  /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/
ReadRecInd.java 44 setTo(to);
109 public void setTo(EncodedStringValue[] value) {
DeliveryInd.java 119 public void setTo(EncodedStringValue[] value) {
  /hardware/interfaces/tetheroffload/config/1.0/vts/functional/
VtsHalTetheroffloadConfigV1_0TargetTest.cpp 120 h1.setTo(nativeHandle1, true);
130 h2.setTo(nativeHandle2, true);
142 h1.setTo(nativeHandle1, true);
145 h2.setTo(nativeHandle2, true);
162 h1.setTo(nativeHandle1, true);
166 h2.setTo(nativeHandle2, true);
177 h1.setTo(nativeHandle1, true);
187 h2.setTo(nativeHandle2, true);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
ReadRecInd.java 42 setTo(to);
107 public void setTo(EncodedStringValue[] value) {
DeliveryInd.java 117 public void setTo(EncodedStringValue[] value) {
ReadOrigInd.java 135 public void setTo(EncodedStringValue[] value) {
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
ReadRecInd.java 44 setTo(to);
109 public void setTo(EncodedStringValue[] value) {
DeliveryInd.java 119 public void setTo(EncodedStringValue[] value) {
  /system/core/libutils/include/utils/
String8.h 83 void setTo(const String8& other);
84 status_t setTo(const char* other);
85 status_t setTo(const char* other, size_t numChars);
86 status_t setTo(const char16_t* other, size_t numChars);
87 status_t setTo(const char32_t* other,
304 setTo(other);
310 setTo(other);
  /external/icu/icu4c/source/i18n/
digitaffix.h 70 void setTo(const UnicodeString &value, int32_t fieldId=UNUM_FIELD_COUNT);
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 141 void setTo(const TimeZoneRule& to);
  /libcore/include/
ScopedJavaUnicodeString.h 34 mUnicodeString.setTo(false, mChars, charCount);
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 50 setTo(s);
62 setTo(s, size);
70 setTo(from.string(), from.length());
77 setTo(from, 0, from.size());
84 setTo(from, offset, n);
93 setTo(from, 0, from.size());
111 void AString::setTo(const char *s) {
112 setTo(s, strlen(s));
115 void AString::setTo(const char *s, size_t size) {
120 void AString::setTo(const AString &from, size_t offset, size_t n)
    [all...]

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>