Searched defs:SEPERATOR_TUPLE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCodeFragmentCollector.py49 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DCodeFragmentCollector.py47 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py39 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
815 if not str(followingChar).isspace() and followingChar not in SEPERATOR_TUPLE:
875 if not str(TempChar).isspace() and TempChar not in SEPERATOR_TUPLE:
879 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE:
959 if not str(TempChar).isspace() and not TempChar in SEPERATOR_TUPLE:
964 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py76 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
924 if not str(followingChar).isspace() and followingChar not in SEPERATOR_TUPLE:
994 if not str(TempChar).isspace() and TempChar not in SEPERATOR_TUPLE:
998 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE:
1078 if not str(TempChar).isspace() and not TempChar in SEPERATOR_TUPLE:
1083 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE:

Completed in 1309 milliseconds