/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
TableReport.py | 44 # @param BelongsToItem: The error belongs to which item
53 BelongsToItem SINGLE NOT NULL,
67 # @param BelongsToItem: The error belongs to which item
71 def Insert(self, ErrorID, OtherMsg='', BelongsToTable='', BelongsToItem= -1, Enabled=0, Corrected= -1):
74 % (self.Table, self.ID, ErrorID, ConvertToSqlString2(OtherMsg), BelongsToTable, BelongsToItem, Enabled, Corrected)
84 SqlCommand = """select ID, ErrorID, OtherMsg, BelongsToTable, BelongsToItem, Corrected from %s
85 where Enabled > -1 order by ErrorID, BelongsToItem""" % (self.Table)
91 SqlCommand = """update Report set BelongsToItem=%s where BelongsToTable='File' and BelongsToItem=-2
112 BelongsToItem = Record[4] [all...] |
TableDec.py | 44 # @param BelongsToItem: The item belongs to which another item
59 BelongsToItem SINGLE NOT NULL,
79 # @param BelongsToItem: The item belongs to which another 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)
103 SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine from %s
|
TableDsc.py | 44 # @param BelongsToItem: The item belongs to which another item
59 BelongsToItem SINGLE NOT NULL,
79 # @param BelongsToItem: The item belongs to which another 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)
103 SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine from %s
|
TableFdf.py | 44 # @param BelongsToItem: The item belongs to which another item
60 BelongsToItem SINGLE NOT NULL,
80 # @param BelongsToItem: The item belongs to which another 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)
104 SqlCommand = """select ID, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine from %s
|
TableInf.py | 46 # @param BelongsToItem: The item belongs to which another item
63 BelongsToItem SINGLE NOT NULL,
85 # @param BelongsToItem: The item belongs to which another 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)
109 SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine from %s
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaFileTable.py | 82 BelongsToItem REAL NOT NULL,
104 # @param BelongsToItem: The item belongs to which another item
112 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0):
122 BelongsToItem,
138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None):
146 if BelongsToItem != None:
147 ConditionString += " AND BelongsToItem=%s" % BelongsToItem
162 BelongsToItem REAL NOT NULL,
186 # @param BelongsToItem: The item belongs to which another item [all...] |
MetaFileParser.py | 609 # Model, Value1, Value2, Value3, Arch, Platform, BelongsToItem=-1,
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileTable.py | 57 BelongsToItem REAL NOT NULL,
80 # @param BelongsToItem: The item belongs to which another item
88 BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0, Usage=''):
99 BelongsToItem,
138 BelongsToItem REAL NOT NULL,
163 # @param BelongsToItem: The item belongs to which another item
171 BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0):
181 BelongsToItem,
217 BelongsToItem REAL NOT NULL,
243 # @param BelongsToItem: The item belongs to which another item [all...] |
MetaFileParser.py | 571 # Model, Value1, Value2, Value3, Arch, Platform, BelongsToItem=-1,
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
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)
|
Parsing.py | 30 SqlCommand = """select Value1, Value2, BelongsToItem, StartLine, Arch from %s
60 SqlCommand = """select Value1, Value2, BelongsToItem, StartLine, Arch from %s
179 def QueryDscItem(Table, Model, BelongsToItem, BelongsToFile):
182 and BelongsToItem = %s
184 and Enabled > -1""" % (Table.Table, Model, BelongsToItem, BelongsToFile)
196 def QueryDecItem(Table, Model, BelongsToItem):
199 and BelongsToItem = %s
200 and Enabled > -1""" % (Table.Table, Model, BelongsToItem)
212 def QueryInfItem(Table, Model, BelongsToItem):
215 and BelongsToItem = %s [all...] |
DscClassObject.py | [all...] |