Home | History | Annotate | Download | only in Workspace

Lines Matching refs:Content

116     # data type (file content) for specific file type

277 EdkLogger.warn("Parser", "Unrecognized content", File=self.MetaFile,
516 Content = ''
518 Content = open(str(self.MetaFile), 'r').readlines()
529 for Index in range(0, len(Content)):
531 Line, Comment = CleanString2(Content[Index], AllowCppStyleComment=True)
533 if Index + 1 < len(Content):
534 NextLine, NextComment = CleanString2(Content[Index + 1])
606 # section content
892 Content = ''
894 Content = open(str(self.MetaFile), 'r').readlines()
899 for Index in range(0, len(Content)):
900 Line = CleanString(Content[Index])
1358 Content = open(str(self.MetaFile), 'r').readlines()
1368 while not Content[Line - 1].lstrip().startswith(TAB_SECTION_START):
1370 GlobalData.gPlatformOtherPcds[Name] = (CleanString(Content[Line - 1]), PcdLine, PcdType)
1642 Content = ''
1644 Content = open(str(self.MetaFile), 'r').readlines()
1648 for Index in range(0, len(Content)):
1649 Line, Comment = CleanString2(Content[Index])
1669 # section content