Searched defs:InfSectionCommonDef (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfBuildOptionObject.py21 from Object.Parser.InfCommonObject import InfSectionCommonDef namespace
52 class InfBuildOptionsObject(InfSectionCommonDef):
55 InfSectionCommonDef.__init__(self)
H A DInfCommonObject.py92 class InfSectionCommonDef(): class in inherits:
H A DInfMisc.py23 from Object.Parser.InfCommonObject import InfSectionCommonDef namespace
107 class InfSpecialCommentObject(InfSectionCommonDef):
110 InfSectionCommonDef.__init__(self)
H A DInfDepexObject.py25 from Object.Parser.InfCommonObject import InfSectionCommonDef namespace
87 class InfDepexObject(InfSectionCommonDef):
92 InfSectionCommonDef.__init__(self)
H A DInfSoucesObject.py28 from Object.Parser.InfCommonObject import InfSectionCommonDef namespace
203 class InfSourcesObject(InfSectionCommonDef):
206 InfSectionCommonDef.__init__(self)
H A DInfBinaryObject.py29 from Object.Parser.InfCommonObject import InfSectionCommonDef namespace
124 class InfBinariesObject(InfSectionCommonDef):
131 InfSectionCommonDef.__init__(self)
H A DInfDefineObject.py44 from Object.Parser.InfCommonObject import InfSectionCommonDef namespace
907 class InfDefObject(InfSectionCommonDef):
910 InfSectionCommonDef.__init__(self)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py42 from Object.Parser.InfCommonObject import InfSectionCommonDef namespace
286 InfSectionCommonDefObj = InfSectionCommonDef()

Completed in 39 milliseconds