Home
last modified time | relevance | path

Searched refs:SectionItemList (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DInfParserLite.py90 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
97 for Item in SectionItemList:
112 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
121 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
124 SectionItemList = []
148 SectionItemList.append([Line, LineNo])
151 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDecClassObject.py152 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
193 …oDatabase(self.TblDec, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, Th…
198 SectionItemList = []
235 SectionItemList.append([Line, LineNo])
243 …oDatabase(self.TblDec, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, Th…
DParsing.py804 def InsertSectionItems(Model, CurrentSection, SectionItemList, ArchList, ThirdList, RecordSet): argument
813 for SectionItem in SectionItemList:
842 def InsertSectionItemsIntoDatabase(Table, FileID, Filename, Model, CurrentSection, SectionItemList,… argument
853 for SectionItem in SectionItemList:
DDscClassObject.py1035 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
1075 …nsertSectionItemsIntoDatabase(self.FileID, Filename, CurrentSection, SectionItemList, ArchList, Th…
1079 SectionItemList = []
1118 SectionItemList.append([Line, LineNo])
1125 …self.InsertSectionItemsIntoDatabase(self.FileID, Filename, CurrentSection, SectionItemList, ArchLi…
1245 …def InsertSectionItemsIntoDatabase(self, FileID, Filename, CurrentSection, SectionItemList, ArchLi… argument
1258 for SectionItem in SectionItemList:
1339 GetComponent(SectionItemList, Components)
DInfClassObject.py342 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
385 …oDatabase(self.TblInf, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, Th…
389 SectionItemList = []
428 SectionItemList.append([Line, LineNo])
436 …oDatabase(self.TblInf, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, Th…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py744 def InsertSectionItems(Model, SectionItemList, ArchList, \ argument
756 for SectionItem in SectionItemList: