HomeSort by relevance Sort by last modified time
    Searched defs:Help (Results 1 - 25 of 49) sorted by null

1 2

  /external/toolchain-utils/crosperf/
help.py 2 """Module to print help message."""
13 class Help(object):
14 """The help class."""
  /device/linaro/bootloader/edk2/DuetPkg/
PostBuild.bat 65 @goto Help
67 :Help
CreateBootDisk.bat 26 @if "%1"=="" goto Help
27 @if "%2"=="" goto Help
28 @if "%3"=="" goto Help
44 goto Help
141 @goto Help
143 :Help
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.h 34 Help,
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
command_utils_test.cpp 32 EXPECT_EQ(CommandUtils::getCommandType("help"), CommandType::Help);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Help.java 26 * Handles app help.
28 public class Help {
33 public Help(Context context, Config config) {
46 inflater.inflate(R.menu.help, menu);
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderShellApp.c 78 Print the help.
89 CHAR16 *Help;
94 // Print the help line by line as it is too big to be printed at once.
97 Help = HiiGetString (mLinuxLoaderHiiHandle, STRING_TOKEN (STR_HELP), Language);
98 if (Help != NULL) {
99 Walker = Help;
111 FreePool (Help);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EblAddCommand.h 42 CHAR8 *Help;
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 97 class Help(command_line.OptparseCommand):
98 """Display help information about a command"""
120 print >> sys.stderr, ('"%s help <command>" to see usage information '
374 if len(sys.argv) > 1 and sys.argv[1] == '--help':
375 sys.argv[1] = 'help'
384 if command_name == 'help' and len(sys.argv) > 2 and sys.argv[2] == 'run':
386 sys.argv[2] = '--help'
390 all_commands = [Help, List, Run] + extra_commands
427 if command == Help:
  /external/llvm/lib/MC/
SubtargetFeature.cpp 93 /// Display help for feature choices.
95 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable,
240 // Check if help is needed
241 if (CPU == "help")
242 Help(CPUTable, FeatureTable);
267 // Check for help
268 if (Feature == "+help")
269 Help(CPUTable, FeatureTable);
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 93 // Check the help text.
94 std::string Help;
95 raw_string_ostream RSO(Help);
97 EXPECT_NE(std::string::npos, Help.find("-A"));
  /external/swiftshader/third_party/LLVM/lib/MC/
SubtargetFeature.cpp 146 /// Display help for feature choices.
148 static void Help(const SubtargetFeatureKV *CPUTable, size_t CPUTableSize,
281 // Check if help is needed
282 if (CPU == "help")
283 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize);
310 // Check for help
311 if (Feature == "+help")
312 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 95 if ((stricmp(Argv[Index], "-h") == 0) || (stricmp(Argv[Index], "--help") == 0)) {
413 CONST CHAR8 *Help[] = {
421 " -h, --help prints this help",
442 for (Index = 0; Help[Index] != NULL; Index++) {
443 fprintf (stdout, "%s\n", Help[Index]);
453 CONST CHAR8 *Help[] = {
457 for (Index = 0; Help[Index] != NULL; Index++) {
458 fprintf (stdout, "%s\n", Help[Index]);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
EdkIIGlueDefinitionChangesBase.h 60 STRING_REF Help; // The string Token for the context-help
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 701 EFI_STRING_ID Help;
791 // Add the message of the Module itself provided as the help.
804 Help = HiiSetString (mDriverHealthManagerHiiHandle, 0, String, NULL);
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 39 struct Help { typedef bool ValueType; };
102 addOption(Option<Help>("h", "help", "Show this help"));
151 DE_ASSERT(!dst->m_options.get<Help>());
238 // Help specified?
239 if (dst->m_options.get<Help>())
245 void Parser::help (std::ostream& str) const function in class:de::cmdline::detail::Parser
372 const char* args[] = { "--help" };
415 parser.help(err)
    [all...]
  /external/ltp/lib/
parse_opts.c 86 char *help; member in struct:std_option_t
90 {"h", " -h Show this help screen\n", NULL, NULL},
135 if (std_options[i].help)
136 printf("%s", std_options[i].help);
229 case 'h': /* Help */
665 int Help = 0;
674 {"help", &Help2, NULL}, /* -help option */
675 {"h", &Help, NULL}, /* -h option */
679 {"missingarg:", &Help, NULL}, /* error *
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.h 193 EFI_STRING_ID Help;
283 EFI_STRING_ID Help;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 119 STRING_REF Help;
144 STRING_REF Help;
158 STRING_REF Help; ///< The string Token for the context-help.
180 STRING_REF Help; ///< The string Token for the context-help.
188 STRING_REF Help; ///< The string token for the context-help.
196 STRING_REF Help; ///< The string Token for the context-help.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 131 STRING_REF Help;
156 STRING_REF Help;
170 STRING_REF Help; // The string Token for the context-help
192 STRING_REF Help; // The string Token for the context-help
200 STRING_REF Help; // The string token for the context-help
208 STRING_REF Help; // The string Token for the context-help
    [all...]

Completed in 793 milliseconds

1 2