Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Dcmd_stat.cpp58 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
Dcmd_help.cpp41 bool HelpCommand::Run(const std::vector<std::string>& args) { in Run() function in HelpCommand
Dcmd_dumprecord.cpp53 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
Dcmd_list.cpp49 bool ListCommand::Run(const std::vector<std::string>& args) { in Run() function in ListCommand
Dcommand_test.cpp26 bool Run(const std::vector<std::string>&) override { in Run() function in MockCommand
Dcmd_record.cpp86 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
/system/core/liblog/tests/
Dbenchmark_main.cpp121 void Run(Benchmark* b) { in Run() function