Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A 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;
287 void PrettyPrint(text::Printer* printer) const override;
H A 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()
493 attr.compiled_value->PrettyPrint(printer_); in Visit()
655 item->PrettyPrint(printer_); in PrintResValue()
H A 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
442 void BinaryPrimitive::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::BinaryPrimitive