Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.h112 virtual void PrettyPrint(text::Printer* printer) const;
171 void PrettyPrint(text::Printer* printer) const override;
174 void PrettyPrint(const android::StringPiece& package, text::Printer* printer) const;
237 void PrettyPrint(text::Printer* printer) const override;
288 void PrettyPrint(text::Printer* printer) const override;
DDebug.cpp109 ref->PrettyPrint(package_, printer_); in VisitItem()
111 item->PrettyPrint(printer_); in VisitItem()
241 ref->PrettyPrint(package_, printer_); in PrintItem()
243 item.PrettyPrint(printer_); in PrintItem()
490 attr.compiled_value->PrettyPrint(printer_); in Visit()
DResourceValues.cpp39 void Value::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::Value
204 void Reference::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::Reference
208 void Reference::PrettyPrint(const StringPiece& package, Printer* printer) const { in PrettyPrint() function in aapt::Reference
281 void String::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::String
474 void BinaryPrimitive::PrettyPrint(Printer* printer) const { in PrettyPrint() function in aapt::BinaryPrimitive