Searched refs:Print (Results 1 – 13 of 13) sorted by relevance
/system/core/cli-test/ |
D | cli-test.cpp | 66 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/ |
D | bootio_collector.h | 29 void Print();
|
D | bootio.cpp | 57 collector->Print(); in PrintBootIo()
|
D | bootio_collector.cpp | 362 void BootioCollector::Print() { in Print() function in BootioCollector
|
/system/apex/apexer/ |
D | conv_apex_manifest.py | 74 def Print(args): function 102 parser_print.set_defaults(func=Print)
|
/system/core/libprocessgroup/ |
D | cgroup_map.h | 72 void Print() const;
|
D | cgroup_map.cpp | 164 void CgroupMap::Print() const { in Print() function in CgroupMap
|
/system/testing/gtest_extras/ |
D | Test.cpp | 59 void Test::Print() { in Print() function in android::gtest_extras::Test
|
D | Test.h | 41 void Print();
|
D | Isolate.cpp | 339 test->Print(); in CheckTestsFinished()
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 58 # 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/ |
D | README.md | 280 - **-h**: Print gtest's help message
|
/system/libvintf/ |
D | parse_xml.cpp | 74 d->Print(&p); in printDocument()
|