HomeSort by relevance Sort by last modified time
    Searched refs:CrossIndex (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableDataModel.py 39 # @param CrossIndex: CrossIndex of a ModelType
45 CrossIndex INTEGER NOT NULL,
56 # @param CrossIndex: CrossIndex of a ModelType
60 def Insert(self, CrossIndex, Name, Description):
63 SqlCommand = """insert into %s values(%s, %s, '%s', '%s')""" % (self.Table, self.ID, CrossIndex, Name, Description)
75 CrossIndex = Item[1]
78 self.Insert(CrossIndex, Name, Description)
81 ## Get CrossIndex
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaDataTable.py 167 CrossIndex INTEGER NOT NULL,
179 # @param CrossIndex: CrossIndex of a ModelType
183 def Insert(self, CrossIndex, Name, Description):
185 return Table.Insert(self, CrossIndex, Name, Description)
197 CrossIndex = Item[1]
200 self.Insert(CrossIndex, Name, Description)
203 ## Get CrossIndex
208 # @retval CrossIndex: CrossIndex of the model
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaDataTable.py 287 CrossIndex INTEGER NOT NULL,
299 # @param CrossIndex: CrossIndex of a ModelType
303 def Insert(self, CrossIndex, Name, Description):
305 return Table.Insert(self, CrossIndex, Name, Description)
317 CrossIndex = Item[1]
320 self.Insert(CrossIndex, Name, Description)
323 ## Get CrossIndex
328 # @retval CrossIndex: CrossIndex of the model
    [all...]

Completed in 71 milliseconds