HomeSort by relevance Sort by last modified time
    Searched full:_matches (Results 1 - 15 of 15) sorted by null

  /external/opencv3/modules/cudafeatures2d/src/
brute_force_matcher.cpp 315 OutputArray _matches,
327 _matches.release();
368 _matches.create(2, nQuery, CV_32SC1);
369 GpuMat matches = _matches.getGpuMat();
378 OutputArray _matches,
388 _matches.release();
430 _matches.create(3, nQuery, CV_32SC1);
431 GpuMat matches = _matches.getGpuMat();
574 OutputArray _matches,
587 _matches.release()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 225 private Collection<MatchInfo> _matches; field in class:TZDBTimeZoneNames.TZDBNameSearchHandler
306 if (_matches == null) {
307 _matches = new LinkedList<MatchInfo>();
309 _matches.add(minfo);
320 if (_matches == null) {
323 return _matches;
TimeZoneNamesImpl.java 515 private Collection<MatchInfo> _matches; field in class:TimeZoneNamesImpl.NameSearchHandler
538 if (_matches == null) {
539 _matches = new LinkedList<MatchInfo>();
541 _matches.add(minfo);
554 if (_matches == null) {
557 return _matches;
572 _matches = null;
    [all...]
TimeZoneGenericNames.java 627 private Collection<GenericMatchInfo> _matches; field in class:TimeZoneGenericNames.GenericNameSearchHandler
648 if (_matches == null) {
649 _matches = new LinkedList<GenericMatchInfo>();
651 _matches.add(matchInfo);
664 return _matches;
679 _matches = null;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 223 private Collection<MatchInfo> _matches; field in class:TZDBTimeZoneNames.TZDBNameSearchHandler
304 if (_matches == null) {
305 _matches = new LinkedList<MatchInfo>();
307 _matches.add(minfo);
318 if (_matches == null) {
321 return _matches;
TimeZoneNamesImpl.java 513 private Collection<MatchInfo> _matches; field in class:TimeZoneNamesImpl.NameSearchHandler
536 if (_matches == null) {
537 _matches = new LinkedList<MatchInfo>();
539 _matches.add(minfo);
552 if (_matches == null) {
555 return _matches;
570 _matches = null;
    [all...]
TimeZoneGenericNames.java 625 private Collection<GenericMatchInfo> _matches; field in class:TimeZoneGenericNames.GenericNameSearchHandler
646 if (_matches == null) {
647 _matches = new LinkedList<GenericMatchInfo>();
649 _matches.add(matchInfo);
662 return _matches;
677 _matches = null;
    [all...]
  /external/opencv3/modules/shape/src/
aff_trans.cpp 183 void AffineTransformerImpl::estimateTransformation(InputArray _pts1, InputArray _pts2, std::vector<DMatch>& _matches)
188 CV_Assert(_matches.size()>1);
197 for (size_t i=0; i<_matches.size(); i++)
199 if (_matches[i].queryIdx<pts1.cols &&
200 _matches[i].trainIdx<pts2.cols)
202 matches.push_back(_matches[i]);
tps_trans.cpp 189 std::vector<DMatch>& _matches )
194 CV_Assert(_matches.size()>1);
203 for (size_t i=0; i<_matches.size(); i++)
205 if (_matches[i].queryIdx<pts1.cols &&
206 _matches[i].trainIdx<pts2.cols)
208 matches.push_back(_matches[i]);
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 262 def _Matches(input_string, search_string):
285 if _Matches(input_benchmark_name, benchmark_class.Name())]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py 1551 def _matches(self, markup, match_against): member in class:SoupStrainer
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 689 def _matches(name, globs): function
696 if not args.all and _matches(name, args.skip):
699 elif _matches(name, args.isolate):
    [all...]
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 977 def _matches(self, markup, matchAgainst): member in class:SoupStrainer
    [all...]

Completed in 3431 milliseconds