/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | ColladaParser.java | 167 String geoURL = shape.getAttribute("url").substring(1); in getRenderable() 179 String meshIndexName = materialRef.getAttribute("symbol"); in getRenderable() 180 String materialName = materialRef.getAttribute("target"); in getRenderable() 206 String lightURL = shape.getAttribute("url"); in updateLight() 217 String camURL = shape.getAttribute("url"); in updateCamera() 228 String name = node.getAttribute("name"); in getNode() 229 String id = node.getAttribute("id"); in getNode() 248 String description = field.getAttribute("sid"); in getNode() 334 String samplerName = typeElem.getAttribute("texture"); in extractParams() 350 String id = mat.getAttribute("id"); in convertMaterials() [all …]
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 241 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute() function 260 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) in getAttribute() function 470 String8 category = getAttribute(tree, CATEGORY_ATTR, &error); in getNfcAidCategories() 635 String8 pkg = getAttribute(tree, NULL, "package", NULL); in doDump() 639 String8 name = getAttribute(tree, NAME_ATTR, &error); in doDump() 647 String8 name = getAttribute(tree, NAME_ATTR, &error); in doDump() 876 pkg = getAttribute(tree, NULL, "package", NULL); in doDump() 1040 String8 name = getAttribute(tree, NAME_ATTR, &error); in doDump() 1099 String8 name = getAttribute(tree, NAME_ATTR, &error); in doDump() 1159 String8 name = getAttribute(tree, NAME_ATTR, &error); in doDump() [all …]
|
D | Main.h | 58 String8 getAttribute(const ResXMLTree& tree, const char* ns,
|
D | XMLNode.h | 97 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
|
D | Resource.cpp | 693 if (node->getAttribute(ns, attr) != NULL) { in addTagAttribute() 2392 pkg = getAttribute(tree, NULL, "package", NULL); in writeProguardForAndroidManifest() 2398 String8 agent = getAttribute(tree, "http://schemas.android.com/apk/res/android", in writeProguardForAndroidManifest() 2414 String8 name = getAttribute(tree, "http://schemas.android.com/apk/res/android", in writeProguardForAndroidManifest()
|
D | XMLNode.cpp | 665 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute() function in XMLNode
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 784 if (media.getAttribute("recvonly") != null) { 786 } else if(media.getAttribute("sendonly") != null) { 788 } else if(offer.getAttribute("recvonly") != null) { 790 } else if(offer.getAttribute("sendonly") != null) { 1057 } else if (media.getAttribute("recvonly") != null) { 1059 } else if(media.getAttribute("sendonly") != null) { 1061 } else if(offer.getAttribute("recvonly") != null) { 1063 } else if(offer.getAttribute("sendonly") != null) {
|
D | SimpleSessionDescription.java | 217 public String getAttribute(String name) { in getAttribute() method in SimpleSessionDescription 218 return mFields.getAttribute(name); in getAttribute() 500 public String getAttribute(String name) { in getAttribute() method in SimpleSessionDescription.Fields
|
/frameworks/base/drm/java/android/drm/ |
D | DrmEvent.java | 125 public Object getAttribute(String key) { in getAttribute() method in DrmEvent
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 209 if (node.getAttribute("sorttable_customkey") != null) { 210 return node.getAttribute("sorttable_customkey");
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 133 public String getAttribute(String tag) { in getAttribute() method in ExifInterface
|
/frameworks/base/core/java/android/net/http/ |
D | Connection.java | 466 context.getAttribute(ExecutionContext.HTTP_CONNECTION); in keepAlive()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 854 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags); in android_content_AssetManager_loadThemeAttributeValue() 941 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) { in android_content_AssetManager_applyStyle() 955 if (theme->getAttribute(value.data, &value, &styleBagTypeSetFlags) < 0) { in android_content_AssetManager_applyStyle() 1067 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_applyStyle()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1404 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
|
/frameworks/base/docs/html/sdk/api_diff/12/ |
D | missingSinces.txt | 27 NO DOC BLOCK: android.drm.DrmEvent Method getAttribute(java.lang.String)
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 2757 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute() function in android::ResTable::Theme 2818 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags); in resolveAttributeReference()
|
/frameworks/base/api/ |
D | current.txt | 8503 method public java.lang.Object getAttribute(java.lang.String); 11972 method public java.lang.String getAttribute(java.lang.String); 38427 method public final java.lang.String getAttribute(java.lang.String); 40623 …method public abstract java.lang.Object getAttribute(java.text.AttributedCharacterIterator.Attribu… 46732 …method public abstract java.lang.Object getAttribute(java.lang.String) throws java.lang.IllegalArg… 46899 method public abstract java.lang.Object getAttribute(java.lang.String); 48629 method public abstract java.lang.String getAttribute(java.lang.String); 49685 method public java.lang.String getAttribute(java.lang.String); 50533 method public java.lang.Object getAttribute(java.lang.String); 50569 method public java.lang.Object getAttribute(java.lang.String); [all …]
|