Searched defs:Printer (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DPrinter.java25 public interface Printer { interface
/frameworks/base/tools/aapt2/text/
H A DPrinter.h28 // An indenting Printer that helps write formatted text to the OutputStream.
29 class Printer { class in namespace:aapt::text
31 explicit Printer(::aapt::io::OutputStream* out) : out_(out) { function in class:aapt::text::Printer
34 Printer& Print(const ::android::StringPiece& str);
35 Printer& Println(const ::android::StringPiece& str);
36 Printer& Println();
42 DISALLOW_COPY_AND_ASSIGN(Printer);

Completed in 120 milliseconds