OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FromItem
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileTable.py
219
FromItem
REAL NOT NULL,
244
# @param
FromItem
: The item belongs to which dsc file
252
FromItem
=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=1):
264
FromItem
,
278
# @param
FromItem
: The item belongs to which dsc file
282
def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None,
FromItem
=None):
296
if
FromItem
!= None:
297
ConditionString += " AND
FromItem
=%s" %
FromItem
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileTable.py
275
FromItem
REAL NOT NULL,
300
# @param
FromItem
: The item belongs to which dsc file
308
FromItem
=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=1):
319
FromItem
,
333
# @param
FromItem
: The item belongs to which dsc file
337
def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None,
FromItem
=None):
351
if
FromItem
!= None:
352
ConditionString += " AND
FromItem
=%s" %
FromItem
Completed in 825 milliseconds