Searched refs:SEPERATOR_TUPLE (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | CodeFragmentCollector.py | 47 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | FdfParserLite.py | 41 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable 818 if not str(followingChar).isspace() and followingChar not in SEPERATOR_TUPLE: 878 if not str(TempChar).isspace() and TempChar not in SEPERATOR_TUPLE: 882 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE: 962 if not str(TempChar).isspace() and not TempChar in SEPERATOR_TUPLE: 967 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | CodeFragmentCollector.py | 49 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FdfParser.py | 79 SEPERATOR_TUPLE = ('=', '|', ',', '{', '}') variable 996 if not str(followingChar).isspace() and followingChar not in SEPERATOR_TUPLE: 1066 if not str(TempChar).isspace() and TempChar not in SEPERATOR_TUPLE: 1070 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE: 1170 if not str(TempChar).isspace() and not TempChar in SEPERATOR_TUPLE: 1175 elif StartPos == self.CurrentOffsetWithinLine and TempChar in SEPERATOR_TUPLE:
|