HomeSort by relevance Sort by last modified time
    Searched defs:Help (Results 26 - 50 of 84) sorted by null

12 3 4

  /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 83 char *help; member in struct:std_option_t
87 {"h", " -h Show this help screen\n", NULL, NULL},
130 if (std_options[i].help)
131 printf("%s", std_options[i].help);
217 case 'h': /* Help */
578 int Help = 0;
587 {"help", &Help2, NULL}, /* -help option */
588 {"h", &Help, NULL}, /* -h option */
592 {"missingarg:", &Help, NULL}, /* error *
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigImpl.c 287 EFI_STRING_ID Help;
368 Help = STRING_TOKEN (STR_CERT_TYPE_PCKS_GUID);
385 // Display GUID and help
395 Help,
    [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;
  /external/python/cpython2/Lib/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
71 #self.bind('<F1>', self.Help) #context help
104 ('Help', self.Help)):
389 text=' Additional Help Sources ')
538 self.new_custom_theme.config(text='New theme, see Help',
    [all...]
  /external/python/cpython3/Lib/idlelib/
configdialog.py 6 and default window size. Define additional help sources.
73 #self.bind('<F1>', self.Help) #context help
106 ('Help', self.Help)):
392 text=' Additional Help Sources ')
525 self.new_custom_theme.config(text='New theme, see Help',
574 self.new_custom_keys.config(text='New key set, see Help',
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 316 EFI_STRING_ID Help;
456 EFI_STRING_ID Help;
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 249 Help = "\u001b[28~";
269 FunctionKey[15] = Help;
824 private String Help, Do, Find, Select;
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/
JCommanderTest.java 243 Assert.assertTrue(argsHelp.help);
500 @Parameters(commandDescription = "Help for the given commands.")
501 public static class Help {
502 public static final String NAME = "help";
675 @Parameter(names = { "-h", "--help" }, description = "Show this help screen")
676 private boolean help = false; field in class:JCommanderTest.BaseArgs
837 @Parameter(names = "--help", help = true)
838 public boolean help = false field in class:JCommanderTest.Arg
853 private boolean help = false; field in class:JCommanderTest.Arg
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 720 EFI_STRING_ID Help;
783 EFI_STRING_ID Help;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 656 EFI_STRING_ID Help;
716 EFI_STRING_ID Help;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 814 EFI_STRING_ID Help;
887 EFI_STRING_ID Help;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 732 EFI_STRING_ID Help;
802 EFI_STRING_ID Help;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 353 virtual void WINAPI Help(void) = 0;
376 void (WINAPI *Help)(_Application *This);
401 #define _Application_Help(This) (This)->lpVtbl->Help(This)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 1446 milliseconds

12 3 4