Home
last modified time | relevance | path

Searched defs:BelongsToFile (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileTable.py88 …BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enab… argument
171 …BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enab… argument
251 …el, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1, BelongsToFile = -1, argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
DTablePcd.py83 …def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunc… argument
DTableIdentifier.py83 …def Insert(self, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, … argument
DTableFunction.py88 …ine, StartColumn, EndLine, EndColumn, BodyStartLine, BodyStartColumn, BelongsToFile, FunNameStartL… argument
DTableDsc.py87 …def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, Sta… argument
DTableFdf.py88 …def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, Star… argument
DTableInf.py93 …, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, St… argument
DTableDec.py87 …, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, St… argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DDataClass.py215 BodyStartLine = -1, BodyStartColumn = -1, BelongsToFile = -1, \ argument
268BelongsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndCol… argument
314BelongsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndCol… argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DParsing.py109 def QueryDefinesItem(Table, Name, Arch, BelongsToFile): argument
153 def QueryDefinesItem2(Table, Arch, BelongsToFile): argument
179 def QueryDscItem(Table, Model, BelongsToItem, BelongsToFile): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DParser.py364 def SearchBelongsToFunction(BelongsToFile, StartLine, EndLine): argument