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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py792 ## __IsKeyword() method
803 def __IsKeyword(self, KeyWord, IgnoreCase = False): member in class:FdfParser
1324 if self.__IsKeyword( "CREATE_FILE"):
1346 if not self.__IsKeyword( "BaseAddress"):
1364 if not self.__IsKeyword( "Size"):
1383 if not self.__IsKeyword( "ErasePolarity"):
1411 if self.__IsKeyword("BsBaseAddress"):
1421 if self.__IsKeyword("RtBaseAddress"):
1466 if not self.__IsKeyword( "BlockSize"):
1485 if self.__IsKeyword( "NumBlock
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py901 ## __IsKeyword() method
912 def __IsKeyword(self, KeyWord, IgnoreCase = False): member in class:FdfParser
1463 if self.__IsKeyword( "CREATE_FILE"):
1483 if not self.__IsKeyword( "BaseAddress"):
1501 if not self.__IsKeyword( "Size"):
1520 if not self.__IsKeyword( "ErasePolarity"):
1547 if self.__IsKeyword("BsBaseAddress"):
1557 if self.__IsKeyword("RtBaseAddress"):
1598 if not self.__IsKeyword( "BlockSize"):
1618 if self.__IsKeyword( "NumBlock
[all...]

Completed in 940 milliseconds