Home
last modified time | relevance | path

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

123

/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParserTest.java56 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
62 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
68 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
72 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java274 if (ev == END_TAG && mParser.getDepth() == 1) { in next()
295 case END_TAG: in eventTypeToString()
335 if (eventType != END_TAG) { in nextText()
342 } else if (eventType == END_TAG) { in nextText()
356 if (eventType != START_TAG && eventType != END_TAG) { in nextTag()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java46 && (type != XmlPullParser.END_TAG in skipCurrentTag()
571 } else if (eventType == parser.END_TAG) { in readThisMapXml()
610 } else if (eventType == parser.END_TAG) { in readThisListXml()
651 } else if (eventType == parser.END_TAG) { in readThisSetXml()
715 } else if (eventType == parser.END_TAG) { in readThisIntArrayXml()
756 } else if (eventType == parser.END_TAG) { in readValueXml()
786 if (eventType == parser.END_TAG) { in readThisValueXml()
845 if (eventType == parser.END_TAG) { in readThisValueXml()
/frameworks/base/core/java/android/app/
DAliasActivity.java107 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parseAlias()
108 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseAlias()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminInfo.java258 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in DeviceAdminInfo()
259 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in DeviceAdminInfo()
266 && (type != XmlPullParser.END_TAG || parser.getDepth() > innerDepth)) { in DeviceAdminInfo()
267 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in DeviceAdminInfo()
/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java103 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in createAnimationFromXml()
172 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in createLayoutAnimationFromXml()
289 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in createInterpolatorFromXml()
/frameworks/base/services/java/com/android/server/pm/
DSettings.java789 && (type != XmlPullParser.END_TAG in readStoppedLPw()
791 if (type == XmlPullParser.END_TAG in readStoppedLPw()
1248 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readLPw()
1249 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in readLPw()
1391 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readPermissionsLPw()
1392 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in readPermissionsLPw()
1494 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readDisabledSysPackageLPw()
1495 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in readDisabledSysPackageLPw()
1694 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readPackageLPw()
1695 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in readPackageLPw()
[all …]
DPackageSignatures.java94 && (type != XmlPullParser.END_TAG in readXml()
96 if (type == XmlPullParser.END_TAG in readXml()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java253 case END_TAG: in next()
283 if(eventType != END_TAG) { in nextText()
289 } else if(eventType == END_TAG) { in nextText()
302 if (eventType != START_TAG && eventType != END_TAG) { in nextTag()
DColorStateList.java188 || type != XmlPullParser.END_TAG)) { in inflate()
/frameworks/base/services/java/com/android/server/
DPreferredComponent.java108 && (type != XmlPullParser.END_TAG in PreferredComponent()
110 if (type == XmlPullParser.END_TAG in PreferredComponent()
/frameworks/base/sax/tests/saxtests/src/android/sax/
DExpatPerformanceTest.java115 case XmlPullParser.END_TAG: in withPullParser()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java192 while (((type = parser.next()) != XmlPullParser.END_TAG || in parseInclude()
/frameworks/base/core/java/android/view/
DLayoutInflater.java714 while (((type = parser.next()) != XmlPullParser.END_TAG || in rInflate()
755 while (((type = parser.next()) != XmlPullParser.END_TAG || in parseRequestFocus()
861 while (((type = parser.next()) != XmlPullParser.END_TAG || in parseInclude()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java784 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parsePackageLite()
785 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parsePackageLite()
880 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parsePackage()
881 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parsePackage()
1737 && (type != XmlPullParser.END_TAG || parser.getDepth() > innerDepth)) { in parseApplication()
1738 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseApplication()
2051 && (type != XmlPullParser.END_TAG in parseActivity()
2053 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseActivity()
2209 && (type != XmlPullParser.END_TAG in parseActivityAlias()
2211 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseActivityAlias()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DMipmapDrawable.java142 || type != XmlPullParser.END_TAG)) { in inflate()
DLevelListDrawable.java99 || type != XmlPullParser.END_TAG)) { in inflate()
DStateListDrawable.java143 || type != XmlPullParser.END_TAG)) { in inflate()
DAnimationDrawable.java246 ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in inflate()
DClipDrawable.java94 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
DScaleDrawable.java107 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
/frameworks/base/core/java/android/preference/
DPreferenceActivity.java761 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in loadHeadersFromResource()
762 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in loadHeadersFromResource()
823 && (type != XmlPullParser.END_TAG || parser.getDepth() > innerDepth)) { in loadHeadersFromResource()
824 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in loadHeadersFromResource()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerInfo.java104 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in SpellCheckerInfo()
/frameworks/base/tools/aapt/
DResourceTable.cpp527 } else if (code == ResXMLTree::END_TAG) { in compileAttribute()
838 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
849 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
921 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1031 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1053 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1083 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1128 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1138 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1167 } else if (code == ResXMLTree::END_TAG) { in compileResourceFile()
[all …]
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java148 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in InputMethodInfo()

123