Searched refs:TAB_DEFINE (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DParsing.py443 if Line.upper().find(TAB_INCLUDE.upper() + ' ') > -1 or Line.upper().find(TAB_DEFINE + ' ') > -1:
797 Define = GetSplitValueList(CleanString(LineValue[LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') + len(DataType.TAB_DEFINE + ' ') : ]), TAB_EQUAL_SPLIT, 1)
819 if LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') > -1:
861 if LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') > -1:
H A DString.py120 if String.find(DataType.TAB_DEFINE + ' ') > -1:
121 List = String.replace(DataType.TAB_DEFINE + ' ', '').split(DataType.TAB_EQUAL_SPLIT)
H A DDataType.py280 TAB_DEFINE = 'DEFINE' variable
H A DDscClassObject.py936 Define = GetSplitValueList(CleanString(LineValue[LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') + len(DataType.TAB_DEFINE + ' ') : ]), TAB_EQUAL_SPLIT, 1)
1317 if LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') > -1:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py297 Line.upper().find(DataType.TAB_DEFINE + ' ') > -1:
725 find(DataType.TAB_DEFINE.upper() + ' ') + \
726 len(DataType.TAB_DEFINE + ' ') : ]), \
763 if LineValue.upper().find(DataType.TAB_DEFINE.upper() + ' ') > -1:
H A DString.py75 if String.find(DataType.TAB_DEFINE + ' ') > -1:
76 List = String.replace(DataType.TAB_DEFINE + ' ', '').\
H A DDataType.py658 TAB_DEFINE = 'DEFINE' variable

Completed in 63 milliseconds