/system/extras/simpleperf/ |
D | cmd_record_test.cpp | 37 ASSERT_TRUE(record_cmd->Run({"record", "sleep", "1"})); in TEST_F() 41 ASSERT_TRUE(record_cmd->Run({"record", "-a", "sleep", "1"})); in TEST_F() 45 ASSERT_TRUE(record_cmd->Run({"record", "-c", "100000", "sleep", "1"})); in TEST_F() 49 ASSERT_TRUE(record_cmd->Run({"record", "-e", "cpu-clock", "sleep", "1"})); in TEST_F() 53 ASSERT_TRUE(record_cmd->Run({"record", "-f", "99", "sleep", "1"})); in TEST_F() 54 ASSERT_TRUE(record_cmd->Run({"record", "-F", "99", "sleep", "1"})); in TEST_F() 58 ASSERT_TRUE(record_cmd->Run({"record", "-o", "perf2.data", "sleep", "1"})); in TEST_F() 62 ASSERT_TRUE(record_cmd->Run({"record", "sleep", "1"})); in TEST_F() 81 ASSERT_TRUE(record_cmd->Run({"record", "sleep", "1"})); in TEST_F()
|
D | cmd_stat_test.cpp | 33 ASSERT_TRUE(stat_cmd->Run({"stat", "sleep", "1"})); in TEST_F() 37 ASSERT_TRUE(stat_cmd->Run({"stat", "-e", "cpu-clock,task-clock", "sleep", "1"})); in TEST_F() 41 ASSERT_TRUE(stat_cmd->Run({"stat", "-a", "sleep", "1"})); in TEST_F() 45 ASSERT_TRUE(stat_cmd->Run({"stat", "--verbose", "sleep", "1"})); in TEST_F()
|
D | cmd_dumprecord_test.cpp | 35 ASSERT_TRUE(record_cmd->Run({"record", "-a", "sleep", "1"})); in TEST_F() 36 ASSERT_TRUE(dumprecord_cmd->Run({"dump"})); in TEST_F() 40 ASSERT_TRUE(record_cmd->Run({"record", "-a", "-o", "perf2.data", "sleep", "1"})); in TEST_F() 41 ASSERT_TRUE(dumprecord_cmd->Run({"dump", "perf2.data"})); in TEST_F()
|
D | cmd_list.cpp | 46 bool Run(const std::vector<std::string>& args) override; 49 bool ListCommand::Run(const std::vector<std::string>& args) { in Run() function in ListCommand
|
D | cmd_help.cpp | 34 bool Run(const std::vector<std::string>& args) override; 41 bool HelpCommand::Run(const std::vector<std::string>& args) { in Run() function in HelpCommand
|
D | cmd_stat.cpp | 44 bool Run(const std::vector<std::string>& args); 58 bool StatCommandImpl::Run(const std::vector<std::string>& args) { in Run() function in StatCommandImpl 233 bool Run(const std::vector<std::string>& args) override { in Run() function in StatCommand 238 return impl.Run(args); in Run()
|
D | cmd_dumprecord.cpp | 38 bool Run(const std::vector<std::string>& args); 53 bool DumpRecordCommandImpl::Run(const std::vector<std::string>& args) { in Run() function in DumpRecordCommandImpl 198 bool Run(const std::vector<std::string>& args) override { in Run() function in DumpRecordCommand 200 return impl.Run(args); in Run()
|
D | cmd_list_test.cpp | 24 ASSERT_TRUE(list_cmd->Run({"list"})); in TEST()
|
D | cmd_record.cpp | 55 bool Run(const std::vector<std::string>& args); 86 bool RecordCommandImpl::Run(const std::vector<std::string>& args) { in Run() function in RecordCommandImpl 382 bool Run(const std::vector<std::string>& args) override { in Run() function in RecordCommand 384 return impl.Run(args); in Run()
|
D | command_test.cpp | 26 bool Run(const std::vector<std::string>&) override { in Run() function in MockCommand
|
D | main.cpp | 49 bool result = command->Run(args); in main()
|
D | command.h | 49 virtual bool Run(const std::vector<std::string>& args) = 0;
|
/system/core/liblog/tests/ |
D | benchmark_main.cpp | 121 void Run(Benchmark* b) { in Run() function 233 Run(b); in main()
|
/system/extras/tests/sdcard/ |
D | README | 35 Run a simple test:
|
/system/core/adb/ |
D | SERVICES.TXT | 156 Run 'command arg1 arg2 ...' in a shell on the device, and return
|