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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py690 if (self.__IsHex(Value) or Value.isdigit()) and (self.__IsHex(MacroValue) or (MacroValue != None and MacroValue.isdigit())):
735 if (self.__IsHex(Value) or Value.isdigit()) and (self.__IsHex(Profile.MacroValue) or (Profile.MacroValue != None and Profile.MacroValue.isdigit())):
987 def __IsHex(self, HexStr): member in class:FdfParser
1009 if self.__IsHex(self.__Token):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py1106 def __IsHex(self, HexStr): member in class:FdfParser
1128 if self.__IsHex(self.__Token):

Completed in 980 milliseconds