Home
last modified time | relevance | path

Searched refs:PrettyPrint (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues.h110 virtual void PrettyPrint(text::Printer* printer) const;
176 void PrettyPrint(text::Printer* printer) const override;
179 void PrettyPrint(android::StringPiece package, text::Printer* printer) const;
239 void PrettyPrint(text::Printer* printer) const override;
288 void PrettyPrint(text::Printer* printer) const override;
DDebug.cpp119 ref->PrettyPrint(package_, printer_); in VisitItem()
121 item->PrettyPrint(printer_); in VisitItem()
249 ref->PrettyPrint(package_, printer_); in PrintItem()
251 item.PrettyPrint(printer_); in PrintItem()
503 attr.compiled_value->PrettyPrint(printer_); in Visit()
665 item->PrettyPrint(printer_); in PrintResValue()
DResourceValues.cpp39 void Value::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::Value
205 void Reference::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::Reference
209 void Reference::PrettyPrint(StringPiece package, Printer* printer) const { in PrettyPrint() function in aapt::Reference
270 void String::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::String
457 void BinaryPrimitive::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::BinaryPrimitive