Lines Matching refs:type

779         int type;
780 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
781 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
782 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
856 int type;
857 while ((type=parser.next()) != XmlPullParser.START_TAG
858 && type != XmlPullParser.END_DOCUMENT) {
862 if (type != XmlPullParser.START_TAG) {
871 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
872 && (type != XmlPullParser.END_TAG
874 if (type == XmlPullParser.END_TAG
875 || type == XmlPullParser.TEXT) {
906 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
907 && (type != XmlPullParser.END_TAG
909 if (type == XmlPullParser.END_TAG
910 || type == XmlPullParser.TEXT) {
950 int type;
953 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
954 && (type != XmlPullParser.END_TAG
956 if (type == XmlPullParser.END_TAG
957 || type == XmlPullParser.TEXT) {
1152 int type;
1153 while ((type=parser.next()) != XmlPullParser.START_TAG
1154 && type != XmlPullParser.END_DOCUMENT) {
1158 if (type != XmlPullParser.START_TAG) {
1166 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
1167 && (type != XmlPullParser.END_TAG
1169 if (type == XmlPullParser.END_TAG
1170 || type == XmlPullParser.TEXT) {
1513 if (bp.type != BasePermission.TYPE_BUILTIN && bp.sourcePackage != null) {
1521 Log.v(PackageManagerService.TAG, "Writing perm: name=" + bp.name + " type="
1522 + bp.type);
1523 if (bp.type == BasePermission.TYPE_DYNAMIC) {
1526 serializer.attribute(null, "type", "dynamic");
1597 int type;
1598 while ((type = parser.next()) != XmlPullParser.START_TAG
1599 && type != XmlPullParser.END_DOCUMENT) {
1603 if (type != XmlPullParser.START_TAG) {
1613 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
1614 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
1615 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
1798 int type;
1799 while ((type = parser.next()) != XmlPullParser.START_TAG
1800 && type != XmlPullParser.END_DOCUMENT) {
1804 if (type != XmlPullParser.START_TAG) {
1848 int type;
1849 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
1850 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
1851 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
1859 final String ptype = parser.getAttributeValue(null, "type");
1952 int type;
1953 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
1954 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
1955 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
2154 int type;
2155 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
2156 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
2157 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
2186 int type;
2187 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
2188 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
2189 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
2214 int type;
2215 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
2216 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
2217 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
2276 int type;
2277 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
2278 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
2279 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
2303 int type;
2304 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
2305 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
2306 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
2751 pw.print(" type="); pw.print(p.type);