Searched defs:Help (Results 1 - 20 of 20) sorted by relevance

/external/python/cpython2/Tools/nuget/
H A Dbuild.bat13 if "%~1" EQU "-h" goto Help
56 :Help label
/external/python/cpython3/Tools/nuget/
H A Dbuild.bat13 if "%~1" EQU "-h" goto Help
48 :Help label
/external/python/cpython3/Tools/msi/
H A Dbuild.bat14 if "%~1" EQU "-h" goto Help
71 :Help label
H A Dtestrelease.bat14 if "%1" EQU "-h" goto Help
105 :Help label
H A Duploadrelease.bat16 if "%1" EQU "-h" goto Help
65 :Help label
H A Dbuildrelease.bat44 if "%1" EQU "-h" goto Help
204 :Help label
/external/toolchain-utils/crosperf/
H A Dhelp.py13 class Help(object): class in inherits:object
/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp94 std::string Help; local
95 raw_string_ostream RSO(Help);
97 EXPECT_NE(std::string::npos, Help.find("-A"));
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp39 struct Help { typedef bool ValueType; }; struct in namespace:de::cmdline::__anon4747
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>())
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp95 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable, function
242 Help(CPUTable, FeatureTable);
269 Help(CPUTable, FeatureTable);
/external/swiftshader/third_party/LLVM/lib/MC/
H A DSubtargetFeature.cpp148 static void Help(const SubtargetFeatureKV *CPUTable, size_t CPUTableSize, function
283 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize);
312 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize);
/external/ltp/lib/
H A Dparse_opts.c217 case 'h': /* Help */
578 int Help = 0; variable
588 {"h", &Help, NULL}, /* -h option */
592 {"missingarg:", &Help, NULL}, /* error */
/external/python/cpython2/Lib/idlelib/
H A DconfigDialog.py71 #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',
958 helpSource = GetHelpSourceDialog(self, 'New Help Source').result
969 self, 'Edit Help Source', menuItem=helpSource[0],
1211 def Help(self): member in class:ConfigDialog
1213 view_text(self, title='Help for IDLE preferences',
/external/python/cpython3/Lib/idlelib/
H A Dconfigdialog.py73 #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',
962 helpSource = HelpSource(self, 'New Help Source',
974 self, 'Edit Help Source',
1217 def Help(self): member in class:ConfigDialog
1219 view_text(self, title='Help fo
[all...]
/external/jcommander/src/test/java/com/beust/jcommander/
H A DJCommanderTest.java500 @Parameters(commandDescription = "Help for the given commands.")
501 public static class Help { class in class:JCommanderTest
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp82 extrahelp::extrahelp(const char *Help) argument
83 : morehelp(Help) {
84 MoreHelp->push_back(Help);
/external/llvm/lib/Support/
H A DCommandLine.cpp342 extrahelp::extrahelp(const char *Help) : morehelp(Help) { argument
343 GlobalParser->MoreHelp.push_back(Help);
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A Dvt320.java249 Help = "\u001b[28~";
269 FunctionKey[15] = Help;
824 private String Help, Do, Find, Select; field in class:vt320
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp362 extrahelp::extrahelp(StringRef Help) : morehelp(Help) { argument
363 GlobalParser->MoreHelp.push_back(Help);
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h732 EFI_STRING_ID Help; member in struct:_EFI_IFR_STATEMENT_HEADER
802 EFI_STRING_ID Help; member in struct:_EFI_IFR_FORM_SET

Completed in 2352 milliseconds