Home
last modified time | relevance | path

Searched refs:showHelp (Results 1 – 10 of 10) sorted by relevance

/external/catch2/include/internal/
Dcatch_session.cpp155 void Session::showHelp() const { in showHelp() function in Catch::Session
186 if( m_configData.showHelp ) in applyCommandLine()
187 showHelp(); in applyCommandLine()
255 if (m_configData.showHelp || m_configData.libIdentify) { in runInternal()
Dcatch_config.hpp38 bool showHelp = false; member
91 bool showHelp() const;
Dcatch_config.cpp48 bool Config::showHelp() const { return m_data.showHelp; } in showHelp() function in Catch::Config
Dcatch_session.h25 void showHelp() const;
Dcatch_commandline.cpp126 | Help( config.showHelp ) in makeCommandLineParser()
/external/parameter-framework/upstream/test/test-platform/
Dmain.cpp58 static void showHelp() in showHelp() function
77 showHelp(); in main()
/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs2.java35 public boolean showHelp = false; field in CommandLineArgs2
/external/bcc/tests/cc/
Dcatch.hpp3486 showHelp( false ), in ConfigData()
3506 bool showHelp; member
3571 bool showHelp() const { return m_data.showHelp; } in showHelp() function in Catch::Config
4710 .bind( &ConfigData::showHelp ); in makeCommandLineParser()
6302 void showHelp( std::string const& processName ) { in showHelp() function in Catch::Session
6313 if( m_configData.showHelp ) in applyCommandLine()
6314 showHelp( m_configData.processName ); in applyCommandLine()
6348 if( m_configData.showHelp ) in run()
/external/catch2/single_include/catch2/
Dcatch.hpp4665 bool showHelp = false; member
4717 bool showHelp() const;
7893 | Help( config.showHelp ) in makeCommandLineParser()
8053 bool Config::showHelp() const { return m_data.showHelp; } in showHelp() function in Catch::Config
10785 void showHelp() const;
10982 void Session::showHelp() const { in showHelp() function in Catch::Session
11013 if( m_configData.showHelp ) in applyCommandLine()
11014 showHelp(); in applyCommandLine()
11082 if (m_configData.showHelp || m_configData.libIdentify) { in runInternal()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java314 System.out.println(HELP_TEXT1 + fixList.showHelp() + HELP_TEXT2); in main()
966 String showHelp() { in showHelp() method in CLDRModify.FixList