Searched defs:matches (Results 126 - 150 of 407) sorted by relevance

1234567891011>>

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
H A DHC4.java16 private final Matches matches; field in class:HC4
47 // space for one-byte matches.
48 matches = new Matches(niceLen - 1);
81 matches.count = 0;
88 return matches;
107 // matches, also the second byte does, so there's no need to
111 matches.len[0] = 2;
112 matches.dist[0] = delta2 - 1;
113 matches.count = 1;
119 // matches, als
[all...]
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
H A DLZMAEncoderFast.java21 private Matches matches = null; field in class:LZMAEncoderFast
46 // Get the matches for the next byte unless readAhead indicates
47 // that we already got the new matches during the previous call
50 matches = getMatches();
87 if (matches.count > 0) {
88 mainLen = matches.len[matches.count - 1];
89 mainDist = matches.dist[matches.count - 1];
97 while (matches
[all...]
H A DLZMAEncoderNormal.java27 private Matches matches; field in class:LZMAEncoderNormal
115 matches = getMatches();
125 // Get the lengths of repeated matches.
150 if (matches.count > 0) {
151 mainLen = matches.len[matches.count - 1];
152 mainDist = matches.dist[matches.count - 1];
165 // If the match finder found no matches and this byte cannot be
221 // Calculate the prices of repeated matches o
[all...]
/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationMatcher.java59 public boolean matches(Invocation actual) { method in class:InvocationMatcher
/external/mockito/src/org/mockito/internal/matchers/
H A DLocalizedMatcher.java29 public boolean matches(Object item) { method in class:LocalizedMatcher
30 return actualMatcher.matches(item);
/external/opencv3/modules/features2d/test/ocl/
H A Dtest_brute_force_matcher.cpp122 std::vector<cv::DMatch> matches; local
123 matcher.match(uquery, utrain, matches);
125 ASSERT_EQ(static_cast<size_t>(queryDescCount), matches.size());
128 for (size_t i = 0; i < matches.size(); i++)
130 cv::DMatch match = matches[i];
148 std::vector< std::vector<cv::DMatch> > matches; local
149 matcher.knnMatch(uquery, utrain, matches, knn);
151 ASSERT_EQ(static_cast<size_t>(queryDescCount), matches.size());
154 for (size_t i = 0; i < matches.size(); i++)
156 if ((int)matches[
184 std::vector< std::vector<cv::DMatch> > matches; local
[all...]
/external/opencv3/samples/cpp/
H A Dmatchmethod_orb_akaze_brisk.cpp71 vector<DMatch> matches; local
114 descriptorMatcher->match(descImg1, descImg2, matches, Mat());
115 // Keep best matches only to have a nice drawing.
116 // We sort distance between descriptor matches
118 int nbMatch=int(matches.size());
122 tab.at<float>(i, 0) = matches[i].distance;
128 bestMatches.push_back(matches[index.at<int>(i, 0)]);
136 fs<<"Matches"<<matches; local
141 // Use to compute distance between keyPoint matches and to evaluate match algorithm
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DRobustMatcher.cpp28 int RobustMatcher::ratioTest(std::vector<std::vector<cv::DMatch> > &matches) argument
31 // for all matches
33 matchIterator= matches.begin(); matchIterator!= matches.end(); ++matchIterator)
59 // for all matches image 1 -> image 2
64 // ignore deleted matches
68 // for all matches image 2 -> image 1
72 // ignore deleted matches
114 // 3. Remove matches for which NN ratio is > than threshold
115 // clean image 1 -> image 2 matches
139 std::vector<std::vector<cv::DMatch> > matches; local
[all...]
/external/parameter-framework/upstream/parameter/
H A DCompoundRule.cpp111 bool CCompoundRule::matches() const function in class:CCompoundRule
120 if (pRule->matches() ^ _bTypeAll) {
H A DSelectionCriterionRule.cpp123 bool CSelectionCriterionRule::matches() const function in class:CSelectionCriterionRule
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpEntityStub.java51 boolean matches(HttpRequest request); method in interface:HttpEntityStub.ResponseRule
/external/vogar/src/vogar/
H A DExpectation.java117 * Returns true if {@code outcome} matches this expectation.
119 public boolean matches(Outcome outcome) { method in class:Expectation
124 return pattern.matcher(outcome.getOutput()).matches();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateSubPatternAssociation.java119 * @return True if the given mode matches this template's mode
151 public boolean matches(XPathContext xctxt, int targetNode, QName mode) method in class:TemplateSubPatternAssociation
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h104 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { function in namespace:clang::ast_matchers
/external/easymock/src/org/easymock/internal/
H A DInvocation.java135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) { method in class:Invocation
138 && matcher.matches(this.arguments, actual.arguments);
/external/guava/guava-tests/benchmark/com/google/common/base/
H A DCharMatcherBenchmark.java48 // Percent of string that the CharMatcher matches
94 @Benchmark int matches(int reps) { method in class:CharMatcherBenchmark
97 dummy += matcher.matches(string.charAt(i % string.length())) ? 1 : 0;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringMatcher.java12 * An object that matches a fixed input string, implementing the
59 * Construct a matcher that matches the given pattern string.
77 * Construct a matcher that matches a substring of the given
100 public int matches(Replaceable text, method in class:StringMatcher
124 subm.matches(text, cursor, limit, incremental);
158 subm.matches(text, cursor, limit, incremental);
270 * set of matches with this segment.
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringMatcher.java11 * An object that matches a fixed input string, implementing the
58 * Construct a matcher that matches the given pattern string.
76 * Construct a matcher that matches a substring of the given
99 public int matches(Replaceable text, method in class:StringMatcher
123 subm.matches(text, cursor, limit, incremental);
157 subm.matches(text, cursor, limit, incremental);
269 * set of matches with this segment.
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DUnicodePropertySymbolTable.java193 if (patternMatcher.matches(value)) {
232 public boolean matches(Object value) { method in class:UnicodePropertySymbolTable.ComparisonMatcher
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
H A DTypeLocator.java113 public boolean matches(BodyDeclaration node) { method in class:TypeLocator
117 if (!packageMatcher.matches((CompilationUnit) node.getRoot())) {
146 if (!packageMatcher.matches(cu)) {
/external/iptables/iptables/
H A Dxshared.c21 * specified matches and targets.
66 int nolookup, struct xtables_rule_match **matches)
74 return xtables_find_match(protoname, tryload, matches);
76 return xtables_find_match(pname, tryload, matches);
110 cs->options & OPT_NUMERIC, &cs->matches);
128 for (matchp = cs->matches; matchp; matchp = matchp->next) {
65 find_proto(const char *pname, enum xtables_tryload tryload, int nolookup, struct xtables_rule_match **matches) argument
H A Dxshared.h59 struct xtables_rule_match *matches; member in struct:iptables_command_state
/external/libmicrohttpd/src/testcurl/
H A Dtest_urlparse.c49 static int matches; variable
78 matches += 1;
81 matches += 2;
84 matches += 4;
171 if (matches != 7)
/external/libvpx/libvpx/test/
H A Dvp9_skip_loopfilter_test.cc83 // Checks if MD5 matches or doesn't.
84 void CheckMd5(bool matches) { argument
87 CheckMd5Vpx(*img, matches);
106 // Checks if the last read MD5 matches |img| or doesn't.
107 void CheckMd5Vpx(const vpx_image_t &img, bool matches) { argument
113 if (matches)
/external/ltrace/
H A Dfilter.c169 int matches = 0; local
174 if (matches)
178 if (!matches)
185 matches = !matches;
187 if (matches)

Completed in 691 milliseconds

1234567891011>>