Searched defs:__GetNextPcdName (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py1033 ## __GetNextPcdName() method
1041 def __GetNextPcdName(self): member in class:FdfParser
1358 pcdPair = self.__GetNextPcdName()
1377 pcdPair = self.__GetNextPcdName()
1478 PcdPair = self.__GetNextPcdName()
1560 PcdPair = self.__GetNextPcdName()
1612 RegionObj.PcdOffset = self.__GetNextPcdName()
1617 RegionObj.PcdSize = self.__GetNextPcdName()
2138 PcdPair = self.__GetNextPcdName()
2879 PcdPair = self.__GetNextPcdName()
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py717 PcdPair = self.__GetNextPcdName()
1152 ## __GetNextPcdName() method
1160 def __GetNextPcdName(self): member in class:FdfParser
1495 pcdPair = self.__GetNextPcdName()
1513 pcdPair = self.__GetNextPcdName()
1610 PcdPair = self.__GetNextPcdName()
1693 PcdPair = self.__GetNextPcdName()
1739 RegionObj.PcdOffset = self.__GetNextPcdName()
1744 RegionObj.PcdSize = self.__GetNextPcdName()
2443 PcdPair = self.__GetNextPcdName()
[all...]

Completed in 55 milliseconds