/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/ |
H A D | TableDec.py | 42 # @param Value3: Value3 of a Dec item 57 Value3 VARCHAR, 77 # @param Value3: Value3 of a Dec item 87 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled): 89 (Value1, Value2, Value3, Arch) = ConvertToSqlString((Value1, Value2, Value3, Arch)) 91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) 103 SqlCommand = """select ID, Value1, Value2, Value3, Arc [all...] |
H A D | TableDsc.py | 42 # @param Value3: Value3 of a Dsc item 57 Value3 VARCHAR, 77 # @param Value3: Value3 of a Dsc item 87 def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled): 89 (Value1, Value2, Value3, Arch) = ConvertToSqlString((Value1, Value2, Value3, Arch)) 91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) 103 SqlCommand = """select ID, Value1, Value2, Value3, Arc [all...] |
H A D | TableFdf.py | 42 # @param Value3: Value3 of a Fdf item 57 Value3 VARCHAR, 78 # @param Value3: Value3 of a Fdf item 88 def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled): 90 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2)) 92 % (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) 104 SqlCommand = """select ID, Value1, Value2, Value3, Scope [all...] |
H A D | TableInf.py | 42 # @param Value3: Value3 of a Inf item 59 Value3 VARCHAR, 81 # @param Value3: Value3 of a Inf item 93 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled): 95 (Value1, Value2, Value3, Value4, Value5, Arch) = ConvertToSqlString((Value1, Value2, Value3, Value4, Value5, Arch)) 97 % (self.Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) 109 SqlCommand = """select ID, Value1, Value2, Value3, Arc [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
H A D | MetaFileTable.py | 53 Value3 TEXT, 76 # @param Value3: Value3 of a Inf item 86 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', 88 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2)) 94 Value3, 116 ValueString = "Value1,Value2,Value3,Scope1,Scope2,ID,StartLine" 133 Value3 TEXT, 158 # @param Value3 [all...] |
H A D | MetaFileParser.py | 524 # Model, Value1, Value2, Value3, Arch, Platform, BelongsToItem=-1, 827 # Model, Value1, Value2, Value3, Arch, ModuleType, BelongsToItem=-1, BelongsToFile=-1, 911 # Model, Value1, Value2, Value3, Arch, ModuleType, BelongsToItem=-1, BelongsToFile=-1, 1520 # Model, Value1, Value2, Value3, Arch, BelongsToItem=-1, LineBegin=-1, 1824 (Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) = \ 1835 self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) 1843 self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileTable.py | 78 Value3 TEXT, 100 # @param Value3: Value3 of a Inf item 110 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', 112 (Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Scope2)) 118 Value3, 139 ValueString = "Value1,Value2,Value3,Scope1,Scope2,ID,StartLine" 156 Value3 TEXT, 180 # @param Value3 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | FdfClassObject.py | 89 (Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) = \ 100 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) 108 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
|
H A D | DscClassObject.py | 296 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s' 444 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s' 964 (Value1, Value2, Value3, Model, StartColumn, EndColumn, Enabled) = ('', '', '', -1, -1, -1, 0) 986 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled) 992 Value1, Value2, Value3 = '', '==', '0' 996 Value3 = List[2] 997 Value3 = SplitString(Value3) 1001 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled) 1008 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchLis [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/ |
H A D | DataSource.c | 193 UINT32 Value3; local 208 pSeparator = GetDigit ( ++pSeparator, &Value3 ); 209 if (( 255 >= Value3 ) && ( '.' == *pSeparator )) { 214 | ( Value3 << 16 ) 222 Value3,
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFReg.cpp | 2093 DBGFREGVAL Value3 = Value;
|