OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommentsList
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfPcdSectionParser.py
45
CommentsList
= []
74
CommentsList
= []
78
CommentsList
.append(Line)
85
CommentsList
.append((
101
CommentsList
= []
121
PcdList.append((ValueList,
CommentsList
, (PcdLineContent, PcdLineNo, FileName)))
123
CommentsList
= []
134
CommentsList
= []
138
CommentsList
.append(LineContent)
145
CommentsList
.append(LineContent[CommentIndex+1:])
[
all
...]
InfGuidPpiProtocolSectionParser.py
45
CommentsList
= []
55
CommentsList
= []
59
CommentsList
.append(Line)
66
CommentsList
.append((
82
CommentsList
= []
100
GuidList.append((ValueList,
CommentsList
, CurrentLineVar))
101
CommentsList
= []
132
CommentsList
= []
142
CommentsList
= []
146
CommentsList
.append(Line)
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfProtocolObject.py
30
def ParseProtocolComment(
CommentsList
, InfProtocolItemObj):
37
for CommentItem in
CommentsList
:
54
if Count == len(
CommentsList
) and CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
57
if Count == len(
CommentsList
):
214
CommentsList
= None
216
CommentsList
= Item[1]
262
if
CommentsList
!= None and len(
CommentsList
) != 0:
263
InfProtocolItemObj = ParseProtocolComment(
CommentsList
, InfProtocolItemObj)
InfGuidObject.py
106
def ParseGuidComment(
CommentsList
, InfGuidItemObj):
110
if
CommentsList
!= None and len(
CommentsList
) != 0 :
117
for CommentItem in
CommentsList
:
131
if Count == len(
CommentsList
) and CommentItemUsage == CommentItemGuidType == DT.ITEM_UNDEFINED:
134
if Count == len(
CommentsList
):
248
CommentsList
= None
250
CommentsList
= Item[1]
310
InfGuidItemObj = ParseGuidComment(
CommentsList
, InfGuidItemObj)
InfPpiObject.py
29
def ParsePpiComment(
CommentsList
, InfPpiItemObj):
36
for CommentItem in
CommentsList
:
56
if Count == len(
CommentsList
) and CommentItemUsage == CommentItemNotify == DT.ITEM_UNDEFINED:
61
if Count == len(
CommentsList
):
224
CommentsList
= None
226
CommentsList
= Item[1]
293
if
CommentsList
!= None and len(
CommentsList
) != 0:
294
InfPpiItemObj = ParsePpiComment(
CommentsList
, InfPpiItemObj)
Completed in 141 milliseconds