/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
TableEotReport.py | 54 BelongsToFunction TEXT DEFAULT '',
65 ItemName = '', ItemType = '', ItemMode = '', GuidName = '', GuidMacro = '', GuidValue = '', BelongsToFunction = '', Enabled = 0):
69 ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, Enabled)
|
TableIdentifier.py | 44 # @param BelongsToFunction: The Identifier belongs to which function
58 BelongsToFunction SINGLE DEFAULT -1,
77 # @param BelongsToFunction: The Identifier belongs to which function
83 def Insert(self, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn):
87 % (self.Table, self.ID, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
|
TablePcd.py | 44 # @param BelongsToFunction: The Pcd belongs to which function
58 BelongsToFunction SINGLE DEFAULT -1,
77 # @param BelongsToFunction: The Pcd belongs to which function
83 def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn):
87 % (self.Table, self.ID, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
DataClass.py | 247 # @param BelongsToFunction: The Identifier belongs to which function
260 # @var BelongsToFunction: The Identifier belongs to which function
268 BelongsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndColumn = -1):
276 self.BelongsToFunction = BelongsToFunction
293 # @param BelongsToFunction: The Pcd belongs to which function
306 # @var BelongsToFunction: The Pcd belongs to which function
314 BelongsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndColumn = -1):
321 self.BelongsToFunction = BelongsToFunction
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Parser.py | 387 BelongsToFunctionID, BelongsToFunction = -1, ''
393 BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
417 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, NewVariableValue[1:], GuidMacro, GuidValue, BelongsToFunction, 0)
426 BelongsToFunctionID, BelongsToFunction = -1, ''
441 BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
463 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, NewVariableValue[1:], GuidMacro, GuidValue, BelongsToFunction, 0)
482 BelongsToFunctionID, BelongsToFunction = -1, ''
488 # Get BelongsToFunction
489 BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
497 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, Parameter, GuidMacro, GuidValue, BelongsToFunction, 0) [all...] |
Eot.py | 417 ModuleID, ModuleName, ModuleGuid, SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, Enabled = \
|