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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DString.py510 if Line.find(DataType.TAB_INF_DEFINES_SPEC + ' ') > -1:
513 SpecValues.append(GetDefineValue(Line, DataType.TAB_INF_DEFINES_SPEC, CommentCharacter))
546 Dictionary[DataType.TAB_INF_DEFINES_SPEC] = SpecValues
H A DDataType.py322 TAB_INF_DEFINES_SPEC = 'SPEC' variable
H A DInfClassObject.py115 # TAB_INF_DEFINES_SPEC : "Specification",
605 elif D[0] == TAB_INF_DEFINES_SPEC:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DString.py420 if Line.find(DataType.TAB_INF_DEFINES_SPEC + ' ') > -1:
423 SpecValues.append(GetDefineValue(Line, DataType.TAB_INF_DEFINES_SPEC, CommentCharacter))
456 Dictionary[DataType.TAB_INF_DEFINES_SPEC] = SpecValues
H A DDataType.py705 TAB_INF_DEFINES_SPEC = 'SPEC' variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenInfFile.py169 Statement = '%s %s = %s' % (DT.TAB_INF_DEFINES_SPEC, Spec, Version)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py880 DT.TAB_INF_DEFINES_SPEC : InfDefSection.SetSpecification,

Completed in 62 milliseconds