HomeSort by relevance Sort by last modified time
    Searched refs:DatumType (Results 1 - 25 of 31) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TablePcd.py 41 # @param DatumType: DatumType of a Pcd
55 DatumType VARCHAR,
74 # @param DatumType: DatumType of a Pcd
83 def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn):
85 (CName, TokenSpaceGuidCName, DatumType) = ConvertToSqlString((CName, TokenSpaceGuidCName, DatumType))
87 % (self.Table, self.ID, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenC.py 749 if Pcd.DatumType == 'VOID*':
759 if Pcd.DatumType == 'UINT64':
761 if Pcd.DatumType == 'UINT32':
763 if Pcd.DatumType == 'UINT16':
765 if Pcd.DatumType == 'UINT8':
767 if Pcd.DatumType == 'BOOLEAN':
831 if Pcd.DatumType not in gDatumSizeStringDatabase:
833 "Unknown datum type [%s] of PCD %s.%s" % (Pcd.DatumType, Pcd.TokenSpaceGuidCName, TokenCName),
836 DatumSize = gDatumSizeStringDatabase[Pcd.DatumType]
837 DatumSizeLib = gDatumSizeStringDatabaseLib[Pcd.DatumType]
    [all...]
GenPcdDb.py     [all...]
ValidCheckingInfoObject.py 329 return VAR_CHECK_PCD_VALID_RANGE(VarOffset, PcdClass.validateranges, PcdClass.DatumType)
331 return VAR_CHECK_PCD_VALID_LIST(VarOffset, PcdClass.validlists, PcdClass.DatumType)
AutoGen.py 414 PcdDatumType = PcdItem.DatumType
422 PcdDatumType = PcdItem.DatumType
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 448 # <TokenSpcCName>.<TokenCName>|<Value>|<DatumType>|<Token>
471 (TokenGuidCName, TokenName, Value, DatumType, Token, Type) = GetPcdOfDec(Record[0], TAB_PCDS_FIXED_AT_BUILD, ContainerFile, Record[2])
472 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
476 (TokenGuidCName, TokenName, Value, DatumType, Token, Type) = GetPcdOfDec(Record[0], TAB_PCDS_PATCHABLE_IN_MODULE, ContainerFile, Record[2])
477 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
481 (TokenGuidCName, TokenName, Value, DatumType, Token, Type) = GetPcdOfDec(Record[0], TAB_PCDS_FEATURE_FLAG, ContainerFile, Record[2])
482 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
486 (TokenGuidCName, TokenName, Value, DatumType, Token, Type) = GetPcdOfDec(Record[0], TAB_PCDS_DYNAMIC_EX, ContainerFile, Record[2])
487 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
491 (TokenGuidCName, TokenName, Value, DatumType, Token, Type) = GetPcdOfDec(Record[0], TAB_PCDS_DYNAMIC, ContainerFile, Record[2])
    [all...]
VpdInfoFile.py 97 if Vpd.DatumType == "VOID*":
101 elif Vpd.DatumType in ["BOOLEAN", "UINT8", "UINT16", "UINT32", "UINT64"]:
103 Vpd.MaxDatumSize = VpdInfoFile._MAX_SIZE_TYPE[Vpd.DatumType]
106 "Invalid DatumType %s for VPD PCD %s.%s" % (Vpd.DatumType, Vpd.TokenSpaceGuidCName, Vpd.TokenCName))
EdkIIWorkspaceBuild.py 37 # @param DatumType: Input value for DatumType of Pcd, default is None
47 # @var DatumType: To store value for DatumType
55 def __init__(self, Name = None, Guid = None, Type = None, DatumType = None, Value = None, Token = None, MaxDatumSize = None, SkuInfoList = {}, IsOverrided = False):
59 self.DatumType = DatumType
78 'DatumType=' + str(self.DatumType) + ', ' + \
604 DatumType = Item.DatumType
    [all...]
Parsing.py     [all...]
DscClassObject.py 499 (TokenName, TokenGuidCName, Value, DatumType, MaxDatumSize, Type) = GetPcd(NewItem, Type, Filename, -1)
500 MergeArches(Pcds, (TokenName, TokenGuidCName, Value, DatumType, MaxDatumSize, Type), Arch)
505 (TokenName, TokenGuidCName, Value, DatumType, MaxDatumSize, Type) = GetPcd(Record[0], Type, ContainerFile, Record[2])
506 MergeArches(Pcds, (TokenName, TokenGuidCName, Value, DatumType, MaxDatumSize, Type), Arch)
    [all...]
