Home
last modified time | relevance | path

Searched refs:__IsKeyword (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py806 def __IsKeyword(self, KeyWord, IgnoreCase = False): member in FdfParser
1327 if self.__IsKeyword( "CREATE_FILE"):
1349 if not self.__IsKeyword( "BaseAddress"):
1367 if not self.__IsKeyword( "Size"):
1386 if not self.__IsKeyword( "ErasePolarity"):
1414 if self.__IsKeyword("BsBaseAddress"):
1424 if self.__IsKeyword("RtBaseAddress"):
1469 if not self.__IsKeyword( "BlockSize"):
1488 if self.__IsKeyword( "NumBlocks"):
1523 if self.__IsKeyword("DEFINE"):
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py984 def __IsKeyword(self, KeyWord, IgnoreCase = False): member in FdfParser
1569 if self.__IsKeyword( "CREATE_FILE"):
1589 if self.__IsKeyword( "BaseAddress"):
1606 if self.__IsKeyword( "Size"):
1623 if self.__IsKeyword( "ErasePolarity"):
1649 if self.__IsKeyword("BsBaseAddress"):
1659 if self.__IsKeyword("RtBaseAddress"):
1696 if not self.__IsKeyword( "BlockSize"):
1716 if self.__IsKeyword( "NumBlocks"):
1751 if self.__IsKeyword("DEFINE"):
[all …]