Home
last modified time | relevance | path

Searched refs:CommentsList (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfGuidPpiProtocolSectionParser.py45 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 …]
DInfPcdSectionParser.py45 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 …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfProtocolObject.py30 def ParseProtocolComment(CommentsList, InfProtocolItemObj): argument
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)
DInfPpiObject.py29 def ParsePpiComment(CommentsList, InfPpiItemObj): argument
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)
DInfGuidObject.py106 def ParseGuidComment(CommentsList, InfGuidItemObj): argument
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)