OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITEM_UNDEFINED
(Results
1 - 10
of
10
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfProtocolObject.py
54
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
)
InfPpiObject.py
56
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
)
InfGuidObject.py
131
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
)
InfPcdObject.py
101
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/
CommentGenerating.py
26
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 \
DataType.py
84
ITEM_UNDEFINED
= 'UNDEFINED'
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py
698
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 == '':
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSectionParser.py
464
if Usage == DT.
ITEM_UNDEFINED
and Type == DT.
ITEM_UNDEFINED
:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py
52
from Library.DataType import
ITEM_UNDEFINED
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
CommentGeneratingUnitTest.py
35
from Library.DataType import
ITEM_UNDEFINED
[
all
...]
Completed in 515 milliseconds