Home
last modified time | relevance | path

Searched refs:LineValue (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDscClassObject.py925 def ParseInclude(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument
926 ….debug(EdkLogger.DEBUG_2, "!include statement '%s' found in section %s" % (LineValue, SectionName))
928 …IncludeFile = CleanString(LineValue[LineValue.upper().find(DataType.TAB_INCLUDE.upper() + ' ') + l…
939 def ParseDefine(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument
940 …EdkLogger.debug(EdkLogger.DEBUG_2, "DEFINE statement '%s' found in section %s" % (LineValue, Secti…
942 …Define = GetSplitValueList(CleanString(LineValue[LineValue.upper().find(DataType.TAB_DEFINE.upper(…
952 …def ParseDefinesSection(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, A… argument
953 … EdkLogger.debug(EdkLogger.DEBUG_2, "Parse '%s' found in section %s" % (LineValue, SectionName))
954 Defines = GetSplitValueList(LineValue, TAB_EQUAL_SPLIT, 1)
956 RaiseParserError(LineValue, SectionName, Filename, '', StartLine)
[all …]
DParsing.py795 def ParseDefine(LineValue, StartLine, Table, FileID, Filename, SectionName, SectionModel, Arch): argument
796 …EdkLogger.debug(EdkLogger.DEBUG_2, "DEFINE statement '%s' found in section %s" % (LineValue, Secti…
797 …Define = GetSplitValueList(CleanString(LineValue[LineValue.upper().find(DataType.TAB_DEFINE.upper(…
815LineValue, StartLine, EndLine, Comment = SectionItem[0], SectionItem[1], SectionItem[1], SectionIt…
817 EdkLogger.debug(4, "Parsing %s ..." %LineValue)
819 if LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') > -1:
824 Records.append([LineValue, Arch, StartLine, ID, Third, Comment])
855 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1]
857 EdkLogger.debug(4, "Parsing %s ..." %LineValue)
861 if LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') > -1:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py719 def ParseDefine(LineValue, StartLine, Table, FileID, SectionName, \ argument
721 Logger.Debug(Logger.DEBUG_2, ST.MSG_DEFINE_STATEMENT_FOUND % (LineValue, \
725 (LineValue[LineValue.upper().\
757 LineValue, StartLine, Comment = SectionItem[0], \
760 Logger.Debug(4, ST.MSG_PARSING % LineValue)
764 if LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') > -1:
770 Records.append([LineValue, Arch, StartLine, IdNum, Third, Comment])