Home
last modified time | relevance | path

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

/system/core/adb/
Dbugreport.h30 Bugreport() : line_printer_() { in Bugreport()
46 LinePrinter line_printer_; variable
Dfile_sync_client.cpp232 line_printer_.KeepInfoLine(); in ~SyncConnection()
268 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()
272 current_ledger_.ReportTransferRate(line_printer_, file, direction); in ReportTransferRate()
277 global_ledger_.ReportTransferRate(line_printer_, "", direction); in ReportOverallTransferRate()
522 line_printer_.Print(s, LinePrinter::INFO); in Printf()
533 line_printer_.Print(s, LinePrinter::INFO); in Println()
534 line_printer_.KeepInfoLine(); in Println()
545 line_printer_.Print(s, LinePrinter::ERROR); in Error()
556 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
584 LinePrinter line_printer_; member in SyncConnection
Dbugreport.cpp272 line_printer_.Print( in UpdateProgress()