OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommentItemIns
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfProtocolObject.py
87
CommentItemIns
= InfProtocolItemCommentContent()
88
CommentItemIns
.SetUsageItem(CommentItemUsage)
89
CommentItemIns
.SetNotify(CommentItemNotify)
90
CommentItemIns
.SetHelpStringItem(CommentItemHelpText)
91
CommentInsList.append(
CommentItemIns
)
102
CommentItemIns
= InfProtocolItemCommentContent()
103
CommentItemIns
.SetUsageItem(DT.ITEM_UNDEFINED)
104
CommentItemIns
.SetNotify(DT.ITEM_UNDEFINED)
107
CommentItemIns
.SetHelpStringItem(PreHelpText)
108
CommentInsList.append(
CommentItemIns
)
[
all
...]
InfGuidObject.py
162
CommentItemIns
= InfGuidItemCommentContent()
163
CommentItemIns
.SetUsageItem(CommentItemUsage)
164
CommentItemIns
.SetGuidTypeItem(CommentItemGuidType)
165
CommentItemIns
.SetVariableNameItem(CommentItemVarString)
168
CommentItemIns
.SetHelpStringItem(CommentItemHelpText)
169
CommentInsList.append(
CommentItemIns
)
180
CommentItemIns
= InfGuidItemCommentContent()
181
CommentItemIns
.SetUsageItem(DT.ITEM_UNDEFINED)
182
CommentItemIns
.SetGuidTypeItem(DT.ITEM_UNDEFINED)
185
CommentItemIns
.SetHelpStringItem(PreHelpText)
[
all
...]
InfPpiObject.py
99
CommentItemIns
= InfPpiItemCommentContent()
100
CommentItemIns
.SetUsage(CommentItemUsage)
101
CommentItemIns
.SetNotify(CommentItemNotify)
102
CommentItemIns
.SetHelpStringItem(CommentItemHelpText)
103
CommentInsList.append(
CommentItemIns
)
114
CommentItemIns
= InfPpiItemCommentContent()
115
CommentItemIns
.SetUsage(DT.ITEM_UNDEFINED)
116
CommentItemIns
.SetNotify(DT.ITEM_UNDEFINED)
119
CommentItemIns
.SetHelpStringItem(PreHelpText)
120
CommentInsList.append(
CommentItemIns
)
[
all
...]
InfPcdObject.py
132
CommentItemIns
= InfPcdItemCommentContent()
133
CommentItemIns
.SetUsageItem(CommentItemUsage)
134
CommentItemIns
.SetHelpStringItem(CommentItemHelpText)
135
CommentInsList.append(
CommentItemIns
)
145
CommentItemIns
= InfPcdItemCommentContent()
146
CommentItemIns
.SetUsageItem(DT.ITEM_UNDEFINED)
149
CommentItemIns
.SetHelpStringItem(PreHelpText)
150
CommentInsList.append(
CommentItemIns
)
154
CommentItemIns
= InfPcdItemCommentContent()
155
CommentItemIns
.SetUsageItem(CommentItemUsage)
[
all
...]
Completed in 53 milliseconds