Searched refs:TAB_PROTOCOLS (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDataType.py137 TAB_PROTOCOLS = 'Protocols' variable
138 TAB_PROTOCOLS_COMMON = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_COMMON
139 TAB_PROTOCOLS_IA32 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IA32
140 TAB_PROTOCOLS_X64 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_X64
141 TAB_PROTOCOLS_IPF = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IPF
142 TAB_PROTOCOLS_ARM = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_ARM
143 TAB_PROTOCOLS_EBC = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_EBC
H A DDecClassObject.py39 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,
99 TAB_INCLUDES, TAB_GUIDS, TAB_PROTOCOLS, TAB_PPIS, TAB_LIBRARY_CLASSES, \
277 self.GenGuidProtocolPpis(DataType.TAB_PROTOCOLS, ContainerFile)
390 elif Type == TAB_PROTOCOLS:
H A DInfClassObject.py51 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,
182 TAB_PROTOCOLS, TAB_PPIS, TAB_LIBRARY_CLASSES, TAB_PACKAGES, TAB_LIBRARIES,
278 self.GenGuidProtocolPpis(DataType.TAB_PROTOCOLS, ContainerFile)
1085 elif Type == TAB_PROTOCOLS:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DDataType.py468 TAB_PROTOCOLS = 'Protocols' variable
469 TAB_PROTOCOLS_COMMON = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_COMMON
470 TAB_PROTOCOLS_IA32 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IA32
471 TAB_PROTOCOLS_X64 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_X64
472 TAB_PROTOCOLS_IPF = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IPF
473 TAB_PROTOCOLS_ARM = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_ARM
474 TAB_PROTOCOLS_EBC = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_EBC
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParserMisc.py54 DT.TAB_PROTOCOLS.upper() : DT.MODEL_EFI_PROTOCOL,
H A DDecParser.py626 DT.TAB_PROTOCOLS.upper() : self.ProtocolObj
754 DT.TAB_PROTOCOLS.upper() : self._Guid,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py33 from Library.DataType import TAB_PROTOCOLS namespace
140 self.GenGuidProtocolPpis(TAB_PROTOCOLS, ContainerFile)
370 elif Type == TAB_PROTOCOLS:
413 elif Type == TAB_PROTOCOLS:
H A DInfPomAlignment.py111 self._GenGuidProtocolPpis(DT.TAB_PROTOCOLS)
923 elif Type == DT.TAB_PROTOCOLS:
958 elif Type == DT.TAB_PROTOCOLS:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DDecObject.py26 from Library.DataType import TAB_PROTOCOLS namespace
553 self._SecName = TAB_PROTOCOLS.upper()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py407 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,
1445 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py457 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,
1522 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,

Completed in 76 milliseconds