Home
last modified time | relevance | path

Searched refs:bestMatch (Results 1 – 25 of 922) sorted by path

12345678910>>...37

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/musicbrainz/
H A DMusicBrainzTagsItem.cpp343 MusicBrainzTagsItem *bestMatch = 0; in chooseBestMatch() local
349 bestMatch = item; in chooseBestMatch()
353 if( !bestMatch ) in chooseBestMatch()
356 bestMatch->setChosen( true ); in chooseBestMatch()
370 MusicBrainzTagsItem *bestMatch = 0; in chooseBestMatchFromRelease() local
382 bestMatch = item; in chooseBestMatchFromRelease()
387 if( bestMatch ) in chooseBestMatchFromRelease()
389 bestMatch->setChosen( true ); in chooseBestMatchFromRelease()
/dports/audio/gonic/gonic-0.8.4/vendor/google.golang.org/appengine/cmd/aefix/
H A Dfix.go581 bestMatch = -1
600 if n > bestMatch {
601 bestMatch = n
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/import/
H A Dtrackdatamatcher.cpp293 int bestMatch = -1; in matchWithTitle() local
299 if (comparedMatch > bestMatch) { in matchWithTitle()
300 bestMatch = comparedMatch; in matchWithTitle()
320 int bestMatch = -1; in matchWithTitle() local
326 if (comparedMatch > bestMatch) { in matchWithTitle()
327 bestMatch = comparedMatch; in matchWithTitle()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/import/
H A Dtrackdatamatcher.cpp293 int bestMatch = -1; in matchWithTitle() local
299 if (comparedMatch > bestMatch) { in matchWithTitle()
300 bestMatch = comparedMatch; in matchWithTitle()
320 int bestMatch = -1; in matchWithTitle() local
326 if (comparedMatch > bestMatch) { in matchWithTitle()
327 bestMatch = comparedMatch; in matchWithTitle()
/dports/audio/libkeyfinder/libkeyfinder-2.2.4/src/
H A Dkeyclassifier.cpp59 key_t bestMatch = SILENCE; in classify() local
63 bestMatch = (key_t)i; in classify()
66 return bestMatch; in classify()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/haiku/
H A DMilkyWindow.cpp217 display_mode* bestMatch = NULL; in SetFullScreen() local
244 bestMatch = mode; in SetFullScreen()
255 bestMatch = mode; in SetFullScreen()
261 if (bestMatch == NULL) { in SetFullScreen()
266 screen.SetMode(bestMatch); in SetFullScreen()
268 bestMatch = &fOriginalMode; in SetFullScreen()
272 if ( bestMatch->virtual_width > milkyWidth in SetFullScreen()
273 || bestMatch->virtual_height > milkyHeight) { in SetFullScreen()
275 (bestMatch->virtual_width - milkyWidth) / 2, in SetFullScreen()
276 (bestMatch->virtual_height - milkyHeight) / 2); in SetFullScreen()
[all …]
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/golang.org/x/text/language/
H A Dmatch.go639 best := bestMatch{}
708 type bestMatch struct { struct
737 func (m *bestMatch) update(have *haveTag, tag Tag, maxScript scriptID, maxRegion regionID, pin bool… argument
/dports/audio/pms-devel/pms-c94e3c6/vendor/golang.org/x/text/language/
H A Dmatch.go454 best := bestMatch{}
524 type bestMatch struct { struct
553 func (m *bestMatch) update(have *haveTag, tag language.Tag, maxScript language.Script, maxRegion la… argument
/dports/audio/py-music21/music21-7.1.0/music21/stream/
H A Dbase.py9203 def bestMatch(target, divisors):
9234 o_matchTuple = bestMatch(float(o), quarterLengthDivisors)
9241 d_matchTuple = bestMatch(float(ql), quarterLengthDivisors)
9249 look_ahead_result = bestMatch(float(next_offset), quarterLengthDivisors)
9255 d_matchTuple = bestMatch(float(ql), (next_divisor,))
/dports/audio/rhvoice/RHVoice-1.2.4/src/android/RHVoice-core/src/main/java/com/github/olga_yakovleva/rhvoice/android/
H A DRHVoiceService.java521 …Candidate bestMatch=findBestVoice(tts,locale.getISO3Language(),locale.getISO3Country(),"","",false… in onGetLanguage() local
522 if(bestMatch.voice!=null) in onGetLanguage()
523 voice=bestMatch.voice; in onGetLanguage()
550 Candidate bestMatch=findBestVoice(tts,language,country,variant,"",false,null); in onIsLanguageAvailable() local
551 int result=languageSupportConstants[bestMatch.score]; in onIsLanguageAvailable()
638 …final Candidate bestMatch=findBestVoice(tts,language,country,variant,voiceName,testing,languageSet… in onSynthesizeText() local
639 if(bestMatch.voice==null) in onSynthesizeText()
649 Log.v(TAG,"Selected voice: "+bestMatch.voice.getSource().getName()); in onSynthesizeText()
650 currentVoice=bestMatch.voice; in onSynthesizeText()
652 voiceProfileSpecBuilder.append(bestMatch.voice.getSource().getName()); in onSynthesizeText()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DLanguageInfoTest.java166 ULocale bestMatch = matcher.getBestMatch(desired); in testFallbacks() local
167 if (!assertEquals("fallback for " + desired + ", " + score, supported, bestMatch)) { in testFallbacks()
173 bestMatch = matcher.getBestMatch(desired); // for debugging in testFallbacks()
H A DLocaleMatcherTest.java262 private void assertNull(Object bestMatch) {
263 assertNull("", bestMatch);
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DAllocateChannels.cpp44 iterator bestMatch = end(); in allocateChannelInterval() local
133 bestMatch = --(i.base()); in allocateChannelInterval()
139 if (bestMatch != end()) { in allocateChannelInterval()
141 return allocateChannelIntervalFrom(bestMatch, in allocateChannelInterval()
/dports/audio/stmp/stmp-0.0.2/vendor/golang.org/x/text/language/
H A Dmatch.go454 best := bestMatch{}
524 type bestMatch struct {
553 func (m *bestMatch) update(have *haveTag, tag language.Tag, maxScript language.Script, maxRegion la…
/dports/audio/tse3/tse3-0.3.1/src/tse3/cmd/
H A DTrack.cpp349 size_t bestMatch = trk; in executeImpl() local
352 bool comparison = (this->*comparator)(bestMatch, subtrk); in executeImpl()
356 bestMatch = subtrk; in executeImpl()
359 swap(trk, bestMatch); in executeImpl()
/dports/audio/visp-go/visp-2585747/vendor/github.com/stretchr/testify/mock/
H A Dmock.go328 var bestMatch matchCandidate
339 if tempCandidate.isBetterMatchThan(bestMatch) {
340 bestMatch = tempCandidate
345 return bestMatch.call, bestMatch.mismatch
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/text/language/
H A Dmatch.go454 best := bestMatch{}
524 type bestMatch struct { struct
553 func (m *bestMatch) update(have *haveTag, tag language.Tag, maxScript language.Script, maxRegion la… argument
/dports/audio/visp-go/visp-2585747/vendor/google.golang.org/appengine/cmd/aefix/
H A Dfix.go581 bestMatch = -1
600 if n > bestMatch {
601 bestMatch = n
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/stretchr/testify/mock/
H A Dmock.go328 var bestMatch matchCandidate
339 if tempCandidate.isBetterMatchThan(bestMatch) {
340 bestMatch = tempCandidate
345 return bestMatch.call, bestMatch.mismatch
/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/text/language/
H A Dmatch.go454 best := bestMatch{}
524 type bestMatch struct {
553 func (m *bestMatch) update(have *haveTag, tag language.Tag, maxScript language.Script, maxRegion la…
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/golang.org/x/text/language/
H A Dmatch.go454 best := bestMatch{}
524 type bestMatch struct { struct
553 func (m *bestMatch) update(have *haveTag, tag language.Tag, maxScript language.Script, maxRegion la… argument
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp7635 const TFunction* bestMatch = nullptr; in findFunction() local
7645 bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction()
7647 if (bestMatch == nullptr) { in findFunction()
7652 bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction()
7655 if (bestMatch == nullptr) { in findFunction()
7667 if (call.getMangledName() == bestMatch->getMangledName()) in findFunction()
7668 return bestMatch; in findFunction()
7678 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction()
7681 promote = new TIntermAggregate(bestMatch->getBuiltInOp()); in findFunction()
7733 if (!tie && bestMatch != nullptr) { in findFunction()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp6496 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction400() local
6498 if (bestMatch == nullptr) in findFunction400()
6503 return bestMatch; in findFunction400()
6586 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunctionExplicitTypes() local
6588 if (bestMatch == nullptr) in findFunctionExplicitTypes()
6593 return bestMatch; in findFunctionExplicitTypes()
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A Dsom.py147 (row,col) = self.weights.bestMatch(point)
445 [row, col] = self.weights.bestMatch(binProfiles[i])
483 …[crow, ccol] = self.weights.bestMatch(binProfileMap[collision_bid]) # where the old bin's floodf…
525 [r, c] = self.weights.bestMatch(profile)
574 [r,c] = self.weights.bestMatch(profile)
H A DtorusMesh.py123 def bestMatch(self, targetVector): member in TorusMesh

12345678910>>...37