Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 13 of 13) 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.cpp362 void BootioCollector::Print() { in Print() function in BootioCollector
/system/apex/apexer/
Dconv_apex_manifest.py74 def Print(args): function
102 parser_print.set_defaults(func=Print)
/system/core/libprocessgroup/
Dcgroup_map.h72 void Print() const;
Dcgroup_map.cpp164 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/extras/simpleperf/doc/
Dexecutable_commands_reference.md58 # Print help message for record command.
257 # Print stat for process 11904 every 300ms.
260 # Print system wide stat at interval of 300ms for 10 seconds. Note that system wide profiling needs
289 # Print event counts for each thread in process 11904. Event counts for threads created after
293 # Print event counts for all threads running in the system every 1s. Threads not running will not
297 # Print event counts for all threads running in the system every 1s. Event counts for threads
314 # Print event counts for each cpu running threads in process 11904.
329 # Print event counts for each cpu system wide.
332 # 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.cpp74 d->Print(&p); in printDocument()