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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCheck.py952 or EccGlobalData.gConfig.NamingConventionCheckSingleCharacterVariable == '1' \
967 self.NamingConventionCheckSingleCharacterVariable(FileTable)
1071 def NamingConventionCheckSingleCharacterVariable(self, FileTable): member in class:Check
1072 if EccGlobalData.gConfig.NamingConventionCheckSingleCharacterVariable == '1' or EccGlobalData.gConfig.NamingConventionCheckAll == '1' or EccGlobalData.gConfig.CheckAll == '1':

Completed in 55 milliseconds