Lines Matching defs:depth
331 int depth = 0;
336 depth--;
337 if (depth < 0) {
345 depth++;
411 int depth = 0;
415 depth--;
423 if (depth == 0 && tag == serviceTagName) {
428 depth++;
436 if (depth == 1) {
440 } else if (depth == 2 && withinApduService) {
714 int depth = 0;
717 depth--;
723 depth++;
730 //printf("Depth %d tag %s\n", depth, tag.string());
731 if (depth == 1) {
738 } else if (depth == 2 && tag == "permission") {
747 } else if (depth == 2 && tag == "uses-permission") {
777 int depth = 0;
898 depth--;
899 if (depth < 2) {
917 } else if (depth < 3) {
960 } else if (depth < 4) {
997 depth++;
1005 //printf("Depth %d, %s\n", depth, tag.string());
1006 if (depth == 1) {
1073 } else if (depth == 2) {
1421 depth--;
1433 } else if (depth == 3) {
1642 } else if (depth == 4) {
1703 } else if ((depth == 5) && withinIntentFilter) {