Searched refs:setValue (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/kconfig/
H A Dqconf.cc74 setValue(key, stringList);
379 configSettings->setValue("/showName", showName);
380 configSettings->setValue("/optionMode", (int)optMode);
487 void ConfigList::setValue(ConfigItem* item, tristate val) function in class:ConfigList
768 setValue(item, no);
771 setValue(item, mod);
774 setValue(item, yes);
964 configSettings->setValue("/showDebug", showDebug());
1287 configSettings->setValue("/window x", pos().x());
1288 configSettings->setValue("/windo
[all...]
H A Dqconf.h69 void setValue(ConfigItem* item, tristate val);
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2753 self.fetch_count.setValue(10)
2842 self.progress.setValue(percent)
2850 self.progress.setValue(0)

Completed in 137 milliseconds