Searched refs:LinePrinter (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/client/ |
D | line_printer.cpp | 48 LinePrinter::LinePrinter() : have_blank_line_(true) { in LinePrinter() function in LinePrinter 70 void LinePrinter::Print(string to_print, LineType type) { in Print() 130 void LinePrinter::KeepInfoLine() { in KeepInfoLine()
|
D | line_printer.h | 23 struct LinePrinter { struct 24 LinePrinter();
|
D | file_sync_client.cpp | 163 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress() 202 lp.Print(output, LinePrinter::LineType::INFO); in ReportProgress() 208 void ReportTransferRate(LinePrinter& lp, const std::string& name, TransferDirection direction) { in ReportTransferRate() 221 lp.Print(ss.str(), LinePrinter::LineType::INFO); in ReportTransferRate() 883 line_printer_.Print(s, LinePrinter::INFO); in Printf() 894 line_printer_.Print(s, LinePrinter::INFO); in Println() 906 line_printer_.Print(s, LinePrinter::ERROR); in Error() 917 line_printer_.Print(s, LinePrinter::WARNING); in Warning() 953 LinePrinter line_printer_;
|
D | bugreport.h | 46 LinePrinter line_printer_;
|
D | bugreport.cpp | 287 LinePrinter::INFO); in UpdateProgress()
|