Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DColladaParser.java167 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/libs/androidfw/tests/
DTheme_test.cpp47 ASSERT_GE(theme1.getAttribute(android::R::attr::background, &val), 0); in TEST()
50 ASSERT_GE(theme1.getAttribute(app::R::attr::number, &val), 0); in TEST()
60 ASSERT_GE(theme2.getAttribute(android::R::attr::background, &val), 0); in TEST()
63 ASSERT_GE(theme2.getAttribute(app::R::attr::number, &val), 0); in TEST()
DResTable_test.cpp78 ssize_t index = theme.getAttribute(base::R::attr::attr1, &val, &specFlags); in TEST()
83 index = theme.getAttribute(base::R::attr::attr2, &val, &specFlags); in TEST()
98 ssize_t index = theme.getAttribute(base::R::attr::attr1, &val, &specFlags); in TEST()
103 index = theme.getAttribute(base::R::attr::attr2, &val, &specFlags); in TEST()
118 ssize_t index = theme.getAttribute(lib::R::attr::attr1, &val, &specFlags); in TEST()
DAttributeFinder_test.cpp35 inline uint32_t getAttribute(const int index) const { in getAttribute() function in MockAttributeFinder
/frameworks/base/include/androidfw/
DAttributeFinder.h125 mCurrentAttr = static_cast<const Derived*>(this)->getAttribute(mCurrent); in jumpToClosestAttribute()
155 mCurrentAttr = static_cast<const Derived*>(this)->getAttribute(mBegin); in find()
180 mCurrentAttr = static_cast<const Derived*>(this)->getAttribute(mCurrent); in find()
DResourceTypes.h1673 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
/frameworks/base/tools/aapt/
DCommand.cpp442 String8 category = AaptXml::getAttribute(tree, CATEGORY_ATTR, &error); in getNfcAidCategories()
736 String8 pkg = AaptXml::getAttribute(tree, NULL, "package", NULL); in doDump()
740 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
749 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
1011 pkg = AaptXml::getAttribute(tree, NULL, "package", NULL); in doDump()
1036 String8 splitName = AaptXml::getAttribute(tree, NULL, "split"); in doDump()
1042 String8 platformVersionName = AaptXml::getAttribute(tree, NULL, in doDump()
1280 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
1299 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
1385 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
[all …]
DAaptXml.h37 android::String8 getAttribute(const android::ResXMLTree& tree, const char* ns,
45 android::String8 getAttribute(const android::ResXMLTree& tree, uint32_t attrRes,
DAaptXml.cpp79 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute() function
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { in getAttribute() function
DXMLNode.h97 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
DResource.cpp808 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()
819 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()
850 const XMLNode::attribute_entry* attr = vers->getAttribute( in massageManifest()
936 const XMLNode::attribute_entry* attr = root->getAttribute(String16(), String16("featureName")); in massageManifest()
1008 String8 versionName = AaptXml::getAttribute(tree, VERSION_NAME_ATTR, &error); in extractPlatformBuildVersion()
2888 pkg = AaptXml::getAttribute(tree, NULL, "package"); in writeProguardForAndroidManifest()
2894 String8 agent = AaptXml::getAttribute(tree, in writeProguardForAndroidManifest()
2911 String8 name = AaptXml::getAttribute(tree, in writeProguardForAndroidManifest()
DXMLNode.cpp707 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute() function in XMLNode
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java784 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) {
DSimpleSessionDescription.java217 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/
DDrmEvent.java125 public Object getAttribute(String key) { in getAttribute() method in DrmEvent
/frameworks/rs/api/
DGenerateHeaderFiles.cpp134 makeAttributeTag(spec.getAttribute(), "", type->getDeprecatedApiLevel(), in writeTypeSpecification()
218 *file << makeAttributeTag(spec.getAttribute(), "overloadable", in writeFunctionPermutation()
DSpecification.h309 std::string getAttribute() const { return mAttribute; } in getAttribute() function
385 std::string getAttribute() const { return mAttribute; } in getAttribute() function
DGenerateDocumentation.cpp348 << makeAttributeTag(spec->getAttribute(), "", type->deprecated(), in writeDetailedTypeSpecification()
/frameworks/base/tools/preload/
Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1005 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags); in android_content_AssetManager_loadThemeAttributeValue()
1044 inline uint32_t getAttribute(jsize index) const { in getAttribute() function in android::XmlAttributeFinder
1057 inline uint32_t getAttribute(const ResTable::bag_entry* entry) const { in getAttribute() function in android::BagAttributeFinder
1128 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) { in android_content_AssetManager_resolveAttrs()
1200 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_resolveAttrs()
1330 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) { in android_content_AssetManager_applyStyle()
1344 if (theme->getAttribute(value.data, &value, &styleBagTypeSetFlags) < 0) { in android_content_AssetManager_applyStyle()
1452 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_applyStyle()
/frameworks/base/media/java/android/media/
DExifInterface.java148 public String getAttribute(String tag) { in getAttribute() method in ExifInterface
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3406 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute() function in android::ResTable::Theme
3477 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags); in resolveAttributeReference()
/frameworks/base/api/
Dcurrent.txt10576 method public java.lang.Object getAttribute(java.lang.String);
15194 method public java.lang.String getAttribute(java.lang.String);
47595 method public final java.lang.String getAttribute(java.lang.String);
49791 …method public abstract java.lang.Object getAttribute(java.text.AttributedCharacterIterator.Attribu…
56296 …method public abstract java.lang.Object getAttribute(java.lang.String) throws java.lang.IllegalArg…
56463 method public abstract java.lang.Object getAttribute(java.lang.String);
57387 method public abstract java.lang.String getAttribute(java.lang.String);
Dsystem-current.txt10913 method public java.lang.Object getAttribute(java.lang.String);
16459 method public java.lang.String getAttribute(java.lang.String);
50201 method public final java.lang.String getAttribute(java.lang.String);
52397 …method public abstract java.lang.Object getAttribute(java.text.AttributedCharacterIterator.Attribu…
58902 …method public abstract java.lang.Object getAttribute(java.lang.String) throws java.lang.IllegalArg…
59069 method public abstract java.lang.Object getAttribute(java.lang.String);
59993 method public abstract java.lang.String getAttribute(java.lang.String);
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...