MigrationUtilities.py 227 XmlTag = "PcdEntry/DatumType"
228 Pcd.DatumType = XmlElement(XmlPcd, XmlTag)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
BuildClassObject.py 28 # @param DatumType: Input value for DatumType of Pcd, default is None
39 # @var DatumType: To store value for DatumType
47 def __init__(self, Name = None, Guid = None, Type = None, DatumType = None, Value = None, Token = None, MaxDatumSize = None, SkuInfoList = {}, IsOverrided = False, GuidValue = None, validateranges = [], validlists = [], expressions = []):
52 self.DatumType = DatumType
77 'DatumType=' + str(self.DatumType) + ', ' + \
WorkspaceDatabase.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 335 # @param DatumType: Input value for DatumType, default is ''
346 # @var DatumType: To store value for DatumType, selection scope is in below list
360 def __init__(self, CName = '', Token = '', TokenSpaceGuidCName = '', DatumType = '', MaxDatumSize = '', DefaultValue = '', ItemType = '', ValidUsage = None, SkuInfoList = None, SupModuleList = None):
364 self.DatumType = DatumType
DataClass.py 290 # @param DatumType: DatumType of a Pcd
303 # @var DatumType: DatumType of a Pcd
313 def __init__(self, ID = -1, CName = '', TokenSpaceGuidCName = '', Token = '', DatumType = '', Model = MODEL_UNKNOWN, \
319 self.DatumType = DatumType
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py 200 # @param DatumType: Input value for DatumType, default is ''
214 self.DatumType = ''
246 def SetDatumType(self, DatumType):
247 self.DatumType = DatumType
249 return self.DatumType
450 # Set Value/DatumType/OffSet/Token
475 # DatumType, Token
520 PcdItemObj.SetDatumType(PcdInDec.DatumType)
    [all...]
DecObject.py 414 def __init__(self, Guid, Name, Value, DatumType,
419 self.DatumType = DatumType
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsInfStatement.py 276 if Pcd.DatumType == "VOID*":
306 if Pcd.DatumType == "VOID*":
311 if PcdValueInDscOrFdf > FfsInfStatement._MAX_SIZE_TYPE[Pcd.DatumType] \
312 or PcdValueInImg > FfsInfStatement._MAX_SIZE_TYPE[Pcd.DatumType]:
314 % (Pcd.DatumType, Pcd.TokenSpaceGuidCName, Pcd.TokenCName))
390 RetVal, RetStr = PatchBinaryFile(Output, int(Pcd.Offset, 0), Pcd.DatumType, Value, Pcd.MaxDatumSize)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
PcdXml.py 265 self.DatumType = ''
290 self.DatumType = XmlElement(Item, '%s/DatumType' % Key)
320 PcdEntry.SetDatumType(self.DatumType)
339 self.DatumType = XmlElement(Item, '%s/DatumType' % Key)
365 PcdEntry.SetDatumType(self.DatumType)
430 ['DatumType', PcdEntry.GetDatumType()],
463 ['DatumType', PcdEntry.GetDatumType()],
529 ['DatumType', PcdEntry.GetDatumType()],
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 748 if not Pcd.DatumType:
749 Pcd.DatumType = package.Pcds[(Pcd.TokenCName, Pcd.TokenSpaceGuidCName, T)].DatumType
753 if not Pcd.DatumType:
762 Pcd.DatumType = package.Pcds[(Pcd.TokenCName, Pcd.TokenSpaceGuidCName, PcdType)].DatumType
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 856 # @param DatumType: Input value for DatumType, default is ''
871 self.DatumType = ''
919 def SetDatumType(self, DatumType):
920 self.DatumType = DatumType
923 return self.DatumType
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Database.py 197 PcdID = self.TblPcd.Insert(Pcd.CName, Pcd.TokenSpaceGuidCName, Pcd.Token, Pcd.DatumType, Pcd.Model, \
209 PcdID = self.TblPcd.Insert(Pcd.CName, Pcd.TokenSpaceGuidCName, Pcd.Token, Pcd.DatumType, Pcd.Model, \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserTest.py 247 assert Items[0].DatumType == 'BOOLEAN'
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 588 # <TokenSpcCName>.<TokenCName>|<Value>|<DatumType>|<Token>
649 Item.DefaultValue, Item.DatumType, Item.TokenValue,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Parsing.py 681 # Get Pcd of Dec as <TokenSpcCName>.<TokenCName>|<Value>|<DatumType>|<Token>
688 Format = '<TokenSpaceGuidCName>.<PcdCName>|<Value>|<DatumType>|<Token>'
689 TokenGuid, TokenName, Value, DatumType, Token = '', '', '', '', ''
695 DatumType = List[2]
704 return (TokenGuid, TokenName, Value, DatumType, Token, Type)
    [all...]

Completed in 537 milliseconds

1 2