HomeSort by relevance Sort by last modified time
    Searched refs:HelpStr (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
CommentGeneratingUnitTest.py 54 HelpStr = 'Hello world'
57 HelpTextObj.SetString(HelpStr)
61 self.assertEqual(Result, HelpStr)
67 HelpStr = 'Hello world'
70 HelpTextObj.SetString(HelpStr)
88 HelpStr = 'Hello world'
91 HelpTextObj.SetString(HelpStr)
116 HelpStr = 'Hello world'
119 HelpTextObj.SetString(HelpStr)
136 HelpStr = 'Hello unknown world'
    [all...]
CommentParsingUnitTest.py 722 (SupModeList, HelpStr) = \
724 self.failIf(not HelpStr)
726 self.assertEqual(HelpStr,
743 (SupModeList, HelpStr) = \
745 self.failIf(not HelpStr)
747 self.assertEqual(HelpStr,
766 (SupModeList, HelpStr) = \
768 self.failIf(not HelpStr)
770 self.assertEqual(HelpStr,
789 (SupModeList, HelpStr) = \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 180 HelpStr = ''
187 HelpStr += Comment + '\n'
189 if HelpStr:
191 if HelpStr.endswith('\n') and not HelpStr.endswith('\n\n') and HelpStr != '\n':
192 HelpStr = HelpStr[:-1]
193 HelpTxt.SetString(HelpStr)
236 HelpStr = ''
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/
XmlRoutines.py 152 HelpStr = XmlNode(Dom, String).firstChild.data
154 HelpStr = re.sub(gRemovePrettyRe, r"\2", HelpStr)
155 return HelpStr
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 398 HelpStr = _GetHelpStr(HelpTextList)
399 CommentStr = GenGenericCommentF(HelpStr)
470 HelpStr = HelpText.GetString()
471 CommentStr = GenGenericCommentF(HelpStr)
532 HelpStr = _GetHelpStr(HelpTextList)
533 CommentStr = GenGenericCommentF(HelpStr)
603 # @param HelpStr: string of source file HelpStr field
608 ToolCode=None, HelpStr=None):
610 if HelpStr:
    [all...]
GenDecFile.py 79 HelpStr = _GetHelpStr(HelpTextList)
80 CommentStr = GenGenericCommentF(HelpStr, 2)
194 HelpStr = _GetHelpStr(HelpTextList)
195 CommentStr = GenGenericCommentF(HelpStr, 2)
234 HelpStr = _GetHelpStr(HelpTextList)
235 CommentStr = GenGenericCommentF(HelpStr, 2)
275 HelpStr = _GetHelpStr(HelpTextList)
276 CommentStr = GenGenericCommentF(HelpStr, 2)
449 HelpStr = _GetHelpStr(HelpTextList)
450 if HelpStr:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py     [all...]
InfPomAlignment.py     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 251 StringRef HelpStr; // The descriptive text message for -help
290 void setDescription(StringRef S) { HelpStr = S; }
306 AdditionalVals(0), ArgStr(""), HelpStr(""), ValueStr(""),
622 GenericOptionInfo(const char *name, const char *helpStr)
623 : Name(name), HelpStr(helpStr) {}
625 const char *HelpStr;
717 OptionInfo(const char *name, DataType v, const char *helpStr)
718 : GenericOptionInfo(name, helpStr), V(v) {}
731 return Values[N].HelpStr;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 177 const char *HelpStr; // The descriptive text message for -help
207 void setDescription(const char *S) { HelpStr = S; }
227 ArgStr(""), HelpStr(""), ValueStr("") {
505 GenericOptionInfo(const char *name, const char *helpStr) :
506 Name(name), HelpStr(helpStr) {}
508 const char *HelpStr;
604 OptionInfo(const char *name, DataType v, const char *helpStr) :
605 GenericOptionInfo(name, helpStr), V(v) {}
616 return Values[N].HelpStr;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 863 errs() << HelpStr; // Be nice for positional arguments
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 419 CHAR16 *HelpStr;
420 HelpStr = ShellCommandGetInternalCommandHelp(CommandString);
422 if (HelpStr == NULL) {
423 HelpStr = ShellCommandGetDynamicCommandHelp(CommandString);
426 return HelpStr;
    [all...]
  /external/llvm/unittests/Support/
CommandLineTest.cpp 114 ASSERT_STREQ(Retrieved->HelpStr.data(), Description)

Completed in 2933 milliseconds