Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dbugreport.h30 Bugreport() : line_printer_() { in Bugreport()
46 LinePrinter line_printer_; variable
Dfile_sync_client.cpp266 line_printer_.KeepInfoLine(); in ~SyncConnection()
296 line_printer_.quiet_ = quiet; in SetQuiet()
325 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()
329 current_ledger_.ReportTransferRate(line_printer_, file, direction); in ReportTransferRate()
334 global_ledger_.ReportTransferRate(line_printer_, "", direction); in ReportOverallTransferRate()
902 line_printer_.Print(s, LinePrinter::INFO); in Printf()
913 line_printer_.Print(s, LinePrinter::INFO); in Println()
914 line_printer_.KeepInfoLine(); in Println()
925 line_printer_.Print(s, LinePrinter::ERROR); in Error()
936 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
[all …]
Dbugreport.cpp286 line_printer_.Print( in UpdateProgress()