Searched refs:Value1 (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableDec.py40 # @param Value1: Value1 of a Dec item
55 Value1 VARCHAR NOT NULL,
75 # @param Value1: Value1 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, Value
[all...]
H A DTableDsc.py40 # @param Value1: Value1 of a Dsc item
55 Value1 VARCHAR NOT NULL,
75 # @param Value1: Value1 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, Value
[all...]
H A DTableFdf.py40 # @param Value1: Value1 of a Fdf item
55 Value1 VARCHAR NOT NULL,
76 # @param Value1: Value1 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, Value
[all...]
H A DTableInf.py40 # @param Value1: Value1 of a Inf item
57 Value1 VARCHAR NOT NULL,
79 # @param Value1: Value1 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, Value
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileTable.py51 Value1 TEXT NOT NULL,
74 # @param Value1: Value1 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))
92 Value1,
116 ValueString = "Value1,Value2,Value3,Scope1,Scope2,ID,StartLine"
131 Value1 TEXT NOT NULL,
156 # @param Value1
[all...]
H A DMetaFileParser.py524 # 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) = \
1830 Value1 = Key[1]
1835 self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
1838 Value1 = Fdf.Profile.InfList[Index]
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 DMetaFileTable.py76 Value1 TEXT NOT NULL,
98 # @param Value1: Value1 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))
116 Value1,
139 ValueString = "Value1,Value2,Value3,Scope1,Scope2,ID,StartLine"
154 Value1 TEXT NOT NULL,
178 # @param Value1
[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) = \
95 Value1 = ''
100 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
103 Value1 = Fdf.Profile.InfList[Index]
108 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
H A DDscClassObject.py213 SqlCommand = """select ID, Value1, Arch, StartLine from %s
222 ID, Value1, Value2, Arch = Record[0], ValueList[0], ValueList[1], Record[2]
223 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
224 where ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
296 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s'
357 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
444 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s'
916 # Value1: IncludeFilePath
930 # Value1: Macro Name
943 # Value1
[all...]
H A DDecClassObject.py310 ID, Value1, Value2, Arch, LineNo = Record[3], ValueList[0], ValueList[1], Record[1], Record[2]
311 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
312 where ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
383 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
431 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s'
H A DInfClassObject.py542 ID, Value1, Value2, Arch, LineNo = Record[3], ValueList[0], ValueList[1], Record[1], Record[2]
543 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
544 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
664 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s'
759 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s'
797 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
960 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s', Value4 = '%s', Value5 = '%s'
1046 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s', Value4 = '%s'
1078 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DBitField.c769 UINT64 Value1; local
775 Value1 = LShiftU64 (OrData, StartBit);
778 return Operand | (Value1 & ~Value2);
813 UINT64 Value1; local
819 Value1 = LShiftU64 (~AndData, StartBit);
822 return Operand & ~(Value1 & ~Value2);
/vbox/include/VBox/com/
H A Ddefs.h58 # define RT_MAX(Value1, Value2) ( (Value1) >= (Value2) ? (Value1) : (Value2) )
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c1808 @param Value1 Expression value to compare on left-hand.
1812 return Positive value if Value1 is greater than Value2.
1813 retval Negative value if Value1 is less than Value2.
1822 IN EFI_HII_VALUE *Value1,
1833 if (Value1->Type >= EFI_IFR_TYPE_OTHER || Value2->Type >= EFI_IFR_TYPE_OTHER ) {
1834 if (Value1->Type != EFI_IFR_TYPE_BUFFER && Value2->Type != EFI_IFR_TYPE_BUFFER) {
1839 if (Value1->Type == EFI_IFR_TYPE_STRING || Value2->Type == EFI_IFR_TYPE_STRING ) {
1840 if (Value1->Type != Value2->Type) {
1847 if (Value1->Value.string == 0 || Value2->Value.string == 0) {
1854 if (Value1
1821 CompareHiiValue( IN EFI_HII_VALUE *Value1, IN EFI_HII_VALUE *Value2, OUT INTN *Result, IN EFI_HII_HANDLE HiiHandle OPTIONAL ) argument
[all...]
H A DUi.h957 @param Value1 Expression value to compare on left-hand.
961 return Positive value if Value1 is greater than Value2.
962 retval Negative value if Value1 is less than Value2.
971 IN EFI_HII_VALUE *Value1,
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c191 UINT32 Value1; local
204 pSeparator = GetDigit ( pRemoteHost, &Value1 );
205 if (( 255 >= Value1 ) && ( '.' == *pSeparator )) {
212 RemoteAddress = Value1
220 Value1,
/vbox/include/iprt/
H A Dcdefs.h1649 * @param Value1 Value 1
1652 #define RT_MAX(Value1, Value2) ( (Value1) >= (Value2) ? (Value1) : (Value2) )
1657 * @param Value1 Value 1
1660 #define RT_MIN(Value1, Value2) ( (Value1) <= (Value2) ? (Value1) : (Value2) )
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp32 # define RT_MAX(Value1, Value2) ((Value1) >= (Value2) ? (Value1) : (Value2))

Completed in 143 milliseconds