Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 6 of 6) sorted by relevance

/system/core/adb/
Dline_printer.h33 void Print(std::string to_print, LineType type);
Dline_printer.cpp68 void LinePrinter::Print(string to_print, LineType type) { in Print() function in LinePrinter
Dfile_sync_client.cpp177 lp.Print(output, LinePrinter::LineType::INFO); in ReportProgress()
194 lp.Print(ss.str(), LinePrinter::LineType::INFO); in ReportTransferRate()
522 line_printer_.Print(s, LinePrinter::INFO); in Printf()
533 line_printer_.Print(s, LinePrinter::INFO); in Println()
545 line_printer_.Print(s, LinePrinter::ERROR); in Error()
556 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
Dbugreport.cpp272 line_printer_.Print( in UpdateProgress()
/system/extras/simpleperf/
DREADME.md57 # Print help message for record subcommand.
181 # Print stat for process 11904 every 300ms.
184 # Print system wide stat at interval of 300ms for 10 seconds (rooted device only).
/system/libvintf/
Dparse_xml.cpp53 d->Print(&p); in printDocument()