Searched refs:matchedCount (Results 1 – 6 of 6) sorted by relevance
/external/doclava/res/assets/templates/assets/ |
D | search_autocomplete.js | 138 matchedCount = 0; 144 gMatches[matchedCount] = s; 145 matchedCount++;
|
/external/opencv3/modules/cudafeatures2d/test/ |
D | test_features2d.cpp | 198 int matchedCount = getMatchedPointsCount(keypoints_gold, keypoints, matches); in CUDA_TEST_P() local 199 double matchedRatio = static_cast<double>(matchedCount) / keypoints.size(); in CUDA_TEST_P()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.min.js | 3 …matchedCount=0,i="0",unmatched=seed&&[],outermost=expandContext!=null,contextBackup=outermostConte…
|
D | jquery.js | 4984 matchedCount = 0, 5018 matchedCount--; 5029 matchedCount += i; 5030 if ( bySet && i !== matchedCount ) { 5037 if ( matchedCount > 0 ) { 5054 ( matchedCount + setMatchers.length ) > 1 ) {
|
/external/chromium-trace/catapult/third_party/jquery/ |
D | jquery-2.1.4.js | 2343 matchedCount = 0, 2380 matchedCount--; 2391 matchedCount += i; 2392 if ( bySet && i !== matchedCount ) { 2400 if ( matchedCount > 0 ) { 2417 ( matchedCount + setMatchers.length ) > 1 ) {
|
D | jquery-2.1.4.min.map | 1 …tchers","setMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","…
|