Searched refs:_attempts (Results 1 – 3 of 3) sorted by relevance
38 private int _attempts; field in RedirectListener59 _attempts < _destination.getHttpClient().maxRedirects()); in onResponseStatus()178 _attempts++; in onRetry()
53 private int _attempts = 0; // TODO remember to settle on winning solution field in SecurityListener130 …if ( status == HttpStatus.UNAUTHORIZED_401 && _attempts<_destination.getHttpClient().maxRetries()) in onResponseStatus()266 _attempts++; in onRetry()
86 int _attempts, int _flags ) : in BOWKMeansTrainer() argument87 clusterCount(_clusterCount), termcrit(_termcrit), attempts(_attempts), flags(_flags) in BOWKMeansTrainer()