Home
last modified time | relevance | path

Searched refs:gConfig (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCheck.py47 …if EccGlobalData.gConfig.GeneralCheckUni == '1' or EccGlobalData.gConfig.GeneralCheckAll == '1' or…
65 …if EccGlobalData.gConfig.GeneralCheckNonAcsii == '1' or EccGlobalData.gConfig.GeneralCheckAll == '…
70 if Record[2].upper() not in EccGlobalData.gConfig.BinaryExtList:
105 if f.lower() in EccGlobalData.gConfig.SkipFileList:
111 …ccGlobalData.gConfig.CFunctionLayoutCheckReturnType == '1' or EccGlobalData.gConfig.CFunctionLayou…
124 …Data.gConfig.CFunctionLayoutCheckOptionalFunctionalModifier == '1' or EccGlobalData.gConfig.CFunct…
138 …cGlobalData.gConfig.CFunctionLayoutCheckFunctionName == '1' or EccGlobalData.gConfig.CFunctionLayo…
151 …lobalData.gConfig.CFunctionLayoutCheckFunctionPrototype == '1' or EccGlobalData.gConfig.CFunctionL…
166 …cGlobalData.gConfig.CFunctionLayoutCheckFunctionBody == '1' or EccGlobalData.gConfig.CFunctionLayo…
181 …lobalData.gConfig.CFunctionLayoutCheckNoInitOfVariable == '1' or EccGlobalData.gConfig.CFunctionLa…
[all …]
DEccGlobalData.py21 gConfig = None variable
DEcc.py109 EccGlobalData.gConfig = Configuration(self.ConfigFile)
154 for folder in re.finditer(r'\S+', EccGlobalData.gConfig.ScanOnlyDirList):
203 Op = open(EccGlobalData.gConfig.MetaDataFileCheckPathOfGenerateFileList, 'w+')
205 SkipDirs = EccGlobalData.gConfig.SkipDirList
Dc.py35 skipList = list(EccGlobalData.gConfig.SkipDirList) + ['.svn']
56 return EccGlobalData.gConfig
517 if f.lower() in EccGlobalData.gConfig.SkipFileList:
833 if M in EccGlobalData.gConfig.ModifierList:
2366 …EccGlobalData.gConfig.HeaderCheckCFileCommentStartSpacesNum == '1' or EccGlobalData.gConfig.Header…
2374 for Copyright in EccGlobalData.gConfig.Copyright:
2392 …EccGlobalData.gConfig.HeaderCheckCFileCommentReferenceFormat == '1' or EccGlobalData.gConfig.Heade…
2406 … EccGlobalData.gConfig.HeaderCheckCFileCommentLicenseFormat == '1' or EccGlobalData.gConfig.Header…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py267 …if EccGlobalData.gConfig.UniCheckHelpInfo == '1' or EccGlobalData.gConfig.UniCheckAll == '1' or Ec…
1791 …if EccGlobalData.gConfig.UniCheckPCDInfo == '1' or EccGlobalData.gConfig.UniCheckAll == '1' or Ecc…