Home | History | Annotate | Download | only in aapt

Lines Matching full:indent

2047 static const char* getIndentSpace(int indent)
2052 return whitespace + sizeof(whitespace) - 1 - indent*4;
2110 const sp<AaptSymbols>& symbols, int indent, bool /* includePrivate */)
2115 const char* indentStr = getIndentSpace(indent);
2130 getIndentSpace(indent+1), nclassName.string(), nclassName.string(),
2139 const sp<AaptSymbols>& symbols, const String8& className, int indent)
2156 getIndentSpace(indent), className.string(), flat_name.string(),
2166 fp, assets, nsymbols, indent, includePrivate);
2169 nclassName, indent);
2181 const sp<AaptSymbols>& symbols, int indent, bool includePrivate, bool nonConstantId)
2183 const char* indentStr = getIndentSpace(indent);
2188 indent++;
2193 indentStr = getIndentSpace(indent);
2314 fprintf(fp, "%s */\n", getIndentSpace(indent));
2322 getIndentSpace(indent+1));
2327 fprintf(fp, ",\n%s", getIndentSpace(indent+1));
2415 indent--;
2416 fprintf(fp, "%s};\n", getIndentSpace(indent));
2518 const sp<AaptSymbols>& symbols, const String8& className, int indent,
2522 getIndentSpace(indent),
2523 indent != 0 ? "static " : "", className.string());
2524 indent++;
2552 getIndentSpace(indent), cmt.string());
2561 "%s/** %s\n", getIndentSpace(indent), cmt.string());
2564 "%s %s\n", getIndentSpace(indent), cmt.string());
2568 fprintf(fp,"%s */\n", getIndentSpace(indent));
2570 ann.printAnnotations(fp, getIndentSpace(indent));
2572 getIndentSpace(indent),
2593 getIndentSpace(indent), cmt.string(),
2594 getIndentSpace(indent));
2596 ann.printAnnotations(fp, getIndentSpace(indent));
2598 getIndentSpace(indent),
2612 indent, nonConstantId, false);
2620 err = writeLayoutClasses(fp, assets, styleableSymbols, indent, includePrivate, nonConstantId);
2628 getIndentSpace(indent));
2629 writeResourceLoadedCallback(fp, assets, includePrivate, symbols, className, indent + 1);
2630 fprintf(fp, "%s}\n", getIndentSpace(indent));
2633 indent--;
2634 fprintf(fp, "%s}\n", getIndentSpace(indent));