Searched refs:GetHelp (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectMultiword.cpp203 std::string help_text (pos->second->GetHelp());
215 pos->second->GetHelp(),
329 commands_help.AppendString (sub_cmd_obj->GetHelp());
H A DCommandObjectHelp.cpp80 m_interpreter.GetHelp (result, cmd_types); // General help
H A DCommandObjectCommands.cpp917 m_options.GetHelp (),
1215 GetHelp () function in class:CommandObjectCommandsAddRegex::CommandOptions
1861 m_interpreter.GetHelp(result,
/external/lldb/include/lldb/API/
H A DSBCommandInterpreter.h173 GetHelp ();
/external/lldb/source/Interpreter/
H A DCommandObject.cpp74 CommandObject::GetHelp () function in class:CommandObject
451 const char *short_help = GetHelp();
914 std::string help_text (GetHelp());
919 interpreter.OutputFormattedHelpText (output_strm, "", "", GetHelp(), 1);
949 std::string help_text (GetHelp());
954 interpreter.OutputFormattedHelpText (output_strm, "", "", GetHelp(), 1);
965 std::string help_text (GetHelp());
970 interpreter.OutputFormattedHelpText (output_strm, "", "", GetHelp(), 1);
H A DCommandInterpreter.cpp1064 CommandInterpreter::GetHelp (CommandReturnObject &result, function in class:CommandInterpreter
1078 OutputFormattedHelpText (result.GetOutputStream(), pos->first.c_str(), "--", pos->second->GetHelp(),
1100 translation_and_help.Printf ("(%s) %s", sstr.GetData(), pos->second->GetHelp());
1114 OutputFormattedHelpText (result.GetOutputStream(), pos->first.c_str(), "--", pos->second->GetHelp(),
2834 commands_help.AppendString (cmd_obj->GetHelp());
2856 commands_help.AppendString (cmd_obj->GetHelp());
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp455 SBCommand::GetHelp () function in class:SBCommand
458 return m_opaque_sp->GetHelp ();
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h272 GetHelp (CommandReturnObject &result,
H A DCommandObject.h102 GetHelp ();
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py1357 return self.GetHelp()
1359 def GetHelp(self, prefix=''): member in class:FlagValues
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py1357 return self.GetHelp()
1359 def GetHelp(self, prefix=''): member in class:FlagValues

Completed in 2440 milliseconds