Searched refs:SectionItemList (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | InfParserLite.py | 90 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/ |
D | DecClassObject.py | 152 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…
|
D | Parsing.py | 804 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:
|
D | DscClassObject.py | 1040 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \ 1080 …nsertSectionItemsIntoDatabase(self.FileID, Filename, CurrentSection, SectionItemList, ArchList, Th… 1084 SectionItemList = [] 1123 SectionItemList.append([Line, LineNo]) 1130 …self.InsertSectionItemsIntoDatabase(self.FileID, Filename, CurrentSection, SectionItemList, ArchLi… 1250 …def InsertSectionItemsIntoDatabase(self, FileID, Filename, CurrentSection, SectionItemList, ArchLi… argument 1263 for SectionItem in SectionItemList: 1344 GetComponent(SectionItemList, Components)
|
D | InfClassObject.py | 342 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/ |
D | Parsing.py | 744 def InsertSectionItems(Model, SectionItemList, ArchList, \ argument 756 for SectionItem in SectionItemList:
|