Home
last modified time | relevance | path

Searched refs:HeaderComments (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfCommonObject.py30 self.HeaderComments = ''
33 def SetHeaderComments(self, HeaderComments): argument
34 self.HeaderComments = HeaderComments
37 return self.HeaderComments
101 self.HeaderComments = ''
118 def SetHeaderComments(self, HeaderComments): argument
119 self.HeaderComments = HeaderComments
124 return self.HeaderComments
DInfPackagesObject.py88 HelpString = HelpStringObj.HeaderComments + HelpStringObj.TailComments
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfPackageSectionParser.py43 HeaderComments = []
63 HeaderComments.append(Line)
72 HeaderComments = []
73 HeaderComments.append(Line)
79 if len(HeaderComments) >= 1:
82 for Item in HeaderComments:
105 HeaderComments = []
123 HeaderComments = []
DInfSourceSectionParser.py40 HeaderComments = []
58 HeaderComments.append(Line)
68 HeaderComments = []
69 HeaderComments.append(Line)
76 if len(HeaderComments) >= 1:
79 for Item in HeaderComments:
103 HeaderComments = []
127 HeaderComments = []
DInfBinarySectionParser.py58 HeaderComments = []
84 HeaderComments.append(Line)
94 HeaderComments = []
95 HeaderComments.append(Line)
102 if len(HeaderComments) >= 1:
105 for Item in HeaderComments:
129 HeaderComments = []
210 HeaderComments = []
DInfDefineSectionParser.py68 HeaderComments = []
105 HeaderComments.append(Line)
115 HeaderComments = []
116 HeaderComments.append(Line)
123 if len(HeaderComments) >= 1:
126 for Item in HeaderComments:
185 HeaderComments = []
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py3773 HeaderComments = self.Module.HeaderComments
3775 for Index in range(len(HeaderComments)):
3776 if HeaderComments[Index].find('@BinaryHeader') != -1:
3777 HeaderComments[Index] = HeaderComments[Index].replace('@BinaryHeader', '@file')
3780 … AsBuiltInfDict['header_comments'] = '\n'.join(HeaderComments[StartPos:]).replace(':#', '://')
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py503 CommentString = GetHelpStringByRemoveHashKey(HelpStringObj.HeaderComments +
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py2812 HeaderComments = property(_GetHeaderComments) variable in InfBuildData