Searched refs:attempt_number (Results 1 - 6 of 6) sorted by path

/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.cc127 int attempt_number) {
128 DCHECK_GE(attempt_number, 0);
134 (1 << attempt_number);
168 int attempt_number = kMaxRenameRetries - retries_left; local
180 GetRetryDelayForFailedRename(attempt_number));
126 GetRetryDelayForFailedRename( int attempt_number) argument
H A Ddownload_file_impl.h71 virtual base::TimeDelta GetRetryDelayForFailedRename(int attempt_number);
/external/chromium_org/net/dns/
H A Ddns_transaction.cc696 unsigned attempt_number = attempts_.size(); local
709 (first_server_index_ + attempt_number) % config.nameservers.size();
733 base::Unretained(this), attempt_number,
737 attempt_number);
761 unsigned attempt_number = attempts_.size(); local
776 attempt_number));
798 void OnUdpAttemptComplete(unsigned attempt_number, argument
801 DCHECK_LT(attempt_number, attempts_.size());
802 const DnsAttempt* attempt = attempts_[attempt_number];
807 OnAttemptComplete(attempt_number, r
810 OnAttemptComplete(unsigned attempt_number, int rv) argument
[all...]
H A Dhost_resolver_impl.cc286 base::Value* NetLogProcTaskFailedCallback(uint32 attempt_number, argument
291 if (attempt_number)
292 dict->SetInteger("attempt_number", attempt_number);
650 NetLog::IntegerCallback("attempt_number", attempt_number_));
669 const uint32 attempt_number) {
682 attempt_number, error, os_error));
699 const uint32 attempt_number,
709 bool was_retry_attempt = attempt_number > 1;
722 RecordAttemptHistograms(start_time, attempt_number, erro
668 DoLookup(const base::TimeTicks& start_time, const uint32 attempt_number) argument
697 OnLookupComplete(const AddressList& results, const base::TimeTicks& start_time, const uint32 attempt_number, int error, const int os_error) argument
832 RecordAttemptHistograms(const base::TimeTicks& start_time, const uint32 attempt_number, const int error, const int os_error) const argument
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h987 int attempt_number CV_DEFAULT(10));
/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 346 milliseconds