OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_attempts
(Results
1 - 3
of
3
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/client/
RedirectListener.java
38
private int
_attempts
;
field in class:RedirectListener
59
_attempts
< _destination.getHttpClient().maxRedirects());
178
_attempts
++;
/external/opencv3/modules/features2d/src/
bagofwords.cpp
86
int
_attempts
, int _flags ) :
87
clusterCount(_clusterCount), termcrit(_termcrit), attempts(
_attempts
), flags(_flags)
/external/jetty/src/java/org/eclipse/jetty/client/security/
SecurityListener.java
53
private int
_attempts
= 0; // TODO remember to settle on winning solution
field in class:SecurityListener
130
if ( status == HttpStatus.UNAUTHORIZED_401 &&
_attempts
<_destination.getHttpClient().maxRetries())
266
_attempts
++;
Completed in 1120 milliseconds