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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfDepexSectionParser.py 88 for CommentItem in DepexComment:
89 CommentContent = CommentItem[0]
91 FormatCommentLn = CommentItem[1] + 1
94 if CommentItem[1] != FormatCommentLn:
97 FormatCommentLn = CommentItem[1] + 1
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 186 COMMENT_LINE *CommentItem;
188 CommentItem = NULL;
189 CommentItem = AllocatePool (sizeof (COMMENT_LINE));
190 if (CommentItem == NULL) {
194 CommentItem->ptrNext = *CommentHead;
195 *CommentHead = CommentItem;
200 CommentItem->ptrComment = AllocatePool (BufferSize + 1);
201 if (CommentItem->ptrComment == NULL) {
202 FreePool (CommentItem);
205 CopyMem (CommentItem->ptrComment, Buffer, BufferSize);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 574 for CommentItem in CommentList:
580 Pcd.SetValidUsage(CommentItem.GetUsageItem())
586 HelpTextObj.SetString(CommentItem.GetHelpStringItem())
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 495 COMMENT_LINE *CommentItem;
497 CommentItem = NULL;
498 CommentItem = AllocatePool (sizeof (COMMENT_LINE));
499 if (CommentItem == NULL) {
503 CommentItem->PtrNext = *CommentHead;
504 *CommentHead = CommentItem;
509 CommentItem->PtrComment = AllocatePool (BufferSize + 1);
510 if (CommentItem->PtrComment == NULL) {
511 FreePool (CommentItem);
514 CopyMem (CommentItem->PtrComment, Buffer, BufferSize);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfProtocolObject.py 37 for CommentItem in CommentsList:
43 ParseComment(CommentItem,
InfGuidObject.py 117 for CommentItem in CommentsList:
123 ParseComment(CommentItem,
InfPpiObject.py 36 for CommentItem in CommentsList:
42 ParseComment(CommentItem,
InfPcdObject.py 73 for CommentItem in CommentList:
75 CommentItemUsage, CommentType, CommentString, CommentItemHelpText = ParseComment(CommentItem,

Completed in 204 milliseconds