Home | History | Annotate | Download | only in aapt

Lines Matching defs:depth

386 static String8 make_prefix(int depth)
390 for (i=0; i<depth; i++) {
422 int depth = 0;
424 String8 prefix = make_prefix(depth);
438 depth++;
439 prefix = make_prefix(depth);
474 depth--;
488 depth++;
490 depth--;
501 prefix = make_prefix(depth);
507 prefix = make_prefix(depth);