Searched refs:TAB_SECTION_START (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DInfParserLite.py120 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)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py30 from Library.DataType import TAB_SECTION_START namespace
337 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDecClassObject.py187 if Line.startswith(TAB_SECTION_START) and Line.endswith(TAB_SECTION_END):
202 LineList = GetSplitValueList(Line[len(TAB_SECTION_START):len(Line) - len(TAB_SECTION_END)], TAB_COMMA_SPLIT)
H A DDataType.py26 TAB_SECTION_START = '[' variable
H A DDscClassObject.py1070 if Line.startswith(TAB_SECTION_START) and Line.endswith(TAB_SECTION_END):
1083 LineList = GetSplitValueList(Line[len(TAB_SECTION_START):len(Line) - len(TAB_SECTION_END)], TAB_COMMA_SPLIT)
1362 print TAB_SECTION_START + TAB_INF_DEFINES + TAB_SECTION_END
1367 Command = "printList(TAB_SECTION_START + '" + \
H A DInfClassObject.py377 if Line.startswith(TAB_SECTION_START) and Line.endswith(TAB_SECTION_END):
393 LineList = GetSplitValueList(Line[len(TAB_SECTION_START):len(Line) - len(TAB_SECTION_END)], TAB_COMMA_SPLIT)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py256 if (Line.startswith(DT.TAB_SECTION_START) and \
599 if not (Line.startswith(DT.TAB_SECTION_START) and Line.find(DT.TAB_SECTION_END) > -1):
H A DDecParser.py225 return Line[0] == DT.TAB_SECTION_START and Line[-1] == DT.TAB_SECTION_END
879 if self._RawData.CurrentLine[0] != DT.TAB_SECTION_START or self._RawData.CurrentLine[-1] != DT.TAB_SECTION_END:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DDataType.py335 TAB_SECTION_START = '[' variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py512 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
545 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
828 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
1273 while not Content[Line - 1].lstrip().startswith(TAB_SECTION_START):
1568 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py473 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
506 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
799 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:
1503 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:

Completed in 74 milliseconds