Home
last modified time | relevance | path

Searched refs:ITEM_UNDEFINED (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfProtocolObject.py54 … if Count == len(CommentsList) and CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
59 if CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
67 if CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
81 if CommentItemUsage == CommentItemNotify == PreUsage == PreNotify == DT.ITEM_UNDEFINED:
103 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
104 CommentItemIns.SetNotify(DT.ITEM_UNDEFINED)
151 if Notify != DT.ITEM_UNDEFINED:
266 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
267 CommentItemIns.SetNotify(DT.ITEM_UNDEFINED)
DInfPpiObject.py56 … if Count == len(CommentsList) and CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
63 if CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
74 if CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
91 if CommentItemUsage == CommentItemNotify == PreUsage == PreNotify == DT.ITEM_UNDEFINED:
115 CommentItemIns.SetUsage(DT.ITEM_UNDEFINED)
116 CommentItemIns.SetNotify(DT.ITEM_UNDEFINED)
162 if Notify != DT.ITEM_UNDEFINED:
297 CommentItemIns.SetUsage(DT.ITEM_UNDEFINED)
298 CommentItemIns.SetNotify(DT.ITEM_UNDEFINED)
DInfGuidObject.py131 … if Count == len(CommentsList) and CommentItemUsage == CommentItemGuidType == DT.ITEM_UNDEFINED:
136 if CommentItemUsage == CommentItemGuidType == DT.ITEM_UNDEFINED:
143 if CommentItemUsage == CommentItemGuidType == DT.ITEM_UNDEFINED:
157 … if CommentItemUsage == CommentItemGuidType == PreUsage == PreGuidType == DT.ITEM_UNDEFINED:
181 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
182 CommentItemIns.SetGuidTypeItem(DT.ITEM_UNDEFINED)
215 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
216 CommentItemIns.SetGuidTypeItem(DT.ITEM_UNDEFINED)
DInfPcdObject.py101 if Count == len(CommentList) and CommentItemUsage == DT.ITEM_UNDEFINED:
105 if CommentItemUsage == DT.ITEM_UNDEFINED:
113 if CommentItemUsage == DT.ITEM_UNDEFINED:
126 if CommentItemUsage == PreUsage == DT.ITEM_UNDEFINED:
146 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
353 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentGenerating.py26 from Library.DataType import ITEM_UNDEFINED
182 if (Usage == ITEM_UNDEFINED) and (not TailCommentText):
195 if (not Notify) and (Usage == ITEM_UNDEFINED) and (not TailCommentText):
214 if (Usage == ITEM_UNDEFINED) and (GuidType == ITEM_UNDEFINED) and \
DDataType.py84 ITEM_UNDEFINED = 'UNDEFINED' variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenInfFile.py698 if Usage == DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
709 if Usage != DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
758 if Usage == DT.ITEM_UNDEFINED and Notify == '':
769 if Usage == DT.ITEM_UNDEFINED and not Comment and Notify == '':
839 if Usage == DT.ITEM_UNDEFINED:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfSectionParser.py464 if Usage == DT.ITEM_UNDEFINED and Type == DT.ITEM_UNDEFINED:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py52 from Library.DataType import ITEM_UNDEFINED
972 Pcd.SetMaxDatumSize(ITEM_UNDEFINED)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DCommentGeneratingUnitTest.py35 from Library.DataType import ITEM_UNDEFINED