Home
last modified time | relevance | path

Searched refs:KeyStringList (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGuidSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument
60 self.KeyStringList = KeyStringList
96 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
260 if self.KeyStringList == None or self.KeyStringList == []:
266 self.KeyStringList = [Target + '_' + ToolChain + '_' + self.CurrentArchList[0]]
268 if Target + '_' + ToolChain + '_' + Arch not in self.KeyStringList:
269 self.KeyStringList.append(Target + '_' + ToolChain + '_' + Arch)
282 if Key in self.KeyStringList and KeyList[4] == 'GUID':
DCompressSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument
67 …ctList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
DUiSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument
DVerSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): argument
DFvImageSection.py53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): argument
DFfsFileStatement.py117 …ist, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None, Dict)
DFfsInfStatement.py609 if self.KeyStringList != []:
610 for Key in self.KeyStringList:
916 if Rule.KeyStringList != []:
917 …ist, Align = Sect.GenSection(self.OutputPath , self.ModuleGuid, SecIndex, Rule.KeyStringList, self)
919 …ist, Align = Sect.GenSection(self.OutputPath , self.ModuleGuid, SecIndex, self.KeyStringList, self)
DEfiSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) : argument
DFdfParser.py2550 FfsInfObj.KeyStringList.append(self.__Token)
2560 FfsInfObj.KeyStringList.append(self.__Token)
2716 FfsFileObj.KeyStringList.append(self.__Token)
2721 FfsFileObj.KeyStringList.append(self.__Token)
3605 KeyStringList = []
3609 KeyStringList.append(self.__Token)
3614 KeyStringList.append(self.__Token)
3647 Rule.KeyStringList = KeyStringList
3702 Rule.KeyStringList = KeyStringList
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DFdfClass.py111 self.KeyStringList = []
133 self.KeyStringList = []
303 self.KeyStringList = []
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py2096 FfsInfObj.KeyStringList.append(self.__Token)
2106 FfsInfObj.KeyStringList.append(self.__Token)
2254 FfsFileObj.KeyStringList.append(self.__Token)
2259 FfsFileObj.KeyStringList.append(self.__Token)
2899 KeyStringList = []
2903 KeyStringList.append(self.__Token)
2908 KeyStringList.append(self.__Token)
2939 Rule.KeyStringList = KeyStringList
2966 Rule.KeyStringList = KeyStringList
3008 Rule.KeyStringList = KeyStringList