Home
last modified time | relevance | path

Searched refs:testcfg (Results 1 – 8 of 8) 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
790 testcfg[cfgtype].SetOption(section, 'name', 'value')
794 testcfg[cfgtype][section] # and from mock userCfg.
Dtest_codecontext.py14 testcfg = { variable
63 codecontext.idleConf.userCfg = testcfg
Dtest_colorizer.py15 testcfg = { variable
34 colorizer.idleConf.userCfg = testcfg
Dtest_configdialog.py19 testcfg = { variable
35 idleConf.userCfg = testcfg
/external/llvm/test/Transforms/SimplifyCFG/
DDeadSetCC.ll11 define void @testcfg(i32 %V) {
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
DDeadSetCC.ll11 define void @testcfg(i32 %V) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
DDeadSetCC.ll11 define void @testcfg(i32 %V) {
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dclock_ti814x.c115 unsigned int testcfg; member