Searched refs:TAB_SECTION_END (Results 1 - 15 of 15) 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/Common/
H A DString.py164 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
190 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
426 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
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.py27 TAB_SECTION_END = ']' variable
H A DParsing.py542 if Lines.find(DataType.TAB_SECTION_END) > -1:
543 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
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
1369 "' + TAB_SECTION_END, self.Contents[arch]." + Key + ')'
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/Library/
H A DString.py96 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
120 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
362 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
H A DDataType.py336 TAB_SECTION_END = ']' variable
H A DParsing.py421 if Lines.find(DataType.TAB_SECTION_END) > -1:
422 Lines = Lines.split(DataType.TAB_SECTION_END, 1)[1]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py257 Line.find(DT.TAB_SECTION_END) > -1) or LastSectionFalg:
262 HeaderContent = Line[1:Line.find(DT.TAB_SECTION_END)]
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/Xml/
H A DIniToXml.py31 from Library.DataType import TAB_SECTION_END namespace
337 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:
/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:
1568 if Line[0] == TAB_SECTION_START and Line[-1] == TAB_SECTION_END:

Completed in 1231 milliseconds