Searched refs:Model (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableFile.py43 # @param Model: Model of a File
52 Model INTEGER DEFAULT 0,
66 # @param Model: Model of a File
69 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp):
73 % (self.Table, self.ID, Name, ExtName, Path, FullPath, Model, TimeStamp)
82 # @param Model: The model of the file
86 def InsertFile(self, FileFullPath, Model):
90 File = FileClass(-1, Name, Ext, Filepath, FileFullPath, Model, '', [], [], [])
[all...]
H A DTableQuery.py41 # @param Model: Model of a Query
48 Model INTEGER DEFAULT 0
60 # @param Model: Model of a Query
62 def Insert(self, Name, Modifier, Value, Model):
65 % (self.Table, self.ID, Name, Modifier, Value, Model)
H A DTableDec.py39 # @param Model: Model of a Dec item
54 Model INTEGER NOT NULL,
74 # @param Model: Model of a Dec item
87 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
98 # @param Model: The Model of Record
102 def Query(self, Model)
[all...]
H A DTableDsc.py39 # @param Model: Model of a Dsc item
54 Model INTEGER NOT NULL,
74 # @param Model: Model of a Dsc item
87 def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
98 # @param Model: The Model of Record
102 def Query(self, Model)
[all...]
H A DTableFdf.py39 # @param Model: Model of a Fdf item
54 Model INTEGER NOT NULL,
75 # @param Model: Model of a Fdf item
88 def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
92 % (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
99 # @param Model: The Model of Record
103 def Query(self, Model)
[all...]
H A DTableInf.py39 # @param Model: Model of a Inf item
56 Model INTEGER NOT NULL,
78 # @param Model: Model of a Inf item
93 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
97 % (self.Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
104 # @param Model: The Model of Record
108 def Query(self, Model)
[all...]
H A DTableIdentifier.py42 # @param Model: Model of a Identifier
56 Model INTEGER NOT NULL,
75 # @param Model: Model of a Identifier
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)
H A DTablePcd.py42 # @param Model: Model of a Pcd
56 Model INTEGER NOT NULL,
75 # @param Model: Model of a Pcd
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)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileTable.py50 Model INTEGER NOT NULL,
73 # @param Model: Model of a Inf item
86 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON',
91 Model,
108 # @param Model: The Model of Record
114 def Query(self, Model, Arch=None, Platform=None):
115 ConditionString = "Model=%s AND Enabled>=0" % Model
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py75 Model INTEGER NOT NULL,
97 # @param Model: Model of a Inf item
110 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON',
115 Model,
131 # @param Model: The Model of Record
137 def Query(self, Model, Arch=None, Platform=None):
138 ConditionString = "Model=%s AND Enabled>=0" % Model
[all...]
H A DMetaDataTable.py170 Model INTEGER DEFAULT 0,
184 # @param Model: Model of a File
187 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp):
195 Model,
204 # @param Model: The model of the file
208 def InsertFile(self, File, Model):
214 Model,
235 # @retval file_type Model value of given file in the table
238 QueryScript = "select Model fro
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfClassObject.py89 (Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) = \
94 Model = MODEL_PCD
100 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
102 Model = MODEL_META_DATA_COMPONENT
108 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
H A DDscClassObject.py214 where Model = %s
466 Model = MODEL_PCD_PATCHABLE_IN_MODULE
468 Model = MODEL_PCD_FIXED_AT_BUILD
476 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID)
481 RecordSet = QueryDscItem(self.TblDsc, Model, -1, self.FileID)
518 Model = MODEL_PCD_FEATURE_FLAG
526 IncludeFiles = QueryDscItem(self.TblDsc, MODEL_META_DATA_INCLUDE, Model, self.FileID)
531 RecordSet = QueryDscItem(self.TblDsc, Model, -1, self.FileID)
569 Model = MODEL_PCD_DYNAMIC_DEFAULT
571 Model
[all...]
H A DParsing.py31 where Model = %s
61 where Model = %s
70 # where Model = %s *
89 where Model != %s
111 where Model = %s
119 where Model = %s
155 where Model = %s
162 where Model = %s
175 # @param Model: The type of section
179 def QueryDscItem(Table, Model, BelongsToIte
[all...]
H A DDecClassObject.py191 Model = Section[CurrentSection.upper()]
192 InsertSectionItemsIntoDatabase(self.TblDec, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, ThirdList, IfDefList, self.RecordSet)
241 Model = Section[CurrentSection.upper()]
242 InsertSectionItemsIntoDatabase(self.TblDec, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, ThirdList, IfDefList, self.RecordSet)
H A DInfClassObject.py380 Model = Section[CurrentSection.upper()]
384 InsertSectionItemsIntoDatabase(self.TblInf, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, ThirdList, IfDefList, self.RecordSet)
434 Model = Section[CurrentSection.upper()]
435 InsertSectionItemsIntoDatabase(self.TblInf, self.FileID, Filename, Model, CurrentSection, SectionItemList, ArchList, ThirdList, IfDefList, self.RecordSet)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DDatabase.py173 FileID = self.TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model, TimeStamp = File.TimeStamp)
175 if File.Model == DataClass.MODEL_FILE_C or File.Model == DataClass.MODEL_FILE_H:
191 IdentifierID = IdTable.Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \
197 PcdID = self.TblPcd.Insert(Pcd.CName, Pcd.TokenSpaceGuidCName, Pcd.Token, Pcd.DatumType, Pcd.Model, \
203 IdentifierID = IdTable.Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \
209 PcdID = self.TblPcd.Insert(Pcd.CName, Pcd.TokenSpaceGuidCName, Pcd.Token, Pcd.DatumType, Pcd.Model, \
222 SqlCommand = """select ID, BelongsToFile, StartLine, EndLine, Model from Identifier"""
231 Model
[all...]
H A DCheck.py255 SqlCommand = """select ID, Name, BelongsToFile from %s where Model = %s""" % (IdentifierTable, MODEL_IDENTIFIER_STRUCTURE)
348 where Model = 1002 order by Name """
577 where A.Value2 = 'LIBRARY_CLASS' and A.Model = %s
578 and B.Value2 = 'MODULE_TYPE' and B.Model = %s and A.BelongsToFile = B.BelongsToFile
601 where A.Model = %s and B.Value2 = '%s' and B.Model = %s
627 SqlCommand = """select ID, Value1, Value2 from Dsc where Model = %s""" % MODEL_EFI_LIBRARY_CLASS
658 SqlCommand = """select ID, Value1 from Inf as A where A.Model = %s and A.Value1 not in (select B.Value1 from Dsc as B where Model = %s)""" % (MODEL_EFI_LIBRARY_CLASS, MODEL_EFI_LIBRARY_CLASS)
665 where A.Model
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DDataClass.py240 # @param Model: Model of a Identifier
253 # @var Model: Model of a Identifier
262 def __init__(self, ID = -1, Modifier = '', Type = '', Name = '', Value = '', Model = MODEL_UNKNOWN, \
269 self.Model = Model
286 # @param Model: Model of a Pcd
299 # @var Model
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DDatabase.py176 FileID = self.TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model, TimeStamp = File.TimeStamp)
190 IdentifierID = IdTable.Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \
194 IdentifierID = IdTable.Insert(Identifier.Modifier, Identifier.Type, Identifier.Name, Identifier.Value, Identifier.Model, \
222 SqlCommand = """Update Identifier%s set BelongsToFunction = %s, Model = %s where BelongsToFile = %s and Model = %s and EndLine = %s""" % \
H A DReport.py185 # @param Model: Model of a GUID, PPI or PROTOCOL
191 def GeneratePpiProtocol(self, Model, Name, Guid, Type, CName):
197 </tr>""" % (Model, Name, Guid)
255 where BelongsToFile = (select BelongsToFile from Inf where Value1 = 'FILE_GUID' and lower(Value2) = lower('%s') and Model = %s)
256 and Model = %s and Value1='BASE_NAME'""" % (FfsGuid, 5001, 5001)
262 where ID = (select BelongsToFile from Inf where Value1 = 'FILE_GUID' and lower(Value2) = lower('%s') and Model = %s)
263 and Model = %s""" % (FfsGuid, 5001, 1011)
307 where Value1 = 'FILE_GUID' and Value2 like '%s' and Model = %s)
308 and Model
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DLegacyBiosMpTable.h79 UINT32 Model : 4; member in struct:__anon11640
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/
H A DLegacyBiosMpTable.h111 UINT32 Model : 4; member in struct:__anon13103::__anon13105
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dcontext.h273 (CTX)->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR) \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py736 # @param Model: A model
743 def InsertSectionItems(Model, SectionItemList, ArchList, \
754 Records = RecordSet[Model]
772 RecordSet[Model] = Records

Completed in 2492 milliseconds

12