Lines Matching defs:depth
393 int depth = 0;
398 depth--;
399 if (depth < 0) {
407 depth++;
559 int depth = 0;
562 depth--;
568 depth++;
570 //printf("Depth %d tag %s\n", depth, tag.string());
571 if (depth == 1) {
578 } else if (depth == 2 && tag == "permission") {
586 } else if (depth == 2 && tag == "uses-permission") {
612 int depth = 0;
711 depth--;
712 if (depth < 2) {
714 } else if (depth < 3) {
735 } else if (depth < 4) {
756 depth++;
758 //printf("Depth %d, %s\n", depth, tag.string());
759 if (depth == 1) {
782 } else if (depth == 2) {
1069 depth--;
1080 } else if (depth == 3 && withinApplication) {
1143 } else if ((depth == 4) && (tag == "intent-filter")) {
1147 } else if ((depth == 5) && withinIntentFilter){