Searched defs:SEPERATOR_TUPLE (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | CodeFragmentCollector.py | 49 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
H A D | CodeFragmentCollector.py | 47 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | FdfParserLite.py | 39 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 D | FdfParser.py | 76 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 241 milliseconds