Searched refs:testcfg (Results 1 – 6 of 6) sorted by relevance
23 testcfg = {} variable24 usermain = testcfg['main'] = config.IdleUserConfParser('')25 userhigh = testcfg['highlight'] = config.IdleUserConfParser('')26 userkeys = testcfg['keys'] = config.IdleUserConfParser('')27 userextn = testcfg['extensions'] = config.IdleUserConfParser('')30 idleConf.userCfg = testcfg773 testcfg[cfgtype].SetOption(section, 'name', 'value')777 testcfg[cfgtype][section] # and from mock userCfg.
15 testcfg = { variable67 codecontext.idleConf.userCfg = testcfg
15 testcfg = { variable34 colorizer.idleConf.userCfg = testcfg
19 testcfg = { variable36 idleConf.userCfg = testcfg
11 define void @testcfg(i32 %V) {