Searched refs:Print (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dline_printer.h33 void Print(std::string to_print, LineType type);
H A Dline_printer.cpp68 void LinePrinter::Print(string to_print, LineType type) { function in class:LinePrinter
74 // Print over previous line, if any.
H A Dfile_sync_client.cpp177 lp.Print(output, LinePrinter::LineType::INFO);
194 lp.Print(ss.str(), LinePrinter::LineType::INFO);
522 line_printer_.Print(s, LinePrinter::INFO);
533 line_printer_.Print(s, LinePrinter::INFO);
545 line_printer_.Print(s, LinePrinter::ERROR);
556 line_printer_.Print(s, LinePrinter::WARNING);
H A Dbugreport.cpp272 line_printer_.Print(
/system/libvintf/
H A Dparse_xml.cpp53 d->Print(&p);

Completed in 72 milliseconds