Searched refs:TAB_SLASH (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParser.py246 if Line[-1] != DT.TAB_SLASH:
259 if ProcessedLine[-1] == DT.TAB_SLASH:
263 if not Line or Line[-1] == DT.TAB_SLASH:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDataType.py30 TAB_SLASH = '\\' variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DDataType.py339 TAB_SLASH = '\\' variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DParser.py72 if IsFindBlockCode and Line[-1] != TAB_SLASH:
81 if Line[-1] == TAB_SLASH:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py38 from Common.DataType import TAB_SLASH namespace
194 LineSlashIndex = Line.rfind(TAB_SLASH, 0, MaxLength)

Completed in 48 milliseconds