OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_FAILURES
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/code_coverage/
process_coverage.py
36
MAX_FAILURES
= 5
322
"""Execute a post request and retry for up to
MAX_FAILURES
.
338
if num_fails <
MAX_FAILURES
:
/external/wpa_supplicant_8/src/wps/
wps_upnp_event.c
34
#define
MAX_FAILURES
10 /* Drop subscription after this many failures */
182
if (e->addr->num_failures <
MAX_FAILURES
) {
/system/extras/libublock/
ublock.c
50
#define
MAX_FAILURES
10
64
if (ub_ctx->fails >
MAX_FAILURES
)
Completed in 95 milliseconds