Home | History | Annotate | Download | only in aapt

Lines Matching defs:depth

392     int depth = 0;
397 depth--;
398 if (depth < 0) {
406 depth++;
552 int depth = 0;
555 depth--;
561 depth++;
563 //printf("Depth %d tag %s\n", depth, tag.string());
564 if (depth == 1) {
571 } else if (depth == 2 && tag == "permission") {
579 } else if (depth == 2 && tag == "uses-permission") {
605 int depth = 0;
690 depth--;
691 if (depth < 2) {
693 } else if (depth < 3) {
714 } else if (depth < 4) {
735 depth++;
737 //printf("Depth %d, %s\n", depth, tag.string());
738 if (depth == 1) {
761 } else if (depth == 2) {
1025 depth--;
1036 } else if (depth == 3 && withinApplication) {
1099 } else if ((depth == 4) && (tag == "intent-filter")) {
1103 } else if ((depth == 5) && withinIntentFilter){