Searched refs:Outputs (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | BuildEngine.py | 53 def __new__(Class, Inputs, Outputs, Commands, Dependencies): argument 54 if Outputs[0] in Class._Cache_: 55 Tdb = Class._Cache_[Outputs[0]] 60 Tdb._Init(Inputs, Outputs, Commands, Dependencies) 64 def _Init(self, Inputs, Outputs, Commands, Dependencies): argument 66 self.Outputs = Outputs 69 if self.Outputs: 70 self.Target = self.Outputs[0]
|
D | AutoGen.py | 3228 elif not Target.Outputs: 3244 SourceList.extend(Target.Outputs)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | GenFdsGlobalVariable.py | 255 elif not Target.Outputs: 264 SourceList.extend(Target.Outputs)
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/ |
D | FspApiEntryT.nasm | 138 ; ; Outputs:
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | FspApiEntry.asm | 88 ; Outputs:
|
D | FspApiEntry.s | 235 # Outputs:
|