Home
last modified time | relevance | path

Searched refs:buildKey (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dcreateandroidmanifestwizard.cpp115 const QString displayName = bti.buildKey; in ChooseProFilePage()
117 if (bti.buildKey == currentBuildKey) in ChooseProFilePage()
195 const QString buildKey = m_wizard->buildKey(); in checkPackageSourceDir() local
196 const BuildTargetInfo bti = m_wizard->buildSystem()->buildTarget(buildKey); in checkPackageSourceDir()
218 const QString buildKey = m_wizard->buildKey(); in initializePage() local
219 const BuildTargetInfo bti = target->buildTarget(buildKey); in initializePage()
223 if (const ProjectNode *node = target->project()->findNodeForBuildKey(buildKey)) in initializePage()
261 setBuildKey(buildTargets.first().buildKey); in CreateAndroidManifestWizard()
269 QString CreateAndroidManifestWizard::buildKey() const in buildKey() function in Android::Internal::CreateAndroidManifestWizard
274 void CreateAndroidManifestWizard::setBuildKey(const QString &buildKey) in setBuildKey() argument
[all …]
H A Dandroidextralibrarylistmodel.cpp91 const QString buildKey = m_buildSystem->target()->activeBuildKey(); in updateModel() local
92 const ProjectNode *node = m_buildSystem->target()->project()->findNodeForBuildKey(buildKey); in updateModel()
118 const QString buildKey = m_buildSystem->target()->activeBuildKey(); in addEntries() local
119 const ProjectNode *node = m_buildSystem->target()->project()->findNodeForBuildKey(buildKey); in addEntries()
128 m_buildSystem->setExtraData(buildKey, Constants::AndroidExtraLibs, m_entries); in addEntries()
158 const QString buildKey = m_buildSystem->target()->activeBuildKey(); in removeEntries() local
159 m_buildSystem->setExtraData(buildKey, Constants::AndroidExtraLibs, m_entries); in removeEntries()
H A Dandroidrunconfiguration.cpp83 const QString buildKey = target->activeBuildKey(); in AndroidRunConfiguration() local
84 target->buildSystem()->setExtraData(buildKey, in AndroidRunConfiguration()
120 AndroidManager::updateGradleProperties(target, buildKey()); in AndroidRunConfiguration()
H A Dcreateandroidmanifestwizard.h45 QString buildKey() const;
46 void setBuildKey(const QString &buildKey);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildsystem.cpp326 BuildTargetInfo BuildSystem::buildTarget(const QString &buildKey) const in buildTarget()
328 return Utils::findOrDefault(d->m_appTargets, [&buildKey](const BuildTargetInfo &ti) { in buildTarget()
329 return ti.buildKey == buildKey; in buildTarget()
343 void BuildSystem::setExtraData(const QString &buildKey, Utils::Id dataKey, const QVariant &data) in setExtraData() argument
345 const ProjectNode *node = d->m_target->project()->findNodeForBuildKey(buildKey); in setExtraData()
350 QVariant BuildSystem::extraData(const QString &buildKey, Utils::Id dataKey) const in extraData() argument
352 const ProjectNode *node = d->m_target->project()->findNodeForBuildKey(buildKey); in extraData()
372 QString BuildSystem::disabledReason(const QString &buildKey) const in disabledReason()
377 const FilePath projectFilePath = buildTarget(buildKey).projectFilePath; in disabledReason()
H A Dbuildtargetinfo.h41 QString buildKey; // Used to identify this BuildTargetInfo object in its list.
58 return ti1.buildKey == ti2.buildKey
75 return qHash(ti.displayName) ^ qHash(ti.buildKey); in qHash()
H A Dbuildsystem.h113 BuildTargetInfo buildTarget(const QString &buildKey) const;
148 void setExtraData(const QString &buildKey, Utils::Id dataKey, const QVariant &data);
149 QVariant extraData(const QString &buildKey, Utils::Id dataKey) const;
158 QString disabledReason(const QString &buildKey) const;
H A Drunconfiguration.cpp338 return candidate->buildKey() == buildKey(); in productNode()
484 displayName = decoratedTargetName(ti.buildKey, target); in availableCreators()
489 rci.buildKey = ti.buildKey; in availableCreators()
497 rci.buildKey = ti.buildKey; in availableCreators()
583 rc->m_buildKey = buildKey; in create()
/dports/www/tikiwiki/tiki-21.2/lib/cache/
H A Dmemcachelib.php129 $key = $this->buildKey($key);
150 $keys_built[] = $this->buildKey($key);
176 $key = $this->buildKey($key);
193 $key = $this->buildKey($key);
219 function buildKey($key, $use_md5 = false) function in Memcachelib
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/products/libllbuild/
H A DBuildSystem-C-API.cpp344 auto& buildKey = rules[idx++]; in cycleDetected() local
348 buildKey.kind = llb_build_key_kind_command; in cycleDetected()
349 buildKey.key = strdup(key.getCommandName().str().c_str()); in cycleDetected()
352 buildKey.kind = llb_build_key_kind_custom_task; in cycleDetected()
356 buildKey.kind = llb_build_key_kind_directory_contents; in cycleDetected()
364 buildKey.kind = llb_build_key_kind_node; in cycleDetected()
365 buildKey.key = strdup(key.getNodeName().str().c_str()); in cycleDetected()
368 buildKey.kind = llb_build_key_kind_target; in cycleDetected()
369 buildKey.key = strdup(key.getTargetName().str().c_str()); in cycleDetected()
372 buildKey.kind = llb_build_key_kind_unknown; in cycleDetected()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-api-0.13.3/Crypto/Classes/
H A DExceptions.hs20 , buildKey, C.buildKeyIO, buildKeyGen
62 buildKey :: C.BlockCipher k => B.ByteString -> k
63 buildKey = mExcept KeyGenFailure . C.buildKey function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-api-0.13.3/Crypto/Classes/
H A DExceptions.hs20 , buildKey, C.buildKeyIO, buildKeyGen
62 buildKey :: C.BlockCipher k => B.ByteString -> k
63 buildKey = mExcept KeyGenFailure . C.buildKey function
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DCAST5.hs35 | len < 16 = CryptoPassed (CAST5 $ buildKey short padded)
36 | len == 16 = CryptoPassed (CAST5 $ buildKey False bs)

12345678910>>...12