HomeSort by relevance Sort by last modified time
    Searched refs:KeyStringList (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CompressSection.py 51 # @param KeyStringList Filter for inputs of section generation
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
67 ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
GuidSection.py 52 # @param KeyStringList Filter for inputs of section generation
57 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
61 self.KeyStringList = KeyStringList
97 ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
132 ExternalTool, ExternalOption = FindExtendTool(self.KeyStringList, self.CurrentArchList, self.NameGuid)
UiSection.py 46 # @param KeyStringList Filter for inputs of section generation
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
VerSection.py 46 # @param KeyStringList Filter for inputs of section generation
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
GenFds.py 422 # @param KeyStringList Filter for inputs of section generation
426 def FindExtendTool(KeyStringList, CurrentArchList, NameGuid):
428 if KeyStringList == None or KeyStringList == []:
434 KeyStringList = [Target + '_' + ToolChain + '_' + CurrentArchList[0]]
436 if Target + '_' + ToolChain + '_' + Arch not in KeyStringList:
437 KeyStringList.append(Target + '_' + ToolChain + '_' + Arch)
454 if Key in KeyStringList and KeyList[4] == 'GUID':
    [all...]
FvImageSection.py 48 # @param KeyStringList Filter for inputs of section generation
53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
FfsFileStatement.py 156 sectList, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None, Dict)
EfiSection.py 51 # @param KeyStringList Filter for inputs of section generation
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) :
FdfParser.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
FdfClass.py 111 self.KeyStringList = []
133 self.KeyStringList = []
303 self.KeyStringList = []
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]

Completed in 278 milliseconds