Home
last modified time | relevance | path

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

12

/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
DBridgeXmlBlockParserTest.java57 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
63 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
69 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
73 assertEquals(XmlPullParser.END_TAG, parser.next()); in testXmlBlockParser()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeXmlBlockParser.java247 case END_TAG: in next()
274 if (eventType != END_TAG) { in nextText()
281 } else if (eventType == END_TAG) { in nextText()
295 if (eventType != START_TAG && eventType != END_TAG) { in nextTag()
/frameworks/base/core/java/android/app/
DAliasActivity.java106 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parseAlias()
107 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseAlias()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java44 && (type != XmlPullParser.END_TAG in skipCurrentTag()
523 } else if (eventType == parser.END_TAG) { in readThisMapXml()
562 } else if (eventType == parser.END_TAG) { in readThisListXml()
626 } else if (eventType == parser.END_TAG) { in readThisIntArrayXml()
667 } else if (eventType == parser.END_TAG) { in readValueXml()
697 if (eventType == parser.END_TAG) { in readThisValueXml()
750 if (eventType == parser.END_TAG) { in readThisValueXml()
/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java95 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in createAnimationFromXml()
164 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in createLayoutAnimationFromXml()
281 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) in createInterpolatorFromXml()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java252 case END_TAG: in next()
282 if(eventType != END_TAG) { in nextText()
288 } else if(eventType == END_TAG) { in nextText()
301 if (eventType != START_TAG && eventType != END_TAG) { in nextTag()
DColorStateList.java186 || type != XmlPullParser.END_TAG)) { in inflate()
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
DExpatPerformanceTest.java113 case XmlPullParser.END_TAG: in withPullParser()
DGDataParseTest.java81 case XmlPullParser.END_TAG: in dumpXml()
/frameworks/base/core/java/android/view/
DLayoutInflater.java599 while (((type = parser.next()) != XmlPullParser.END_TAG || in rInflate()
634 while (((type = parser.next()) != XmlPullParser.END_TAG || in parseRequestFocus()
740 while (((type = parser.next()) != XmlPullParser.END_TAG || in parseInclude()
DMenuInflater.java143 case XmlPullParser.END_TAG: in parseMenu()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java714 && (type != parser.END_TAG || parser.getDepth() > outerDepth)) { in parsePackage()
715 if (type == parser.END_TAG || type == parser.TEXT) { in parsePackage()
1442 && (type != parser.END_TAG || parser.getDepth() > innerDepth)) { in parseApplication()
1443 if (type == parser.END_TAG || type == parser.TEXT) { in parseApplication()
1716 && (type != XmlPullParser.END_TAG in parseActivity()
1718 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseActivity()
1865 && (type != XmlPullParser.END_TAG in parseActivityAlias()
1867 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseActivityAlias()
2003 && (type != XmlPullParser.END_TAG in parseProviderTags()
2005 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) { in parseProviderTags()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DLevelListDrawable.java96 || type != XmlPullParser.END_TAG)) { in inflate()
DStateListDrawable.java130 || type != XmlPullParser.END_TAG)) { in inflate()
DAnimationDrawable.java241 ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in inflate()
DClipDrawable.java88 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
DScaleDrawable.java102 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
DRotateDrawable.java233 (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
DAnimatedRotateDrawable.java243 (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
DShapeDrawable.java318 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
/frameworks/base/services/java/com/android/server/
DPackageManagerService.java837 && (type != XmlPullParser.END_TAG in readPermission()
839 if (type == XmlPullParser.END_TAG in readPermission()
5437 && (type != XmlPullParser.END_TAG in readXml()
5439 if (type == XmlPullParser.END_TAG in readXml()
5702 && (type != XmlPullParser.END_TAG in PreferredActivity()
5704 if (type == XmlPullParser.END_TAG in PreferredActivity()
6786 && (type != XmlPullParser.END_TAG in readLP()
6788 if (type == XmlPullParser.END_TAG in readLP()
6900 && (type != XmlPullParser.END_TAG in readPermissionsLP()
6902 if (type == XmlPullParser.END_TAG in readPermissionsLP()
[all …]
/frameworks/base/core/java/com/google/android/util/
DSimplePullParser.java168 if (eventType == XmlPullParser.END_TAG && depth == parentDepth) { in nextTagOrText()
/frameworks/base/tools/aapt/
DResourceTable.cpp508 } else if (code == ResXMLTree::END_TAG) { in compileAttribute()
741 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
752 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
824 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
934 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
956 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
986 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1031 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1041 if (code == ResXMLTree::END_TAG) { in compileResourceFile()
1070 } else if (code == ResXMLTree::END_TAG) { in compileResourceFile()
[all …]
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java748 } else if (event == XmlResourceParser.END_TAG) { in loadKeyboard()
776 if (event == XmlResourceParser.END_TAG in skipToEndOfRow()
/frameworks/base/core/java/android/preference/
DGenericInflater.java465 while (((type = parser.next()) != parser.END_TAG || in rInflate()

12