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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py822 ## __GetNextWord() method
831 def __GetNextWord(self): member in class:FdfParser
1042 if not self.__GetNextWord():
1049 if not self.__GetNextWord():
1229 while self.__GetNextWord():
1309 if self.__GetNextWord():
1607 if not self.__GetNextWord():
1622 if not self.__GetNextWord():
1628 if not self.__GetNextWord():
1918 while self.__GetNextWord()
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py941 ## __GetNextWord() method
950 def __GetNextWord(self): member in class:FdfParser
1161 if not self.__GetNextWord():
1168 if not self.__GetNextWord():
1353 while self.__GetNextWord():
1448 if self.__GetNextWord():
1734 if not self.__GetNextWord():
1749 if not self.__GetNextWord():
1755 if not self.__GetNextWord():
2139 while self.__GetNextWord()
[all...]

Completed in 40 milliseconds