Home
last modified time | relevance | path

Searched refs:setScore (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/games/kblackbox/kblackbox-21.12.3/src/
H A Dkbbgamedoc.cpp58 setScore(SCORE_LOST); in gameOver()
121 setScore(m_score + SCORE_ONE); in shootRay()
123 setScore(m_score + SCORE_TWO); in shootRay()
146 setScore(m_score+1); in timeChanged()
163setScore(-1); // -1 because a signal "timeChanged" will be send at the beginning and the score wil… in clean()
176 void KBBGameDoc::setScore( int n ) in setScore() function in KBBGameDoc
/dports/games/bubble-chains/bubble-chains-0.2.0/
H A Dgamestat.cpp21 priv->levelWinDialog->setScore(score); in showStatictics()
35 priv->gameWinDialog->setScore(score); in showStatictics()
84 priv->levelWinDialog->setScore(score); in bonusTimeLeft()
85 priv->gameWinDialog->setScore(score); in bonusTimeLeft()
H A Dgametools.cpp249 setScore(0); in readProfile()
250 setScore(lpi->toolScore); in readProfile()
318 void ToolSet::setScore(int score) in setScore() function in ToolSet
332 tool->setScore(priv->maxCount); in setLongestChain()
445 setScore(0); in toolAboutExecute()
461 setScore(0); in toolExecuted()
H A Dgametools.h37 inline void setScore(int val) { myScore = val; } in setScore() function
95 void setScore(int score);
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/go/
H A DCountScore.java72 setScore(p, EMPTY); in compute()
77 setScore(p, c); in compute()
89 setScore(territory, BLACK); in compute()
94 setScore(territory, WHITE); in compute()
243 private void setScore(GoPoint p, GoColor c) in setScore() method in CountScore
249 private void setScore(ConstPointList points, GoColor c) in setScore() method in CountScore
252 setScore(p, c); in setScore()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A DscorePreview.cpp45 void ScorePreview::setScore(const QString& s) in setScore() function in Ms::ScorePreview
49 setScore(fi); in setScore()
52 void ScorePreview::setScore(const ScoreInfo& si) in setScore() function in Ms::ScorePreview
H A DscorePreview.h35 void setScore(const QString&);
36 void setScore(const ScoreInfo&);
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DPasswordHealth.cpp57 void PasswordHealth::setScore(int score) in setScore() function in PasswordHealth
153 health->setScore(64); in evaluate()
161 health->setScore(0); in evaluate()
174 health->setScore(60); in evaluate()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dicesame.cc91 void setScore(int s) { in setScore() function in IceSame
117 setScore(0); in newGame()
128 setScore(0); in restartGame()
160 setScore(undoScore); in undo()
194 setScore(score + 1000); in clean()
212 setScore(score + (c - 2) * (c - 2)); in press()
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Dutil.cpp136 void ScoreView::setScore(Ms::PluginAPI::Score* s) in setScore() function in Ms::PluginAPI::ScoreView
139 setScore(newScore); in setScore()
142 void ScoreView::setScore(Ms::Score* s) in setScore() function in Ms::PluginAPI::ScoreView
144 MuseScoreView::setScore(s); in setScore()
H A Dcursor.h82 Q_PROPERTY(Ms::PluginAPI::Score* score READ score WRITE setScore)
131 void setScore(Ms::Score* s);
149 void setScore(Score* s);
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dwbengine.cpp285 analysis.setScore(30000); in parseEndOfGame()
289 analysis.setScore(-30000); in parseEndOfGame()
293 analysis.setScore(0); in parseEndOfGame()
297 analysis.setScore(m_board.toMove() == White ? 30000 : -30000); in parseEndOfGame()
333 analysis.setScore(score); in parseAnalysis()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core/meta/
H A DTestMetaTrack.cpp128 statistics->setScore( 3 ); in testSetAndGetScore()
131 statistics->setScore( 12.55 ); in testSetAndGetScore()
134 statistics->setScore( 100 ); in testSetAndGetScore()
137 statistics->setScore( 0 ); in testSetAndGetScore()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/seeds/
H A Dtest_seeds_seed_set_base.cpp172 setScore(seed, 1); in testSeedsSeedSetAddSeedSingleThresholdReachedScore()
368 setScore(s1, -2); in testSeedsSeedSetAddSeedMergeLeftMergingPossibleThresholdNotReachedScored()
374 setScore(s2, -1); in testSeedsSeedSetAddSeedMergeLeftMergingPossibleThresholdNotReachedScored()
399 setScore(s1, -3); in testSeedsSeedSetAddSeedMergeLeftMergingPossibleThresholdReachedScored()
405 setScore(s2, 1); in testSeedsSeedSetAddSeedMergeLeftMergingPossibleThresholdReachedScored()
584 setScore(s1, 1); in testSeedsSeedSetAddSeedSimpleChainLeftChainingPossibleThresholdNotReachedScored()
590 setScore(s2, 1); in testSeedsSeedSetAddSeedSimpleChainLeftChainingPossibleThresholdNotReachedScored()
616 setScore(s1, 2); in testSeedsSeedSetAddSeedSimpleChainLeftChainingPossibleThresholdReachedScored()
622 setScore(s2, 2); in testSeedsSeedSetAddSeedSimpleChainLeftChainingPossibleThresholdReachedScored()
822 setScore(s1, 1); in testSeedsSeedSetAddSeedChaosLeftChainingPossibleThresholdNotReachedScored()
[all …]
/dports/biology/jalview/jalview/test/jalview/gui/
H A DAnnotationLabelsTest.java44 ann.setScore(2.34d); in testGetTooltip()
52 ann.setScore(2.34d); in testGetTooltip()
81 ann.setScore(-2.1D); in testGetTooltip()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dexcerpt.cpp367 ns->setScore(score); in cloneSpanner()
422 nt->setScore(ncr->score()); in cloneTuplets()
432 nt2->setScore(ncr->score()); in cloneTuplets()
458 ne->setScore(score); in processLinkedClone()
480 ne->setScore(score); in cloneStaves()
560 ne->setScore(score); in cloneStaves()
606 ne->setScore(score); in cloneStaves()
767 ne->setScore(score); in cloneStaves()
898 ne->setScore(score); in cloneStaff()
950 ne1->setScore(score); in cloneStaff()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/
H A DHaplotypeCallerGenotypingEngineUnitTest.java236 hapRef.setScore(Double.MAX_VALUE); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
240 hapT.setScore(-2.0); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
242 hapTAnother.setScore(-3.0); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
244 hapT2.setScore(-2.0); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
246 hapT2Another.setScore(-3.0); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
249 hapC.setScore(-3.0); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
253 hapG.setScore(-3.0); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
255 hapGAnother.setScore(-5.0); in testReduceNumberOfAlternativeAllelesBasedOnHaplotypesScores()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/meta/file/
H A DTestMetaFileTrack.cpp292 statistics->setScore( 3 ); in testSetGetScore()
295 statistics->setScore( 12.55 ); in testSetGetScore()
298 statistics->setScore( 100 ); in testSetGetScore()
301 statistics->setScore( 0 ); in testSetGetScore()
307 statistics->setScore( 3 ); in testSetGetScore()
310 statistics->setScore( 12.55 ); in testSetGetScore()
/dports/games/gillo/gillo/src/
H A Dsimpleball.cpp95 this->setScore(0.0); in Init()
115 this->setScore(score +this->possessionIncrement*dt); in update()
133 void SimpleBall::setScore(float s) in setScore() function in gillo::SimpleBall
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/datatype/
H A DSMatrix.cpp64 setScore(c1, c2, minScore); in SMatrix()
74 setScore(dstChar, c, scoreSrc1); in copyCharValues()
76 setScore(c, dstChar, scoreSrc2); in copyCharValues()
H A DSMatrix.h61 void setScore(char c1, char c2, float score);
110 inline void SMatrix::setScore(char c1, char c2, float score) { in setScore() function
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/seeds/
H A Dseeds_seed_base.h568 setScore(TSeed & seed, TScore const & score)
622 setScore(seed, newScore);
657 setScore(seed, score(seed) + score(other) + gapScore);
665 setScore(seed, score(seed) + score(other) + scoreDelta);
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/seeds/
H A Dseeds_seed_base.h568 setScore(TSeed & seed, TScore const & score)
622 setScore(seed, newScore);
657 setScore(seed, score(seed) + score(other) + gapScore);
665 setScore(seed, score(seed) + score(other) + scoreDelta);
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/seeds/
H A Dseeds_seed_base.h568 setScore(TSeed & seed, TScore const & score)
622 setScore(seed, newScore);
657 setScore(seed, score(seed) + score(other) + gapScore);
665 setScore(seed, score(seed) + score(other) + scoreDelta);
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtpurchasing/examples/purchasing/qthangman/
H A Dhangmangame.h72 Q_PROPERTY(int score READ score WRITE setScore NOTIFY scoreChanged)
85 Q_INVOKABLE void setScore(int score);

12345678910>>...20