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

1 2 3 4

  /external/clang/lib/Basic/
ObjCRuntime.cpp 19 std::string ObjCRuntime::getAsString() const {
VersionTuple.cpp 19 std::string VersionTuple::getAsString() const {
IdentifierTable.cpp 436 std::string Selector::getAsString() const {
458 OS << getAsString();
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/SDL/
SDLKeyboard.cpp 202 const std::string& SDLKeyboard::getAsString( KeyCode kc )
  /external/llvm/lib/Option/
Arg.cpp 66 std::string Arg::getAsString(const ArgList &Args) const {
  /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/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxKeyboard.cpp 405 const std::string& LinuxKeyboard::getAsString( KeyCode kc )
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacKeyboard.cpp 164 std::string& MacKeyboard::getAsString( KeyCode key )
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32KeyBoard.cpp 289 const std::string& Win32Keyboard::getAsString(KeyCode kc)
  /external/robolectric/v1/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 93 public String getAsString(String key) {
95 return mAfter.getAsString(key);
97 return mBefore.getAsString(key);
153 return getAsString(ContactsContract.Data.MIMETYPE);
283 put(key, from.getAsString(key));
382 builder.append(this.getAsString(key));
394 final String ourValue = this.getAsString(key);
395 final String theirValue = other.getAsString(key);
522 return getAsString(ContactsContract.CommonDataKinds.StructuredName.PHONETIC_FAMILY_NAME);
526 return getAsString(ContactsContract.CommonDataKinds.StructuredName.PHONETIC_MIDDLE_NAME)
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 155 return OS << ClassType.getAsString(PrintingPolicy(LO));
165 return OS << Type.getAsString(PrintingPolicy(LO));
195 return OS << Type.getAsString(PrintingPolicy(LO));
248 std::string DeclarationName::getAsString() const {
521 std::string DeclarationNameInfo::getAsString() const {
551 OS << TInfo->getType().getAsString(PrintingPolicy(LO));
APValue.cpp 545 std::string APValue::getAsString(ASTContext &Ctx, QualType Ty) const {
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 225 std::string CodeCompletionString::getAsString() const {
231 case CK_Optional: OS << "{#" << C->Optional->getAsString() << "#}"; break;
451 OS << " : " << CCS->getAsString();
470 OS << " : " << CCS->getAsString();
478 << Results[I].Pattern->getAsString() << '\n';
486 // by "clang -cc1 -code-completion-at", since CodeCompletionString::getAsString
619 Saved = Name.getAsString();
  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 330 bool ElementHandle::getAsString(string &value, string &error) const
  /frameworks/base/core/java/android/content/
ContentValues.java 250 public String getAsString(String key) {
512 String value = getAsString(name);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 262 impactedPackages.add(values.getAsString(VoicemailContract.SOURCE_PACKAGE_FIELD));
VoicemailContentProvider.java 258 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 642 /// getAsString - If this array is isString(), then this method returns the
645 StringRef getAsString() const {
656 StringRef Str = getAsString();
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
LogcatViewer.java 121 private String getAsString() {
138 intent.putExtra(Intent.EXTRA_TEXT, getAsString().toString());
144 clipboard.setText(getAsString());
  /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/IR/
Attributes.cpp 186 std::string Attribute::getAsString(bool InAttrGrp) const {
560 std::string AttributeSetNode::getAsString(bool InAttrGrp) const {
565 Str += I->getAsString(InAttrGrp);
    [all...]

Completed in 575 milliseconds

1 2 3 4