Home
last modified time | relevance | path

Searched refs:MAX_RETRIES (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/
DIptablesRestoreControllerTest.cpp53 int mDefaultMaxRetries = con.MAX_RETRIES;
65 con.MAX_RETRIES = mDefaultMaxRetries; in TearDown()
154 con.MAX_RETRIES = maxRetries; in setRetryParameters()
DIptablesRestoreController.h65 static int MAX_RETRIES; variable
DIptablesRestoreController.cpp42 int IptablesRestoreController::MAX_RETRIES = 50; member in IptablesRestoreController
276 while (!receivedAck && (timeout++ < MAX_RETRIES)) { in drainAndWaitForAck()
/system/core/fastboot/
Dusb_linux.cpp57 #define MAX_RETRIES 2 macro
465 if (++retry > MAX_RETRIES) return -1; in Read()
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py47 MAX_RETRIES = 5 variable
118 while attempt <= MAX_RETRIES and processing_data is None: