Home
last modified time | relevance | path

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

/system/core/cli-test/
Dcli-test.cpp66 static void Print(Color c, const char* lhs, const char* fmt, ...) { in Print() function
216 Print(kGreen, "[==========]", " Running %zu tests.", tests.size()); in RunTests()
221 Print(kGreen, "[ RUN ]", " %s", test.name.c_str()); in RunTests()
262 Print(kRed, "[ FAILED ]", " %s (%s)", test.name.c_str(), duration.str().c_str()); in RunTests()
264 Print(kGreen, "[ OK ]", " %s (%s)", test.name.c_str(), duration.str().c_str()); in RunTests()
272 Print(kGreen, "[==========]", " %zu tests ran. (%s total)", tests.size(), duration.str().c_str()); in RunTests()
276 Print(kGreen, "[ PASSED ]", " %zu test%s.", pass_count, Plural(pass_count)); in RunTests()
278 Print(kRed, "[ FAILED ]", " %zu test%s.", fail_count, Plural(fail_count)); in RunTests()
280 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.cc96 sdp_discovery_db.Print(stdout); in sdp_query_uuid()
/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/libvintf/
Dparse_xml.cpp67 d->Print(&p); in printDocument()
/system/core/fastboot/fuzzy_fastboot/
DREADME.md280 - **-h**: Print gtest's help message