Lines Matching refs:depth
397 int depth = 0;
402 depth--;
403 if (depth < 0) {
411 depth++;
449 int depth = 0;
453 depth--;
456 if (depth == 0 && tag == serviceTagName) {
461 depth++;
464 if (depth == 1) {
468 } else if (depth == 2 && withinApduService) {
618 int depth = 0;
621 depth--;
627 depth++;
629 //printf("Depth %d tag %s\n", depth, tag.string());
630 if (depth == 1) {
637 } else if (depth == 2 && tag == "permission") {
645 } else if (depth == 2 && tag == "uses-permission") {
675 int depth = 0;
795 depth--;
796 if (depth < 2) {
812 } else if (depth < 3) {
840 } else if (depth < 4) {
868 depth++;
870 //printf("Depth %d, %s\n", depth, tag.string());
871 if (depth == 1) {
894 } else if (depth == 2) {
1187 depth--;
1198 } else if (depth == 3) {
1313 } else if (depth == 4) {
1367 } else if ((depth == 5) && withinIntentFilter){