HomeSort by relevance Sort by last modified time
    Searched refs:LineValue (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py     [all...]
Parsing.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Parsing.py 710 # @param LineValue: A DEFINE line value
719 def ParseDefine(LineValue, StartLine, Table, FileID, SectionName, \
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])
    [all...]

Completed in 591 milliseconds