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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
ToolDefClassObject.py 130 Done, IncFile = self.ExpandMacros(IncFile)
179 Done, Value = self.ExpandMacros(Value)
190 Done, Value = self.ExpandMacros(Value)
230 ## ExpandMacros
238 def ExpandMacros(self, Value):
  /external/v8/tools/
js2c.py 139 def ExpandMacros(lines, macros):
144 return ExpandMacros(s, macros)
339 filter_chain.append(lambda l: ExpandMacros(l, macros))
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 397 def ExpandMacros (self, Input):
412 ExpExpr = self.ExpandMacros(Expr)
561 IncludeFilePath = self.ExpandMacros(IncludeFilePath)
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py 364 def ExpandMacros (self, Input):
392 ExpExpr = self.ExpandMacros(ExpExpr)
525 IncludeFilePath = self.ExpandMacros(IncludeFilePath)
    [all...]

Completed in 436 milliseconds