Searched refs:retry (Results 1 – 18 of 18) sorted by relevance
/system/core/logd/ |
D | LogCommand.cpp | 94 for (int retry = 3; in clientHasLogCredentials() local 95 !(ret = foundGid && foundUid && foundLog) && retry; in clientHasLogCredentials() 96 --retry) { in clientHasLogCredentials()
|
D | LogBuffer.cpp | 843 for (int retry = 4;;) { in clear() local 844 if (retry == 1) { // last pass in clear() 873 if (!busy || !--retry) { in clear()
|
/system/update_engine/common/ |
D | test_utils.h | 147 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
|
/system/core/fastboot/ |
D | usb_linux.cpp | 425 int n, retry; in Read() local 438 retry = 0; in Read() 443 DBG("[ usb read %d ] = %d, fname=%s, Retry %d \n", xfer, n, handle_->fname, retry); in Read() 447 if ( ++retry > MAX_RETRIES ) return -1; in Read()
|
/system/core/libmemtrack/ |
D | memtrack.c | 89 retry: in memtrack_proc_get_type() 103 goto retry; in memtrack_proc_get_type()
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 297 int retry = 40; in killProcessGroup() local 301 if (retry > 0) { in killProcessGroup() 303 --retry; in killProcessGroup()
|
/system/connectivity/shill/test-scripts/ |
D | connect-disconnect | 56 retry=False,
|
D | flimflam.py | 196 retry=False, retries=1, retry_sleep=15, argument 250 if not retry or retries == 0:
|
/system/core/logd/tests/ |
D | logd_test.cpp | 75 for(int retry = 32; (retry >= 0); delete [] buf, --retry) { in alloc_statistics() local
|
/system/core/logcat/ |
D | logcat.cpp | 1129 for (int retry = 32; in main() local 1130 (retry >= 0) && ((buf = new char [len])); in main() 1131 delete [] buf, buf = NULL, --retry) { in main()
|
/system/core/libusbhost/ |
D | usbhost.c | 326 retry: in usb_device_open() 336 goto retry; in usb_device_open()
|
/system/core/lmkd/ |
D | lmkd.c | 616 retry: in find_and_kill_process() 622 goto retry; in find_and_kill_process()
|
/system/core/liblog/ |
D | README | 155 It is generally not advised for the caller to retry the -EAGAIN return
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 210 performed. The caller should retry 599 to retry an outgoing packet.
|
D | service-api.txt | 677 See the "--auth-retry" option in the OpenVPN
|
/system/core/adb/ |
D | protocol.txt | 90 packet and a new random token, so that the recipient can retry signing
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 1869 handle and retry the command. 1900 retry the command.
|
D | raw_commands.txt | 1869 handle and retry the command. 1900 retry the command.
|