Searched refs:Insert (Results 26 - 36 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py60 self.TblInf.Insert(MODEL_EFI_SOURCE_FILE, Item, '', '', '', '', 'COMMON', -1, self.FileID, -1, -1, -1, -1, 0)
71 # Insert a record for file
100 self.TblInf.Insert(MODEL_META_DATA_HEADER, Name, Value, Third, '', '', Arch, -1, self.FileID, Item[1], -1, Item[1], -1, 0)
H A DParser.py417 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, NewVariableValue[1:], GuidMacro, GuidValue, BelongsToFunction, 0)
463 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, NewVariableValue[1:], GuidMacro, GuidValue, BelongsToFunction, 0)
497 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, Parameter, GuidMacro, GuidValue, BelongsToFunction, 0)
507 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
519 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
535 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
553 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
590 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
598 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
604 Db.Insert(
[all...]
H A Dc.py89 GetDB().TblReport.Insert(ErrorType, OtherMsg = Msg, BelongsToTable = TableName, BelongsToItem = ItemId)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DDscClassObject.py915 # 1. Insert a record into TblFile ???
916 # 2. Insert a record into TblDsc
924 Table.Insert(Model, IncludeFile, '', '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0)
930 # 1. Insert a record into TblDsc
938 Table.Insert(Model, Define[0], Define[1], '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0)
952 self.TblDsc.Insert(Model, Defines[0], Defines[1], '', Arch, -1, FileID, StartLine, -1, StartLine, -1, 0)
954 ## Insert conditional statements
957 # Insert conditional statements to database
987 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled)
1002 self.TblDsc.Insert(Mode
[all...]
H A DParsing.py791 # 1. Insert a record into TblDec
798 Table.Insert(MODEL_META_DATA_DEFINE, Define[0], Define[1], '', '', '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0)
802 # Insert item data of a section to a dict
805 # Insert each item data of a section
829 ## Insert records to database
831 # Insert item data of a section to database
844 # Insert each item data of a section
868 ID = Table.Insert(Model, LineValue, Third, Third, '', '', Arch, -1, FileID, StartLine, -1, StartLine, -1, 0)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
H A DUefiIfrForm.c81 IN BOOLEAN Insert,
169 if (Insert) {
171 // Insert data after current Label, skip myself
309 IN BOOLEAN Insert,
323 Insert - If TRUE and Data is not NULL, insert data after Label.
394 Status = UpdateFormPackageData (FormSetGuid, FormId, Package, PackageLength, Label, Insert, Data, (UINT8 **)&TempBuffer, &TempBufferSize);
75 UpdateFormPackageData( IN EFI_GUID *FormSetGuid, IN EFI_FORM_ID FormId, IN EFI_HII_PACKAGE_HEADER *Package, IN UINT32 PackageLength, IN UINT16 Label, IN BOOLEAN Insert, IN EFI_HII_UPDATE_DATA *Data, OUT UINT8 **TempBuffer, OUT UINT32 *TempBufferSize ) argument
304 IfrLibUpdateForm( IN EFI_HII_HANDLE Handle, IN EFI_GUID *FormSetGuid, OPTIONAL IN EFI_FORM_ID FormId, IN UINT16 Label, IN BOOLEAN Insert, IN EFI_HII_UPDATE_DATA *Data ) argument
H A DUefiIfrLibrary.h1318 IN BOOLEAN Insert,
1332 Insert - If TRUE and Data is not NULL, insert data after Label.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py185 return self._Table.Insert(*Args)
468 # Insert a record for file
829 # Insert a record for file
1223 EccGlobalData.gDb.TblDsc.Insert(Record[1],Record[2],Record[3],Record[4],Record[5],Record[6],Record[7],Record[8],Record[9],Record[10],Record[11],Record[12],Record[13],Record[14])
1408 # Insert all records in the table for the included file into dsc file table
1538 # Insert a record for file
1937 # Insert a FDF file record into database
1965 # Insert inf file and pcd information
1979 self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
1987 self.TblFdf.Insert(Mode
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
H A DParsing.py729 Table.Insert(DataType.MODEL_META_DATA_DEFINE, Define[0], Define[1], '', \
735 # Insert item data of a section to a dict
747 # Insert each item data of a section
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py186 return self._Table.Insert(*Args)
1503 # Insert all records in the table for the included file into dsc file table
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
H A Dc.py65 GetDB().TblReport.Insert(ErrorType, OtherMsg=Msg, BelongsToTable=TableName, BelongsToItem=ItemId)

Completed in 235 milliseconds

12