Home
last modified time | relevance | path

Searched refs:CommandLine (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/cmds/src/
Dcommand_line.cpp26 CommandLine& CommandLine::GetInstance() in GetInstance()
28 static CommandLine commandLine; in GetInstance()
32 CommandLine::CommandLine() in CommandLine() function in CommandLine
36 CommandLine::~CommandLine() {} in ~CommandLine()
38 void CommandLine::AddParamText(const std::string& filter1, in AddParamText()
55 void CommandLine::AddParamSwitch(const std::string& filter1, in AddParamSwitch()
80 int CommandLine::CheckParam(const std::string& s1, const std::string& s2) in CheckParam()
112 int CommandLine::AnalyzeParam(std::vector<std::string> argv) in AnalyzeParam()
124 void CommandLine::PrintHelp() in PrintHelp()
Dmain.cpp355 void ParseCmdline(CommandLine& cmdLine, DataContext& data) in ParseCmdline()
570 CommandLine& cmdLine = CommandLine::GetInstance(); in main()
/developtools/profiler/device/cmds/include/
Dcommand_line.h52 class CommandLine {
54 static CommandLine& GetInstance();
67 CommandLine();
68 ~CommandLine();