/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileTable.py | 87 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 89 …(Value1, Value2, Value3, Usage, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Usag… 97 Scope1, 170 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 172 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco… 179 Scope1, 251 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument 253 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco… 260 Scope1, 282 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): argument [all …]
|
D | MetaFileParser.py | 397 for Scope1, Scope2 in [("COMMON", "COMMON"), ("COMMON", self._Scope[0][1]), 399 if (self._SectionType, Scope1, Scope2) in self._SectionsMacroDict: 400 Macros.update(self._SectionsMacroDict[(self._SectionType, Scope1, Scope2)]) 1623 for Scope1, Scope2 in [("COMMON", "COMMON"), ("COMMON", S2), (S1, "COMMON"), (S1, S2)]: 1624 if (SectionType, Scope1, Scope2) in self._SectionsMacroDict: 1625 Macros.update(self._SectionsMacroDict[(SectionType, Scope1, Scope2)]) 1973 …(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColu… 1984 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, St… 1992 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, St…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileTable.py | 111 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 113 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco… 120 Scope1, 193 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument 195 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco… 202 Scope1, 307 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument 309 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco… 316 Scope1, 337 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): argument [all …]
|
D | MetaFileParser.py | 437 Scope0, Scope1 = ActiveScope[0], ActiveScope[1] 438 if(Scope0, Scope1) not in Scope: 444 Scope0, Scope1 = ActiveScope[0], ActiveScope[1] 445 …if(Scope0, Scope1) not in Scope and (Scope0, "COMMON") not in Scope and ("COMMON", Scope1) not in …
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | TableFdf.py | 88 …def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, Star… argument 90 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco… 92 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFil…
|