Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/
Dqconf.cc86 setValue(key, stringList); in writeSizes()
377 configSettings->setValue("/showName", showName); in saveSettings()
378 configSettings->setValue("/showRange", showRange); in saveSettings()
379 configSettings->setValue("/showData", showData); in saveSettings()
380 configSettings->setValue("/optionMode", (int)optMode); in saveSettings()
465 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList
746 setValue(item, no); in keyPressEvent()
749 setValue(item, mod); in keyPressEvent()
752 setValue(item, yes); in keyPressEvent()
804 setValue(item, no); in mouseReleaseEvent()
[all …]
Dqconf.h67 void setValue(ConfigItem* item, tristate val);
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py1368 self.fetch_count.setValue(10)
1457 self.progress.setValue(percent)
1465 self.progress.setValue(0)