Searched defs:attempt_number (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_transaction.cc666 unsigned attempt_number = attempts_.size(); local
679 (first_server_index_ + attempt_number) % config.nameservers.size();
703 base::Unretained(this), attempt_number,
707 attempt_number);
731 unsigned attempt_number = attempts_.size(); local
746 attempt_number));
768 void OnUdpAttemptComplete(unsigned attempt_number, argument
771 DCHECK_LT(attempt_number, attempts_.size());
772 const DnsAttempt* attempt = attempts_[attempt_number];
777 OnAttemptComplete(attempt_number, r
780 OnAttemptComplete(unsigned attempt_number, int rv) argument
[all...]
H A Dhost_resolver_impl.cc289 base::Value* NetLogProcTaskFailedCallback(uint32 attempt_number, argument
294 if (attempt_number)
295 dict->SetInteger("attempt_number", attempt_number);
648 NetLog::IntegerCallback("attempt_number", attempt_number_));
667 const uint32 attempt_number) {
680 attempt_number, error, os_error));
697 const uint32 attempt_number,
707 bool was_retry_attempt = attempt_number > 1;
720 RecordAttemptHistograms(start_time, attempt_number, erro
666 DoLookup(const base::TimeTicks& start_time, const uint32 attempt_number) argument
695 OnLookupComplete(const AddressList& results, const base::TimeTicks& start_time, const uint32 attempt_number, int error, const int os_error) argument
830 RecordAttemptHistograms(const base::TimeTicks& start_time, const uint32 attempt_number, const int error, const int os_error) const argument
[all...]
/external/opencv/cvaux/src/
H A Dcvlee.cpp182 // attempt_number: in, number of unsuccessful attemts made by program to compute
193 int attempt_number);
1272 int attempt_number)
1309 if(_cvLee(CurContourSeq, &VoronoiDiagramInt,VoronoiStorage,contour_type,contour_orientation,attempt_number))
1472 int attempt_number)
1505 attempt = attempt_number;
1512 attempt = attempt_number;
1527 if(++attempt < attempt_number)
1267 cvVoronoiDiagramFromContour(CvSeq* ContourSeq, CvVoronoiDiagram2D** VoronoiDiagram, CvMemStorage* VoronoiStorage, CvLeeParameters contour_type, int contour_orientation, int attempt_number) argument
1467 _cvLee(CvSeq* ContourSeq, CvVoronoiDiagramInt* pVoronoiDiagramInt, CvMemStorage* VoronoiStorage, CvLeeParameters contour_type, int contour_orientation, int attempt_number) argument

Completed in 351 milliseconds