/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/ |
D | BridgeXmlBlockParserTest.java | 57 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/ |
D | BridgeXmlBlockParser.java | 247 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/ |
D | AliasActivity.java | 106 && (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/ |
D | XmlUtils.java | 44 && (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/ |
D | AnimationUtils.java | 95 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/ |
D | XmlBlock.java | 252 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()
|
D | ColorStateList.java | 186 || type != XmlPullParser.END_TAG)) { in inflate()
|
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/ |
D | ExpatPerformanceTest.java | 113 case XmlPullParser.END_TAG: in withPullParser()
|
D | GDataParseTest.java | 81 case XmlPullParser.END_TAG: in dumpXml()
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 599 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()
|
D | MenuInflater.java | 143 case XmlPullParser.END_TAG: in parseMenu()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 714 && (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/ |
D | LevelListDrawable.java | 96 || type != XmlPullParser.END_TAG)) { in inflate()
|
D | StateListDrawable.java | 130 || type != XmlPullParser.END_TAG)) { in inflate()
|
D | AnimationDrawable.java | 241 ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in inflate()
|
D | ClipDrawable.java | 88 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
|
D | ScaleDrawable.java | 102 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
|
D | RotateDrawable.java | 233 (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
|
D | AnimatedRotateDrawable.java | 243 (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
|
D | ShapeDrawable.java | 318 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
|
/frameworks/base/services/java/com/android/server/ |
D | PackageManagerService.java | 837 && (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/ |
D | SimplePullParser.java | 168 if (eventType == XmlPullParser.END_TAG && depth == parentDepth) { in nextTagOrText()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 508 } 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/ |
D | Keyboard.java | 748 } else if (event == XmlResourceParser.END_TAG) { in loadKeyboard() 776 if (event == XmlResourceParser.END_TAG in skipToEndOfRow()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 465 while (((type = parser.next()) != parser.END_TAG || in rInflate()
|