Home
last modified time | relevance | path

Searched refs:Comments (Results 1 – 25 of 40) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDefineObject.py61 def SetPciVendorId(self, PciVendorId, Comments): argument
75 self.PciVendorId.Comments = Comments
85 def SetPciDeviceId(self, PciDeviceId, Comments): argument
99 self.PciDeviceId.Comments = Comments
109 def SetPciClassCode(self, PciClassCode, Comments): argument
123 self.PciClassCode.Comments = Comments
134 def SetPciRevision(self, PciRevision, Comments): argument
148 self.PciRevision.Comments = Comments
158 def SetPciCompress(self, PciCompress, Comments): argument
173 self.PciCompress.Comments = Comments
[all …]
DInfDefineCommonObject.py27 self.Comments = InfLineCommentObject()
80 self.Comments = InfLineCommentObject()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignmentMisc.py51 Statement = _GenInfDefineStateMent(EdkReleaseVersion.Comments.GetHeaderComments(),
54 EdkReleaseVersion.Comments.GetTailComments())
60 Statement = _GenInfDefineStateMent(Shadow.Comments.GetHeaderComments(),
63 Shadow.Comments.GetTailComments())
79 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
82 PciVendorId.Comments.GetTailComments())
88 Statement = _GenInfDefineStateMent(PciDeviceId.Comments.GetHeaderComments(),
91 PciDeviceId.Comments.GetTailComments())
97 Statement = _GenInfDefineStateMent(PciClassCode.Comments.GetHeaderComments(),
100 PciClassCode.Comments.GetTailComments())
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileCommentParser.py35 def CheckInfComment(SectionType, Comments, InfFile, LineNo, ValueList): argument
37 …CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0]+'.'+ValueList[1], ErrorMsgMap[MODEL_…
39 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
41 …CheckUsage(Comments, UsageList + ("TO_START", "BY_START"), InfFile, LineNo, ValueList[0], ErrorMsg…
43 def CheckUsage(Comments, Usages, InfFile, LineNo, Value, ErrorMsg): argument
44 for Comment in Comments:
DMetaFileParser.py527 Comments = []
537 Comments.append((Comment, Index + 1))
539 SectionComments.extend(Comments)
540 Comments = []
557 for Cmt, LNo in Comments:
562 TailComments.extend(SectionComments + Comments)
563 Comments = []
612 Comments = []
615 Comments.append((Comment, Index + 1))
617 … CheckInfComment(self._SectionType, Comments, str(self.MetaFile), Index + 1, self._ValueList)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfDefineSectionParser.py177 InfDefMemberObj.Comments.SetHeaderComments(LineComment.GetHeaderComments())
178 InfDefMemberObj.Comments.SetTailComments(LineComment.GetTailComments())
DDecParser.py340 Comments = []
342 Comments = [(Comment, self._RawData.LineIndex)]
347 Line, Comments = self._TryBackSlash(Line, Comments)
348 CurComments.extend(Comments)
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DPatchFvUserManual.md120 ###Comments:
121 Comments are allowed in the **Offset, Value [, Comment]** argument. Comments
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi6220/
DHi6220.dec22 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DBeagleBoardPkg.dec25 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
DVirtualKeyboardDxe.dec28 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DDwMmcHcDxe.dec29 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/
DHiKey960.dec22 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/DwUfsHcDxe/
DDwUfsHcDxe.dec29 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxe.dec28 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DDwEmmcDxe.dec29 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
DHiKey.dec22 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/
DArmJuno.dec22 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/edk2/Omap35xxPkg/
DOmap35xxPkg.dec25 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DDwUsb3Dxe.dec29 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
DREADME.tcltk-AMD641 Comments on building tcl/tk for AMD64 with the MS SDK compiler
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.dec29 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtokenize_tests.txt4 # Comments
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtPkg.dec24 # Comments are used for Keywords and Module Types.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dnewslist.doc48 Comments, improvements & suggestions welcomed.

12