Home
last modified time | relevance | path

Searched refs:xmlParser (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DManifestParser_test.cpp36 std::shared_ptr<XmlPullParser> xmlParser = std::make_shared<SourceXmlPullParser>(input); in TEST() local
37 ASSERT_TRUE(parser.parse(Source{ "AndroidManifest.xml" }, xmlParser, &info)); in TEST()
DMain.cpp609 std::shared_ptr<XmlPullParser> xmlParser = std::make_shared<SourceXmlPullParser>(in); in compileValues() local
610 ResourceParser parser(table, source, config, xmlParser); in compileValues()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1295 ResXMLParser* xmlParser = reinterpret_cast<ResXMLParser*>(xmlParserToken); in android_content_AssetManager_applyStyle() local
1340 if (xmlParser != NULL) { in android_content_AssetManager_applyStyle()
1341 ssize_t idx = xmlParser->indexOfStyle(); in android_content_AssetManager_applyStyle()
1342 if (idx >= 0 && xmlParser->getAttributeValue(idx, &value) >= 0) { in android_content_AssetManager_applyStyle()
1376 XmlAttributeFinder xmlAttrFinder(xmlParser); in android_content_AssetManager_applyStyle()
1377 const jsize xmlAttrEnd = xmlParser != NULL ? xmlParser->getAttributeCount() : 0; in android_content_AssetManager_applyStyle()
1403 xmlParser->getAttributeValue(xmlAttrIdx, &value); in android_content_AssetManager_applyStyle()
1543 ResXMLParser* xmlParser = (ResXMLParser*)xmlParserToken; in android_content_AssetManager_retrieveAttributes() local
1578 const jsize NX = xmlParser->getAttributeCount(); in android_content_AssetManager_retrieveAttributes()
1580 uint32_t curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
[all …]
/frameworks/base/core/java/android/content/res/
DAssetManager.java747 int defStyleAttr, int defStyleRes, long xmlParser, in applyStyle() argument
753 long xmlParser, int[] inAttrs, int[] outValues, int[] outIndices); in retrieveAttributes() argument