Home
last modified time | relevance | path

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

/system/core/cli-test/
Dcli-test.cpp66 static void Print(Color c, const char* lhs, const char* fmt, ...) { in Print() function
209 Print(kGreen, "[==========]", " Running %zu tests.", tests.size()); in RunTests()
214 Print(kGreen, "[ RUN ]", " %s", test.name.c_str()); in RunTests()
255 Print(kRed, "[ FAILED ]", " %s (%s)", test.name.c_str(), duration.str().c_str()); in RunTests()
257 Print(kGreen, "[ OK ]", " %s (%s)", test.name.c_str(), duration.str().c_str()); in RunTests()
265 Print(kGreen, "[==========]", " %zu tests ran. (%s total)", tests.size(), duration.str().c_str()); in RunTests()
269 Print(kGreen, "[ PASSED ]", " %zu test%s.", pass_count, Plural(pass_count)); in RunTests()
271 Print(kRed, "[ FAILED ]", " %zu test%s.", fail_count, Plural(fail_count)); in RunTests()
273 Print(kRed, "[ FAILED ]", " %s", failure.c_str()); in RunTests()
/system/extras/boottime_tools/bootio/
Dbootio_collector.h29 void Print();
Dbootio.cpp57 collector->Print(); in PrintBootIo()
Dbootio_collector.cpp357 void BootioCollector::Print() { in Print() function in BootioCollector
/system/bt/test/headless/sdp/
Dsdp_db.h37 void Print(FILE* filep) const;
Dsdp_db.cc41 void SdpDb::Print(FILE* filep) const { in Print() function in SdpDb
Dsdp.cc95 sdp_discovery_db.Print(stdout); in sdp_query_uuid()
/system/core/adb/client/
Dline_printer.h33 void Print(std::string to_print, LineType type);
Dline_printer.cpp70 void LinePrinter::Print(string to_print, LineType type) { in Print() function in LinePrinter
Dbugreport.cpp275 line_printer_.Print( in UpdateProgress()
Dfile_sync_client.cpp202 lp.Print(output, LinePrinter::LineType::INFO); in ReportProgress()
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()
/system/apex/apexer/
Dconv_apex_manifest.py74 def Print(args): function
102 parser_proto.set_defaults(func=Print)
/system/core/libprocessgroup/
Dcgroup_map.h70 void Print() const;
Dcgroup_map.cpp161 void CgroupMap::Print() const { in Print() function in CgroupMap
/system/testing/gtest_extras/
DTest.cpp59 void Test::Print() { in Print() function in android::gtest_extras::Test
DTest.h41 void Print();
DIsolate.cpp339 test->Print(); in CheckTestsFinished()
/system/bt/gd/shim/
Ddumpsys_test.cc82 void Print() { in Print() function in testing::DumpsysTest
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md87 # Print help message for record command.
247 # Print stat for process 11904 every 300ms.
250 # Print system wide stat at interval of 300ms for 10 seconds. Note that system wide profiling needs
279 # Print event counts for each thread in process 11904. Event counts for threads created after
283 # Print event counts for all threads running in the system every 1s. Threads not running will not
287 # Print event counts for all threads running in the system every 1s. Event counts for threads
304 # Print event counts for each cpu running threads in process 11904.
318 # Print event counts for each cpu system wide.
321 # Print cpu-cycle event counts for each cpu for each thread running in the system.
/system/core/fastboot/fuzzy_fastboot/
DREADME.md280 - **-h**: Print gtest's help message
/system/libvintf/
Dparse_xml.cpp62 d->Print(&p); in printDocument()