Searched refs:gConfig (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEccGlobalData.py21 gConfig = None variable
H A DCheck.py49 if EccGlobalData.gConfig.GeneralCheckNonAcsii == '1' or EccGlobalData.gConfig.GeneralCheckAll == '1' or EccGlobalData.gConfig.CheckAll == '1':
54 if Record[2].upper() not in EccGlobalData.gConfig.BinaryExtList:
92 if EccGlobalData.gConfig.CFunctionLayoutCheckReturnType == '1' or EccGlobalData.gConfig.CFunctionLayoutCheckAll == '1' or EccGlobalData.gConfig.CheckAll == '1':
105 if EccGlobalData.gConfig.CFunctionLayoutCheckOptionalFunctionalModifier == '1' or EccGlobalData.gConfig.CFunctionLayoutCheckAll == '1' or EccGlobalData.gConfig
[all...]
H A DEcc.py101 EccGlobalData.gConfig = Configuration(self.ConfigFile)
164 Op = open(EccGlobalData.gConfig.MetaDataFileCheckPathOfGenerateFileList, 'w+')
166 SkipDirs = EccGlobalData.gConfig.SkipDirList
H A Dc.py35 skipList = list(EccGlobalData.gConfig.SkipDirList) + ['.svn']
56 return EccGlobalData.gConfig
831 if M in EccGlobalData.gConfig.ModifierList:
2352 if EccGlobalData.gConfig.HeaderCheckCFileCommentStartSpacesNum == '1' or EccGlobalData.gConfig.HeaderCheckAll == '1' or EccGlobalData.gConfig.CheckAll == '1':
2375 if EccGlobalData.gConfig.HeaderCheckCFileCommentReferenceFormat == '1' or EccGlobalData.gConfig.HeaderCheckAll == '1' or EccGlobalData.gConfig.CheckAll == '1':
2389 if EccGlobalData.gConfig
[all...]

Completed in 79 milliseconds