Searched refs:innerDepth (Results 1 – 5 of 5) sorted by relevance
195 int innerDepth = parser.getDepth() + 1; in parseXml() local197 && ((depth = parser.getDepth()) >= innerDepth in parseXml()199 if (depth > innerDepth || type != XmlResourceParser.START_TAG) { in parseXml()230 int innerDepth = parser.getDepth() + 1; in parseRoles() local232 && ((depth = parser.getDepth()) >= innerDepth in parseRoles()234 if (depth > innerDepth || type != XmlResourceParser.START_TAG) { in parseRoles()285 int innerDepth = parser.getDepth() + 1; in parsePermissionSet() local287 && ((depth = parser.getDepth()) >= innerDepth in parsePermissionSet()289 if (depth > innerDepth || type != XmlResourceParser.START_TAG) { in parsePermissionSet()467 int innerDepth = parser.getDepth() + 1; in parseRole() local[all …]
125 int innerDepth = parser.getDepth() + 1; in parseXml() local127 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in parseXml()128 if (depth > innerDepth || type != XmlPullParser.START_TAG) { in parseXml()149 int innerDepth = parser.getDepth() + 1; in parseRoles() local151 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in parseRoles()152 if (depth > innerDepth || type != XmlPullParser.START_TAG) { in parseRoles()176 int innerDepth = parser.getDepth() + 1; in parseRoleHolders() local178 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in parseRoleHolders()179 if (depth > innerDepth || type != XmlPullParser.START_TAG) { in parseRoleHolders()
129 int innerDepth = parser.getDepth() + 1; in parseXml() local131 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in parseXml()132 if (depth > innerDepth || type != XmlPullParser.START_TAG) { in parseXml()158 int innerDepth = parser.getDepth() + 1; in parseRuntimePermissions() local160 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in parseRuntimePermissions()161 if (depth > innerDepth || type != XmlPullParser.START_TAG) { in parseRuntimePermissions()193 int innerDepth = parser.getDepth() + 1; in parsePermissions() local195 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in parsePermissions()196 if (depth > innerDepth || type != XmlPullParser.START_TAG) { in parsePermissions()
244 int innerDepth = parser.getDepth(); in parseAudioContexts() local246 && (type != XmlResourceParser.END_TAG || parser.getDepth() > innerDepth)) { in parseAudioContexts()
350 final int innerDepth = parser.getDepth() + 1; in inflateLayers() local355 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { in inflateLayers()360 if (depth > innerDepth) { in inflateLayers()