/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 | 357 void BootioCollector::Print() { in Print() function in BootioCollector
|
/system/bt/test/headless/sdp/ |
D | sdp_db.h | 37 void Print(FILE* filep) const;
|
D | sdp_db.cc | 41 void SdpDb::Print(FILE* filep) const { in Print() function in SdpDb
|
D | sdp.cc | 96 sdp_discovery_db.Print(stdout); in sdp_query_uuid()
|
/system/apex/apexer/ |
D | conv_apex_manifest.py | 74 def Print(args): function 102 parser_proto.set_defaults(func=Print)
|
/system/core/libprocessgroup/ |
D | cgroup_map.h | 70 void Print() const;
|
D | cgroup_map.cpp | 161 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/bt/gd/shim/ |
D | dumpsys_test.cc | 82 void Print() { in Print() function in testing::DumpsysTest
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 87 # 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/ |
D | parse_xml.cpp | 67 d->Print(&p); in printDocument()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 280 - **-h**: Print gtest's help message
|