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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 117 NewSourceFile->Next = BuildItem->SourceFileList;
118 BuildItem->SourceFileList = NewSourceFile;
229 TempSourceFile = TempBuildItem->SourceFileList;
410 SOURCE_FILE_ITEM *SourceFileList
416 while (SourceFileList != NULL) {
419 TempSourceFile = TempBuildItem->SourceFileList;
421 if (_stricmp (SourceFileList->FileName, TempSourceFile->FileName) == 0) {
428 SourceFileList = SourceFileList->Next;
588 if (CheckSourceFile (CurrentBuildItem->SourceFileList)) {
    [all...]
MultiThread.h 40 SOURCE_FILE_ITEM *SourceFileList;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 38 # @param SourceFileList: A list for all source file belonging this INF file
43 def __init__(self, Filename = None, Database = None, SourceFileList = None, SourceOverridePath = None, Edk_Source = None, Efi_Source = None):
58 if SourceFileList:
59 for Item in SourceFileList:
Eot.py 46 def __init__(self, CommandLineOption=True, IsInit=True, SourceFileList=None, \
56 self.SourceFileList = SourceFileList
106 self.GenerateSourceFileList(self.SourceFileList, self.IncludeDirList)
232 # @param SourceFileList: A list of all source files
235 def GenerateSourceFileList(self, SourceFileList, IncludeFileList):
244 if SourceFileList:
245 sfl = open(SourceFileList, 'rb')
556 if Options.SourceFileList:
557 self.SourceFileList = Options.SourceFileList
    [all...]
Parser.py 227 # @return SourceFileList: A list of source files
230 SourceFileList = []
235 SourceFileList.append(Record[0])
237 return SourceFileList
250 SourceFileList = GetAllSourceFiles(Db)
254 for Item in SourceFileList:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
ModuleObject.py 494 self.SourceFileList = []
566 def SetSourceFileList(self, SourceFileList):
567 self.SourceFileList = SourceFileList
570 return self.SourceFileList
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 521 def GetFileList(SourceFileList, IncludeList, SkipList):
529 for File in SourceFileList:
592 def GetStringFiles(UniFilList, SourceFileList, IncludeList, IncludePathList, SkipList, BaseName, IsCompatibleMode = False, ShellMode = False, UniGenCFlag = True, UniGenBinBuffer = None, FilterInfo = [True, []]):
604 FileList = GetFileList(SourceFileList, IncludeList, SkipList)
GenMake.py 452 if len(self._AutoGenObject.SourceFileList) == 0 and len(self._AutoGenObject.BinaryFileList) == 0:
502 if len(self.ResultFileList) == 0 and len(self._AutoGenObject.SourceFileList) <> 0:
630 SourceFileList = []
632 SourceFileList.extend(Target.Inputs)
635 SourceFileList,
651 # in case nothing in SourceFileList
    [all...]
GenC.py     [all...]
AutoGen.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsInfStatement.py 198 self.SourceFileList = Inf.Sources
211 self.SourceFileList = Inf.Sources
220 if len(self.SourceFileList) != 0 and not self.InDsc:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 372 for Source in M.SourceFileList:
454 for Source in M.SourceFileList:
    [all...]

Completed in 560 milliseconds