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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
InfSectionParser.py 52 if line.lower().startswith(TAB_SECTION_START) and line.lower().endswith(TAB_SECTION_END):
57 if (NextLine != '' and NextLine[0] == TAB_SECTION_START and \
76 SectionLine = key.lstrip(TAB_SECTION_START).rstrip(TAB_SECTION_END)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 120 if Line.startswith(TAB_SECTION_START) and Line.endswith(TAB_SECTION_END):
129 LineList = GetSplitValueList(Line[len(TAB_SECTION_START):len(Line) - len(TAB_SECTION_END)], TAB_COMMA_SPLIT)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 231 return Line[0] == DT.TAB_SECTION_START and Line[-1] == DT.TAB_SECTION_END
768 if Line.startswith(DT.TAB_SECTION_START) and Line.endswith(DT.TAB_PRIVATE + DT.TAB_SECTION_END):
770 if Line.startswith(DT.TAB_SECTION_START) and Line.endswith(DT.TAB_SECTION_END)\
    [all...]
InfParser.py 309 if (Line.startswith(DT.TAB_SECTION_START) and \
655 if not (Line.startswith(DT.TAB_SECTION_START) and Line.find(DT.TAB_SECTION_END) > -1):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py 30 from Library.DataType import TAB_SECTION_START
336 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 188 if Line.startswith(TAB_SECTION_START) and Line.endswith(TAB_SECTION_END):
203 LineList = GetSplitValueList(Line[len(TAB_SECTION_START):len(Line) - len(TAB_SECTION_END)], TAB_COMMA_SPLIT)
DataType.py 28 TAB_SECTION_START = '['
DscClassObject.py     [all...]
InfClassObject.py 378 if Line.startswith(TAB_SECTION_START) and Line.endswith(TAB_SECTION_END):
394 LineList = GetSplitValueList(Line[len(TAB_SECTION_START):len(Line) - len(TAB_SECTION_END)], TAB_COMMA_SPLIT)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 63 from Library.DataType import TAB_SECTION_START
161 SectionName = TAB_COMMENT_SPLIT + TAB_SPACE_SPLIT + TAB_SECTION_START + TAB_PCD_ERROR + \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 555 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
596 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 520 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
553 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DataType.py 349 TAB_SECTION_START = '['
    [all...]

Completed in 1055 milliseconds