Home
last modified time | relevance | path

Searched refs:_attempts (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
DRedirectListener.java38 private int _attempts; field in RedirectListener
59 _attempts < _destination.getHttpClient().maxRedirects()); in onResponseStatus()
178 _attempts++; in onRetry()
/external/jetty/src/java/org/eclipse/jetty/client/security/
DSecurityListener.java53 private int _attempts = 0; // TODO remember to settle on winning solution field in SecurityListener
130 …if ( status == HttpStatus.UNAUTHORIZED_401 && _attempts<_destination.getHttpClient().maxRetries()) in onResponseStatus()
266 _attempts++; in onRetry()
/external/opencv3/modules/features2d/src/
Dbagofwords.cpp86 int _attempts, int _flags ) : in BOWKMeansTrainer() argument
87 clusterCount(_clusterCount), termcrit(_termcrit), attempts(_attempts), flags(_flags) in BOWKMeansTrainer()