Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/android/network/
H A DZeroconfBrowserAndroid.cpp129 jni::CJNISet<jni::jhstring> txtKey = resolver.m_retServiceInfo.getAttributes().keySet(); in doResolveService() local
130 jni::CJNIIterator<jni::jhstring> it = txtKey.iterator(); in doResolveService()
223 jni::CJNISet<jni::jhstring> txtKey = serviceInfo.getAttributes().keySet(); in onServiceFound() local
224 jni::CJNIIterator<jni::jhstring> it = txtKey.iterator(); in onServiceFound()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/project/
H A Dproject_file.cpp208 wxString txtKey; in MigrateFromLegacy() local
209 txtKey << txtIdx; in MigrateFromLegacy()
213 while( aCfg->Read( txtKey, &str ) ) in MigrateFromLegacy()
220 txtKey.clear(); in MigrateFromLegacy()
221 txtKey << ++txtIdx; in MigrateFromLegacy()
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Ddlgtrackinfo.cpp138 connect(txtKey, in init()
263 txtKey->setText(KeyUtils::getGlobalKeyText(m_keysClone)); in populateFields()
462 txtKey->setText(""); in clear()
588 const QString newKeyText = txtKey->text(); in slotKeyTextChanged()
595 txtKey->setText(KeyUtils::getGlobalKeyText(m_keysClone)); in slotKeyTextChanged()