Home
last modified time | relevance | path

Searched refs:testcfg (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py23 testcfg = {} variable
24 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 = testcfg
773 testcfg[cfgtype].SetOption(section, 'name', 'value')
777 testcfg[cfgtype][section] # and from mock userCfg.
Dtest_codecontext.py15 testcfg = { variable
67 codecontext.idleConf.userCfg = testcfg
Dtest_colorizer.py15 testcfg = { variable
34 colorizer.idleConf.userCfg = testcfg
Dtest_configdialog.py19 testcfg = { variable
36 idleConf.userCfg = testcfg
/external/llvm/test/Transforms/SimplifyCFG/
DDeadSetCC.ll11 define void @testcfg(i32 %V) {
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
DDeadSetCC.ll11 define void @testcfg(i32 %V) {