Home
last modified time | relevance | path

Searched refs:bestMatch (Results 51 – 75 of 922) sorted by relevance

12345678910>>...37

/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/analytics/
H A DDefaultPlaybackSessionManager.java177 SessionDescriptor bestMatch = null;
185 bestMatch = sessionDescriptor;
188 && Util.castNonNull(bestMatch).adMediaPeriodId != null
190 bestMatch = sessionDescriptor;
194 if (bestMatch == null) {
196 bestMatch = new SessionDescriptor(sessionId, windowIndex, mediaPeriodId);
197 sessions.put(sessionId, bestMatch);
199 return bestMatch;
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DPngDeflater.java351 Match bestMatch = new Match(-1, -1); in findLongestMatch() local
369 if (i > bestMatch.length) { in findLongestMatch()
370 bestMatch.length = i; in findLongestMatch()
371 bestMatch.distance = position - matchPosition; in findLongestMatch()
391 if (bestMatch.length < MIN_LENGTH || bestMatch.distance < 1 || bestMatch.distance > WINDOW) { in findLongestMatch()
395 return bestMatch; in findLongestMatch()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/analytics/
H A DDefaultPlaybackSessionManager.java177 SessionDescriptor bestMatch = null;
185 bestMatch = sessionDescriptor;
188 && Util.castNonNull(bestMatch).adMediaPeriodId != null
190 bestMatch = sessionDescriptor;
194 if (bestMatch == null) {
196 bestMatch = new SessionDescriptor(sessionId, windowIndex, mediaPeriodId);
197 sessions.put(sessionId, bestMatch);
199 return bestMatch;
/dports/devel/doctorj/doctorj-5.1.2/org/incava/java/
H A DParameterUtil.java152 int bestMatch = typeMatch; in getMatch() local
153 if (bestMatch < 0) { in getMatch()
154 bestMatch = nameMatch; in getMatch()
157 if (bestMatch >= 0) { in getMatch()
160 Object[] bValues = (Object[])bParameters.get(bestMatch); in getMatch()
167 bParameters.set(bestMatch, null); in getMatch()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DHitQuery.cpp76 Hit::List::const_iterator bestMatch = m_hits.end(); in first() local
92 bestMatch = it; in first()
103 if (bestMatch != m_hits.end() && bestMatchError <= bestOccluderError) in first()
104 return *bestMatch; in first()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/
H A DP2Utils.java82 BundleInfo bestMatch= null; in findBundle()
105 if (bestMatch == null || bestVersion.compareTo(version) < 0) { in findBundle()
106 bestMatch= bundleInfo; in findBundle()
115 return bestMatch; in findBundle()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DLocale.cpp158 std::string bestMatch = ""; in FindBestMatch() local
171 bestMatch = locale; in FindBestMatch()
175 return bestMatch; in FindBestMatch()
180 std::string bestMatch = ""; in FindBestMatch() local
193 bestMatch = locale.first; in FindBestMatch()
197 return bestMatch; in FindBestMatch()
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/reflect/
H A DMethodUtils.java652 Method bestMatch = null; in getMatchingAccessibleMethod() local
662 if (bestMatch == null in getMatchingAccessibleMethod()
665 bestMatch.getParameterTypes(), in getMatchingAccessibleMethod()
667 bestMatch = accessibleMethod; in getMatchingAccessibleMethod()
673 if (bestMatch != null) { in getMatchingAccessibleMethod()
674 MemberUtils.setAccessibleWorkaround(bestMatch); in getMatchingAccessibleMethod()
676 return bestMatch; in getMatchingAccessibleMethod()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/
H A DBaseImportWizardSecondPage.java154 IPluginModelBase bestMatch = null; in findModel() local
163 if (bestMatch == null || bestMatch.getPluginBase().getVersion() == null || version == null) { in findModel()
165 bestMatch = model; in findModel()
168 Version bestVersion = Version.parseVersion(bestMatch.getPluginBase().getVersion()); in findModel()
171 bestMatch = model; in findModel()
176 return bestMatch; in findModel()
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Styles/Android/drawables/
H A DStateDrawable.qml120 var bestMatch = 0
151 bestMatch = i
156 if (prevMatch != bestMatch) {
159 if ((transition.from == prevMatch && transition.to == bestMatch) ||
160 … (transition.reverse && transition.from == bestMatch && transition.to == prevMatch)) {
166 prevMatch = bestMatch
169 loader.styleDef = stateslist[bestMatch].drawable
/dports/www/xsp/xsp-4.5/src/Mono.WebServer/
H A DApplicationServer.cs498 VPathToHost bestMatch = null; in GetApplicationForPath()
508 bestMatch = v; in GetApplicationForPath()
511 if (bestMatch != null) { in GetApplicationForPath()
512 lock (bestMatch) { in GetApplicationForPath()
513 if (bestMatch.AppHost == null) in GetApplicationForPath()
514 bestMatch.CreateHost (this, webSource); in GetApplicationForPath()
516 return bestMatch; in GetApplicationForPath()
/dports/polish/qnapi/qnapi-0.2.3/libqnapi/src/utils/
H A Dencodingutils.cpp141 int bestMatch = 0; in detectBufferEncoding() local
159 if (found >= bestMatch) { in detectBufferEncoding()
160 bestMatch = found; in detectBufferEncoding()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/parser/
H A Dinpgmod.c536 int bestMatch = 0; in INPfindCard() local
543 if ((match > 0) && (match == bestMatch)) { in INPfindCard()
545 } else if ((match > bestMatch) && (match == length)) { in INPfindCard()
547 bestMatch = match; in INPfindCard()
563 int bestMatch = 0; in INPfindParm() local
576 if ((match > 0) && (match == bestMatch) && (id != bestId)) { in INPfindParm()
578 } else if ((match > bestMatch) && (match == length)) { in INPfindParm()
579 bestMatch = match; in INPfindParm()
/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/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolAlign/
H A DAlignMolecules.cpp100 MatchVectType &bestMatch = matches[0]; in getBestRMS() local
105 bestMatch = matche; in getBestRMS()
110 if (&bestMatch != &matches.back()) { in getBestRMS()
111 alignMol(probeMol, refMol, probeId, refId, &bestMatch); in getBestRMS()
153 MatchVectType &bestMatch = matches[0]; in CalcRMS() local
180 bestMatch = matche; in CalcRMS()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/HttpServer/
H A DHttpContentNegociation.cpp223 std::unique_ptr<Reference> bestMatch; in Apply() local
243 SelectBestMatch(bestMatch, *it2, type, subtype, quality); in Apply()
250 if (bestMatch.get() == NULL) // No match was found in Apply()
256 bestMatch->handler_.Call(); in Apply()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/HttpServer/
H A DHttpContentNegociation.cpp223 std::unique_ptr<Reference> bestMatch; in Apply() local
243 SelectBestMatch(bestMatch, *it2, type, subtype, quality); in Apply()
250 if (bestMatch.get() == NULL) // No match was found in Apply()
256 bestMatch->handler_.Call(); in Apply()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/HttpServer/
H A DHttpContentNegociation.cpp223 std::unique_ptr<Reference> bestMatch; in Apply() local
243 SelectBestMatch(bestMatch, *it2, type, subtype, quality); in Apply()
250 if (bestMatch.get() == NULL) // No match was found in Apply()
256 bestMatch->handler_.Call(); in Apply()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/HttpServer/
H A DHttpContentNegociation.cpp223 std::unique_ptr<Reference> bestMatch; in Apply() local
243 SelectBestMatch(bestMatch, *it2, type, subtype, quality); in Apply()
250 if (bestMatch.get() == NULL) // No match was found in Apply()
256 bestMatch->handler_.Call(); in Apply()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/HttpServer/
H A DHttpContentNegociation.cpp223 std::unique_ptr<Reference> bestMatch; in Apply() local
243 SelectBestMatch(bestMatch, *it2, type, subtype, quality); in Apply()
250 if (bestMatch.get() == NULL) // No match was found in Apply()
256 bestMatch->handler_.Call(); in Apply()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/oned/
H A DODRowReader.h131 int bestMatch = INVALID_MATCH; variable
136 bestMatch = i;
139 bestMatch = INVALID_MATCH;
142 return bestMatch;
/dports/www/gohugo/hugo-0.91.2/tpl/tplimpl/
H A Dshortcodes.go65 bestMatch shortcodeVariant
72 bestMatch = variant
77 return bestMatch, true
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/
H A DValidBreakpointLocationLocator.java29 …tor(CompilationUnit compilationUnit, int lineNumber, boolean bindingsResolved, boolean bestMatch) { in ValidBreakpointLocationLocator() argument
30 super(compilationUnit, lineNumber, bindingsResolved, bestMatch); in ValidBreakpointLocationLocator()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dlib_tree_model_adapter.cpp246 LIB_TREE_NODE* bestMatch = ShowResults(); in UpdateSearchString() local
248 if( !bestMatch ) in UpdateSearchString()
249 bestMatch = ShowPreselect(); in UpdateSearchString()
251 if( !bestMatch ) in UpdateSearchString()
252 bestMatch = ShowSingleLibrary(); in UpdateSearchString()
254 if( bestMatch ) in UpdateSearchString()
256 wxDataViewItem item = wxDataViewItem( bestMatch ); in UpdateSearchString()

12345678910>>...37