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

1 2

  /external/clang/lib/Basic/
ObjCRuntime.cpp 19 std::string ObjCRuntime::getAsString() const {
VersionTuple.cpp 19 std::string VersionTuple::getAsString() const {
IdentifierTable.cpp 380 std::string Selector::getAsString() const {
  /external/llvm/lib/Option/
Arg.cpp 64 std::string Arg::getAsString(const ArgList &Args) const {
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.cpp 108 void ChromiumDataObjectItem::getAsString(PassRefPtr<StringCallback> callback, ScriptExecutionContext* context) const
ClipboardChromium.cpp 169 void DataTransferItemPolicyWrapper::getAsString(PassRefPtr<StringCallback> callback) const
174 m_item->getAsString(callback, m_clipboard->frame()->document()->scriptExecutionContext());
  /external/clang/lib/Driver/
InputInfo.h 74 /// getAsString - Return a string name for this input, for
76 std::string getAsString() const {
  /external/clang/utils/
ClangDataFormat.py 72 def getAsString(self):
73 std_str = getValueFromExpression(self.qualty, ".getAsString()")
77 desc = self.getAsString()
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentValues.java 127 public String getAsString(String key) {
310 String value = getAsString(name);
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 55 public String getAsString(String key) {
59 return mValues.getAsString(key);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 91 public String getAsString(String key) {
93 return mAfter.getAsString(key);
95 return mBefore.getAsString(key);
151 return getAsString(ContactsContract.Data.MIMETYPE);
280 put(key, from.getAsString(key));
378 builder.append(this.getAsString(key));
390 final String ourValue = this.getAsString(key);
391 final String theirValue = other.getAsString(key);
498 return getAsString(ContactsContract.CommonDataKinds.StructuredName.PHONETIC_FAMILY_NAME);
502 return getAsString(ContactsContract.CommonDataKinds.StructuredName.PHONETIC_MIDDLE_NAME)
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 146 return OS << N.getObjCSelector().getAsString();
152 return OS << ClassType.getAsString();
160 return OS << Type.getAsString();
187 return OS << Type.getAsString();
240 std::string DeclarationName::getAsString() const {
513 std::string DeclarationNameInfo::getAsString() const {
540 OS << TInfo->getType().getAsString();
APValue.cpp 539 std::string APValue::getAsString(ASTContext &Ctx, QualType Ty) const {
TypePrinter.cpp     [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 226 std::string CodeCompletionString::getAsString() const {
232 case CK_Optional: OS << "{#" << C->Optional->getAsString() << "#}"; break;
454 OS << " : " << CCS->getAsString();
472 OS << " : " << CCS->getAsString();
480 << Results[I].Pattern->getAsString() << '\n';
496 OS << "OVERLOAD: " << CCS->getAsString() << "\n";
595 Saved = Name.getAsString();
  /frameworks/base/core/java/android/content/
ContentValues.java 249 public String getAsString(String key) {
510 String value = getAsString(name);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 193 impactedPackages.add(values.getAsString(VoicemailContract.SOURCE_PACKAGE_FIELD));
VoicemailContentProvider.java 253 values.getAsString(VoicemailContract.SOURCE_PACKAGE_FIELD),
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 535 public String getAsString(String key) {
537 return mAfter.getAsString(key);
539 return mBefore.getAsString(key);
580 return getAsString(Data.MIMETYPE);
761 builder.append(this.getAsString(key));
773 final String ourValue = this.getAsString(key);
774 final String theirValue = other.getAsString(key);
  /external/llvm/include/llvm/IR/
Constants.h 604 /// getAsString - If this array is isString(), then this method returns the
607 StringRef getAsString() const {
618 StringRef Str = getAsString();
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 158 std::string Attribute::getAsString(bool InAttrGrp) const {
468 std::string AttributeSetNode::getAsString(bool InAttrGrp) const {
473 Str += I->getAsString(InAttrGrp);
862 std::string AttributeSet::getAsString(unsigned Index,
865 return ASN ? ASN->getAsString(InAttrGrp) : std::string("");
930 dbgs() << " => " << getAsString(Index) << " }\n";
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentValuesTest.java 256 assertSame(expected, mContentValues.getAsString("String"));
260 assertSame(expected, mContentValues.getAsString("String"));
433 assertSame(expected, mContentValues.getAsString("String"));
437 assertSame(expected, mContentValues.getAsString("String"));
440 assertNull(mContentValues.getAsString(null));
  /external/llvm/lib/TableGen/
Record.cpp 140 std::string BitsRecTy::getAsString() const {
270 std::string ListRecTy::getAsString() const {
271 return "list<" + Ty->getAsString() + ">";
338 std::string RecordRecTy::getAsString() const {
491 std::string BitsInit::getAsString() const {
496 Result += Bit->getAsString();
569 std::string IntInit::getAsString() const {
690 std::string ListInit::getAsString() const {
694 Result += Values[i]->getAsString();
743 if (getType()->getAsString() == "string")
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasCalendarSyncHandler.java 287 final String version = entityValues.getAsString(EVENT_SYNC_VERSION);
426 String timeZoneName = entityValues.getAsString(
449 duration.parse(entityValues.getAsString(Events.DURATION));
467 String loc = entityValues.getAsString(Events.EVENT_LOCATION);
493 final String rrule = entityValues.getAsString(Events.RRULE);
506 final String propertyName = ncvValues.getAsString(ExtendedProperties.NAME);
507 final String propertyValue = ncvValues.getAsString(ExtendedProperties.VALUE);
564 organizerName = ncvValues.getAsString(Attendees.ATTENDEE_NAME);
565 organizerEmail = ncvValues.getAsString(Attendees.ATTENDEE_EMAIL);
574 ncvValues.getAsString(Attendees.ATTENDEE_EMAIL)
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 93 virtual std::string getAsString() const = 0;
94 void print(raw_ostream &OS) const { OS << getAsString(); }
169 virtual std::string getAsString() const { return "bit"; }
208 virtual std::string getAsString() const;
245 virtual std::string getAsString() const { return "int"; }
283 virtual std::string getAsString() const { return "string"; }
321 virtual std::string getAsString() const;
358 virtual std::string getAsString() const { return "dag"; }
398 virtual std::string getAsString() const;
472 void print(raw_ostream &OS) const { OS << getAsString(); }
    [all...]

Completed in 535 milliseconds

1 2