Searched refs:getAttribute (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java167 String geoURL = shape.getAttribute("url").substring(1);
179 String meshIndexName = materialRef.getAttribute("symbol");
180 String materialName = materialRef.getAttribute("target");
206 String lightURL = shape.getAttribute("url");
217 String camURL = shape.getAttribute("url");
228 String name = node.getAttribute("name");
229 String id = node.getAttribute("id");
248 String description = field.getAttribute("sid");
334 String samplerName = typeElem.getAttribute("texture");
350 String id = mat.getAttribute("i
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java125 public Object getAttribute(String key) { method in class:DrmEvent
/frameworks/base/tools/aapt/
H A DMain.h58 String8 getAttribute(const ResXMLTree& tree, const char* ns,
H A DCommand.cpp241 String8 getAttribute(const ResXMLTree& tree, const char* ns, function
260 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) function
577 String8 pkg = getAttribute(tree, NULL, "package", NULL);
581 String8 name = getAttribute(tree, NAME_ATTR, &error);
589 String8 name = getAttribute(tree, NAME_ATTR, &error);
765 pkg = getAttribute(tree, NULL, "package", NULL);
927 String8 name = getAttribute(tree, NAME_ATTR, &error);
986 String8 name = getAttribute(tree, NAME_ATTR, &error);
1042 String8 name = getAttribute(tree, NAME_ATTR, &error);
1051 String8 name = getAttribute(tre
[all...]
H A DXMLNode.h97 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
H A DResource.cpp692 if (node->getAttribute(ns, attr) != NULL) {
2370 pkg = getAttribute(tree, NULL, "package", NULL);
2376 String8 agent = getAttribute(tree, "http://schemas.android.com/apk/res/android",
2392 String8 name = getAttribute(tree, "http://schemas.android.com/apk/res/android",
H A DXMLNode.cpp665 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java781 if (media.getAttribute("recvonly") != null) {
783 } else if(media.getAttribute("sendonly") != null) {
785 } else if(offer.getAttribute("recvonly") != null) {
787 } else if(offer.getAttribute("sendonly") != null) {
1049 } else if (media.getAttribute("recvonly") != null) {
1051 } else if(media.getAttribute("sendonly") != null) {
1053 } else if(offer.getAttribute("recvonly") != null) {
1055 } else if(offer.getAttribute("sendonly") != null) {
H A DSimpleSessionDescription.java217 public String getAttribute(String name) { method in class:SimpleSessionDescription
218 return mFields.getAttribute(name);
500 public String getAttribute(String name) { method in class:SimpleSessionDescription.Fields
/frameworks/base/tools/preload/
H A Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/frameworks/base/media/java/android/media/
H A DExifInterface.java130 public String getAttribute(String tag) { method in class:ExifInterface
/frameworks/base/core/java/android/net/http/
H A DConnection.java466 context.getAttribute(ExecutionContext.HTTP_CONNECTION);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp841 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags);
928 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
942 if (theme->getAttribute(value.data, &value, &styleBagTypeSetFlags) < 0) {
1054 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1397 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2617 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:android::ResTable::Theme
2678 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);

Completed in 4840 milliseconds