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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A 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)
H A 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)
H A 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:
180 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
181 CommentItemIns.SetGuidTypeItem(DT.ITEM_UNDEFINED)
212 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
213 CommentItemIns.SetGuidTypeItem(DT.ITEM_UNDEFINED)
H A 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)
347 CommentItemIns.SetUsageItem(DT.ITEM_UNDEFINED)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentGenerating.py26 from Library.DataType import ITEM_UNDEFINED namespace
139 if (Usage == ITEM_UNDEFINED) and (not TailCommentText):
152 if (not Notify) and (Usage == ITEM_UNDEFINED) and (not TailCommentText):
171 if (Usage == ITEM_UNDEFINED) and (GuidType == ITEM_UNDEFINED) and \
H A DDataType.py81 ITEM_UNDEFINED = 'UNDEFINED' variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenInfFile.py535 if Usage == DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
547 if Usage != DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
604 if Usage == DT.ITEM_UNDEFINED and Notify == '':
616 if Usage == DT.ITEM_UNDEFINED and not Comment and Notify == '':
696 if Usage == DT.ITEM_UNDEFINED or (ItemType == DT.TAB_INF_FEATURE_PCD):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfSectionParser.py455 if Usage == DT.ITEM_UNDEFINED and Type == DT.ITEM_UNDEFINED:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py51 from Library.DataType import ITEM_UNDEFINED namespace
582 Pcd.SetMaxDatumSize(ITEM_UNDEFINED)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DCommentGeneratingUnitTest.py34 from Library.DataType import ITEM_UNDEFINED namespace

Completed in 533 milliseconds