HomeSort by relevance Sort by last modified time
    Searched refs:HelpText (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.h 29 but placed first in the main HelpText.
38 @param[out] HelpText On return, points to a callee-allocated buffer
44 @retval EFI_INVALID_PARAMETER HelpText is NULL
53 OUT CHAR16 **HelpText
62 Upon a sucessful return the caller is responsible to free the memory in *HelpText
66 @param[out] HelpText pointer to pointer to string where text goes.
67 @param[out] HelpSize pointer to size of allocated HelpText (may be updated)
78 OUT CHAR16 **HelpText,
ShellManParser.c 214 Upon a sucessful return the caller is responsible to free the memory in *HelpText
218 @param[in] HelpText pointer to pointer to string where text goes.
219 @param[in] HelpSize pointer to size of allocated HelpText (may be updated)
229 IN CHAR16 **HelpText,
243 || HelpText == NULL
318 ASSERT((*HelpText == NULL && *HelpSize == 0) || (*HelpText != NULL));
319 StrnCatGrow (HelpText, HelpSize, TempString, 0);
320 if (HelpText == NULL) {
324 StrnCatGrow (HelpText, HelpSize, L"\r\n", 0);
    [all...]
ShellProtocol.h 768 @param HelpText On return, points to a callee-allocated buffer
774 @retval EFI_INVALID_PARAMETER HelpText is NULL
782 OUT CHAR16 **HelpText
    [all...]
ShellProtocol.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
XmlParserMisc.py 79 # @param HelpText
81 def GetHelpTextList(HelpText):
83 for HelT in HelpText:
86 HelpTextObj.SetString(HelT.HelpText)
PackageSurfaceAreaXml.py 47 self.HelpText = []
51 for HelpTextItem in XmlList(Item, '%s/HelpText' % Key):
53 HelpTextObj.FromXml(HelpTextItem, '%s/HelpText' % Key)
54 self.HelpText.append(HelpTextObj)
59 HelpTxt.SetString(self.HelpText)
75 for Item in self.HelpText:
85 self.HelpText = []
90 for HelpTextItem in XmlList(Item, '%s/HelpText' % Key):
92 HelpTextObj.FromXml(HelpTextItem, '%s/HelpText' % Key)
93 self.HelpText.append(HelpTextObj)
    [all...]
ModuleSurfaceAreaXml.py 253 self.HelpText = []
274 if self.HelpText:
293 for Item in self.HelpText:
303 self.HelpText = []
310 for HelpTextItem in XmlList(Item, '%s/HelpText' % Key):
312 HelpTextObj.FromXml(HelpTextItem, '%s/HelpText' % Key)
313 self.HelpText.append(HelpTextObj)
320 Depex.SetHelpTextList(GetHelpTextList(self.HelpText))
325 if self.HelpText:
332 NodeList.append(Tmp.ToXml(Depex.GetHelpText(), 'HelpText'))
    [all...]
GuidProtocolPpiXml.py 47 self.HelpText = []
68 for HelpTextItem in XmlList(Item, '%s/HelpText' % Key):
70 HelpTextObj.FromXml(HelpTextItem, '%s/HelpText' % Key)
71 self.HelpText.append(HelpTextObj)
79 GuidProtocolPpi.SetHelpTextList(GetHelpTextList(self.HelpText))
111 for Item in self.HelpText:
CommonXml.py 132 self.HelpText = ''
138 self.HelpText = XmlElement2(Item, 'HelpText')
141 def ToXml(self, HelpText, Key='HelpText'):
142 if self.HelpText:
144 return CreateXmlElement('%s' % Key, HelpText.GetString(), [], [['Lang', HelpText.GetLang()]])
146 return "HelpText = %s Lang = %s" % (self.HelpText, self.Lang)
    [all...]
PcdXml.py 273 self.HelpText = []
301 for HelpTextItem in XmlList(Item, '%s/HelpText' % Key):
303 HelpTextObj.FromXml(HelpTextItem, '%s/HelpText' % Key)
304 self.HelpText.append(HelpTextObj)
327 PcdEntry.SetHelpTextList(GetHelpTextList(self.HelpText))
348 for HelpTextItem in XmlList(Item, '%s/HelpText' % Key):
350 HelpTextObj.FromXml(HelpTextItem, '%s/HelpText' % Key)
351 self.HelpText.append(HelpTextObj)
372 PcdEntry.SetHelpTextList(GetHelpTextList(self.HelpText))
389 for HelpTextItem in XmlList(Item, '%s/HelpText' % Key):
    [all...]
  /external/llvm/include/llvm/Option/
OptTable.h 40 const char *HelpText;
107 return getInfo(id).HelpText;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
OptTable.h 47 const char *HelpText;
115 return getInfo(id).HelpText;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 543 # Initialze HelpText to Comment.
544 # Content will be remove from HelpText as matching tokens are found
546 HelpText = Comment
555 # from HelpText
560 HelpText = HelpText.replace(Token, '')
565 HelpText = HelpText.replace(Token, '')
569 HelpText = HelpText.replace(Token, '')
    [all...]
String.py 670 for HelpText in HelpTextClassList:
671 if HelpText.String.endswith('\n'):
672 HelpText.String = HelpText.String[0: len(HelpText.String) - len('\n')]
673 List.extend(HelpText.String.split('\n'))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
OptTable.cpp 234 if (!In.Prefixes || (!In.HelpText && !In.GroupID))
241 if (In.HelpText)
242 S += In.HelpText;
474 StringRef HelpText;
502 OS.indent(Pad + 1) << OptionHelp[i].HelpText << '\n';
555 const char *HelpText = getOptionHelpText(Id);
556 if (!HelpText && ShowAllAliases) {
559 HelpText = getOptionHelpText(Alias.getID());
562 if (HelpText) {
565 GroupedOptionHelp[HelpGroup].push_back({OptName, HelpText});
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSectionParser.py 462 HelpText = Result[3]
465 if HelpText is None:
466 HelpText = ''
467 if not HelpText.endswith('\n'):
468 HelpText += '\n'
469 CommentSoFar += HelpText
471 if HelpText:
472 CommentSoFar += HelpText
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
RunAxf.c 330 CHAR16 *HelpText;
335 HelpText = HiiGetString (gRunAxfHiiHandle, STRING_TOKEN (STR_GET_HELP_RUNAXF),
338 return HelpText;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 35 # @param HelpText: Input value for HelpText, default is ''
42 # @var HelpText: To store value for HelpText
45 def __init__(self, Usage = None, FeatureFlag = '', SupArchList = None, HelpText = ''):
53 self.HelpText = HelpText
78 # This class defined HelpText item used in PKG file
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 793 for HelpText in HelpTextClassList:
794 if HelpText.String.endswith('\n'):
795 HelpText.String = HelpText.String[0: len(HelpText.String) - len('\n')]
796 List.extend(HelpText.String.split('\n'))
MigrationUtilities.py 43 XmlTag = XmlNodeName(XmlCommon) + "/" + "HelpText"
44 Common.HelpText = XmlElement(XmlCommon, XmlTag)
  /external/python/cpython2/Lib/idlelib/
help.py 16 HelpText - Display formatted help.html.
158 class HelpText(Text):
204 text = HelpText(self, filename)
  /external/python/cpython3/Lib/idlelib/
help.py 16 HelpText - Display formatted help.html.
160 class HelpText(Text):
207 self.text = text = HelpText(self, filename)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 25 self.HelpText = TextObject()
27 def SetHelpText(self, HelpText):
28 self.HelpText = HelpText
31 return self.HelpText
69 # @param HelpText: Input value for HelpText, default is ''
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Shell.h 715 @param[out] HelpText On return, points to a callee-allocated buffer
721 @retval EFI_INVALID_PARAMETER HelpText is NULL.
729 OUT CHAR16 **HelpText
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 469 HelpText = PackageDependency.GetHelpText()
470 if HelpText:
471 HelpStr = HelpText.GetString()
    [all...]

Completed in 1733 milliseconds

1 2