Home
last modified time | relevance | path

Searched refs:GetScore (Results 1 – 25 of 1948) sorted by relevance

12345678910>>...78

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/engagement/
H A Dsite_engagement_helper_unittest.cc191 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
197 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
205 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
212 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
244 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
249 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
255 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
261 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
267 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
273 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
[all …]
H A Dsite_engagement_service_unittest.cc319 EXPECT_EQ(0, service->GetScore(url)); in TEST_F()
337 EXPECT_EQ(0, service->GetScore(url1)); in TEST_F()
338 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
339 EXPECT_EQ(0, service->GetScore(url3)); in TEST_F()
350 EXPECT_EQ(1, service->GetScore(url2)); in TEST_F()
378 EXPECT_EQ(0, service->GetScore(url1)); in TEST_F()
379 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
380 EXPECT_EQ(0, service->GetScore(url3)); in TEST_F()
431 EXPECT_EQ(0, service->GetScore(url1)); in TEST_F()
432 EXPECT_EQ(0, service->GetScore(url2)); in TEST_F()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/gumbel_params/unit_test/
H A Dgeneral_score_matrix_unit_test.cpp76 smat.GetScore((Uint4)i, (Uint4)j) ); in BOOST_AUTO_TEST_CASE()
92 BOOST_REQUIRE_EQUAL( smat.GetScore(residues[i], residues[j]), in BOOST_AUTO_TEST_CASE()
93 smat.GetScore(i, j) ); in BOOST_AUTO_TEST_CASE()
100 BOOST_CHECK_THROW( smat.GetScore(0, num), CGeneralScoreMatrixException ); in BOOST_AUTO_TEST_CASE()
101 BOOST_CHECK_THROW( smat.GetScore('A', '!'), CGeneralScoreMatrixException ); in BOOST_AUTO_TEST_CASE()
/dports/games/csmash/csmash-0.6.6/
H A DPlayGame.cpp87 PlayGame::GetScore( Player *p ) { in GetScore() function in PlayGame
100 PlayGame::GetScore( long side ) { in GetScore() function in PlayGame
153 printf( _("You : %d - %d : Opponent\n"), GetScore(m_thePlayer), in ChangeScore()
154 GetScore(m_comPlayer) ); in ChangeScore()
189 if ( GetScore(m_thePlayer) > GetScore(m_comPlayer) ) in EndGame()
H A DControl.cpp55 score1 = ((PlayGame *)m_theControl)->GetScore(1); in ClearControl()
56 score2 = ((PlayGame *)m_theControl)->GetScore(-1); in ClearControl()
H A DPlayGame.h46 long GetScore( Player *p );
47 long GetScore( long side );
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/banners/
H A Dapp_banner_settings_helper_unittest.cc95 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
100 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
105 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
197 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
202 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
206 service->GetScore(otherURL))); in TEST_F()
237 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
242 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
246 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
250 AppBannerSettingsHelper::HasSufficientEngagement(service->GetScore(url))); in TEST_F()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcaligner-alignwintwodiag.cpp81 (GetMatrix( qi, qi ).GetScore() - splicePenalty) : in AlignWinTwoDiag()
82 (GetMatrix( dd, dd ).GetScore() - gap); in AlignWinTwoDiag()
100 double diagonal = GetMatrix( qe, qe ).GetScore(); in AlignWinTwoDiag()
101 double shifted = GetMatrix( qe, se ).GetScore(); in AlignWinTwoDiag()
112 diagonal = GetMatrix( qe, se ).GetScore(); in AlignWinTwoDiag()
124 shifted = GetMatrix( qe, se ).GetScore() - GetMatrix( qb - 1, sb - 1).GetScore(); in AlignWinTwoDiag()
H A Dcaligner-aligntail.cpp144 if( cell.GetScore() < sc ) { in AlignTail()
152 if( cell.GetScore() < sc ) { in AlignTail()
187 wqs += cell.GetScore(); in AlignTail()
191 double wqsb = GetMatrix( qq, s ).GetScore() - go - ge * ( q - qq ); in AlignTail()
199 double wqsc = GetMatrix( q, ss ).GetScore() - go - ge * ( s - ss ); in AlignTail()
H A Dcoutputformatter.cpp96 …1 = m_flags & fReportRawScore ? hit->GetScore(0) : hit->GetComponentFlags() & CHit::fComponent_1 ?… in FormatCore()
97 …2 = m_flags & fReportRawScore ? hit->GetScore(1) : hit->GetComponentFlags() & CHit::fComponent_2 ?… in FormatCore()
99 …1 = m_flags & fReportRawScore ? hit->GetScore(0) : hit->GetComponentFlags() & CHit::fComponent_1 ?… in FormatCore()
100 …2 = m_flags & fReportRawScore ? hit->GetScore(1) : hit->GetComponentFlags() & CHit::fComponent_2 ?… in FormatCore()
490 m_out << (pos + 1) << "\t" << (pos + count) << "\t" << hit->GetScore( matepair ) << "\t"; in FormatDifference()
/dports/games/colorcode/ColorCode-0.8.5/
H A Dhighscore.cpp38 int HighScore::GetScore(int rcnt, int t) in GetScore() function in HighScore
42 return GetScore(); in GetScore()
45 int HighScore::GetScore() const in GetScore() function in HighScore
H A Dhighscore.h30 int GetScore(int rcnt, int t);
31 int GetScore() const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/align/util/
H A Dhit_comparator.hpp127 return lhs->GetScore() > rhs->GetScore(); in operator ()()
140 return lhs->GetScore() > rhs->GetScore(); in operator ()()
H A Dbest_placement.hpp56 score_fn_t score_fn = &NBestPlacement::GetScore);
58 static int GetScore(const objects::CSeq_align& aln);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/
H A Dseq_align_handle.hpp94 const CSeq_align::TScore& GetScore(void) const;
190 const CSeq_align::TScore& CSeq_align_Handle::GetScore(void) const in GetScore() function in CSeq_align_Handle
192 return x_GetSeq_align().GetScore(); in GetScore()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/
H A Dseq_align_handle.hpp94 const CSeq_align::TScore& GetScore(void) const;
190 const CSeq_align::TScore& CSeq_align_Handle::GetScore(void) const in GetScore() function in CSeq_align_Handle
192 return x_GetSeq_align().GetScore(); in GetScore()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/bma_refine/
H A DRefinerCycle.cpp81 score = m_phases[0]->GetScore(true); in GetInitialScore()
93 score = m_phases[phaseNum]->GetScore(false); in GetFinalScore()
122 … TERSE_INFO_MESSAGE_CL(" Phase's initial alignment score = " << m_phases[p]->GetScore(true) in DoCycle()
123 …<< "; alignment score after " << phaseName << " phase = " << m_phases[p]->GetScore(false) << "\n"); in DoCycle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/search/search_result_ranker/
H A Dchip_ranker.cc45 float GetScore(const std::map<std::string, float>& scores, in GetScore() function
165 float app_score = GetScore(ranks, kApp); in Rank()
166 float drive_score = GetScore(ranks, kDriveFile); in Rank()
167 float local_score = GetScore(ranks, kLocalFile); in Rank()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/bma_refine/
H A DAlignRefineScorer.hpp73 double GetScore(); // simple getter
89 double RowScorer::GetScore() { in GetScore() function in RowScorer
/dports/databases/tile38/tile38-1.12.0/vendor/google.golang.org/genproto/googleapis/cloud/vision/v1/
H A Dweb_detection.pb.go88 func (m *WebDetection_WebEntity) GetScore() float32 { func
123 func (m *WebDetection_WebImage) GetScore() float32 { func
151 func (m *WebDetection_WebPage) GetScore() float32 { func
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuDmAlignedscore.cpp129 ppScores[j][k] = m_scoreMatrix->GetScore(char(j), char(k)); in CalcPairwiseScores()
140 m_Array[j][k] = GetScore(m_ppAlignedResidues[j], m_ppAlignedResidues[k], ppScores); in CalcPairwiseScores()
163 double DM_AlignedScore::GetScore(CharPtr residuesRow1, CharPtr residuesRow2, int** ppScores) { in GetScore() function in DM_AlignedScore
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/invaders/src/
H A DEventHandlerHighScore.cpp48 int score = GameDetails::GetScore(); in ProcessEvent()
52 …es::SubmitScore(GameDetails::GetDefenderColour(), GameDetails::GetWave(), GameDetails::GetScore()); in ProcessEvent()
/dports/games/maelstrom/Maelstrom-3.0.6/netlogic/
H A Dlogic.cpp114 int GetScore(void) in GetScore() function
116 return(OurShip->GetScore()); in GetScore()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/blast/gumbel_params/
H A Dgeneral_score_matrix.hpp115 Int4 GetScore(Uint4 i, Uint4 j) const;
123 Int4 GetScore(char a, char b) const;
/dports/games/blokish/blokish/src/
H A Dblokish.cpp935 if(manPrevScores[0] != mGame.GetScore(first)) in OnTimer()
937 sprintf(buffer, "Player 1: %d", mGame.GetScore(first)); in OnTimer()
941 if(manPrevScores[1] != mGame.GetScore(second)) in OnTimer()
943 sprintf(buffer, "Player 2: %d", mGame.GetScore(second)); in OnTimer()
947 if(manPrevScores[2] != mGame.GetScore(third)) in OnTimer()
949 sprintf(buffer, "Player 3: %d", mGame.GetScore(third)); in OnTimer()
953 if(manPrevScores[3] != mGame.GetScore(fourth)) in OnTimer()
986 manPrevScores[0] = mGame.GetScore(first); in OnTimer()
987 manPrevScores[1] = mGame.GetScore(second); in OnTimer()
988 manPrevScores[2] = mGame.GetScore(third); in OnTimer()
[all …]

12345678910>>...78