Home
last modified time | relevance | path

Searched refs:mConfigName (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/kopete/contactlist/
H A Dcontactlistlayoutmanager.h47 , mConfigName(configName) in ContactListTokenConfig()
54 QString mConfigName; variable
H A Dcontactlistlayoutmanager.cpp206 if (m_tokens.at(i).mConfigName == configName) { in parseItemConfig()
300 … elementElement.setAttribute(QStringLiteral("value"), m_tokens.at(element.value()).mConfigName); in createItemElement()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/rust/gtest/bench-collections/
H A DBench.cpp74 const char* mConfigName; member
247 printf("%14s", params->mConfigName); in SetUp()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/rust/gtest/bench-collections/
H A DBench.cpp74 const char* mConfigName; member
247 printf("%14s", params->mConfigName); in SetUp()
/dports/www/firefox/firefox-99.0/xpcom/rust/gtest/bench-collections/
H A DBench.cpp74 const char* mConfigName; member
247 printf("%14s", params->mConfigName); in SetUp()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/rust/gtest/bench-collections/
H A DBench.cpp74 const char* mConfigName; member
247 printf("%14s", params->mConfigName); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java108 private String mConfigName = ""; field in DeqpTestRunner
2033 …mTestInstances = generateTestInstances(reader, mConfigName, mScreenRotation, mSurfaceType, mConfig… in loadTests()
2199 destination.mConfigName = source.mConfigName; in copyOptions()