Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 21 of 21) sorted by relevance

/system/extras/tests/bootloader/
Dbootloadertest.py180 retry = self.get_exists_integer("slot-retry-count:"+slot)
182 maxtries = retry
184 self.assertEqual(maxtries, retry)
189 retry = self.get_exists_integer("slot-retry-count:"+slot)
191 maxtries = retry
193 self.assertEqual(maxtries, retry)
/system/core/logd/
DLogCommand.cpp94 for (int retry = 3; !(ret = foundGid && foundUid && foundLog) && retry; in clientHasLogCredentials() local
95 --retry) { in clientHasLogCredentials()
DLogBuffer.cpp1019 for (int retry = 4;;) { in clear() local
1020 if (retry == 1) { // last pass in clear()
1049 if (!busy || !--retry) { in clear()
/system/core/logcat/
Dlogcat_system.cpp110 for (size_t retry = ((2 * 1000000) + wait_sample - 1) / wait_sample; in android_logcat_pclose() local
111 android_logcat_run_command_thread_running(*ctx) && retry; --retry) { in android_logcat_pclose()
Dlogcat.cpp1564 for (int retry = 32; (retry >= 0) && ((buf = new char[len])); in __logcat() local
1565 delete[] buf, buf = nullptr, --retry) { in __logcat()
/system/update_engine/common/
Dtest_utils.h138 for (int retry = 0; retry < 5; retry++) { in ~ScopedLoopbackDeviceBinder() local
/system/core/fastboot/
Dusb_linux.cpp427 int n, retry; in Read() local
440 retry = 0; in Read()
445 DBG("[ usb read %d ] = %d, fname=%s, Retry %d \n", xfer, n, handle_->fname, retry); in Read()
449 if (++retry > MAX_RETRIES) return -1; in Read()
/system/libfmq/include/fmq/
DEventFlag.h108 bool retry = false);
/system/core/libprocessgroup/
Dprocessgroup.cpp284 static int killProcessGroup(uid_t uid, int initialPid, int signal, int retry) { in killProcessGroup() argument
290 if (retry > 0) { in killProcessGroup()
292 --retry; in killProcessGroup()
/system/libfmq/
DEventFlag.cpp198 bool retry) { in wait() argument
199 if (!retry) { in wait()
/system/core/init/
Dreboot.cpp226 int retry = 0; in UmountPartitions() local
241 if ((timeoutMs < t.duration_ms()) && retry > 0) { // try umount at least once in UmountPartitions()
253 retry++; in UmountPartitions()
/system/nfc/halimpl/pn54x/tml/
DphTmlNfc.c437 retry: in phTmlNfc_TmlWriterThread()
454 goto retry; in phTmlNfc_TmlWriterThread()
/system/core/logd/tests/
Dlogd_test.cpp79 for (int retry = 32; (retry >= 0); delete[] buf, --retry) { in alloc_statistics() local
/system/core/lmkd/
Dlmkd.c613 retry: in find_and_kill_process()
619 goto retry; in find_and_kill_process()
/system/core/libusbhost/
Dusbhost.c331 retry: in usb_device_open()
341 goto retry; in usb_device_open()
/system/nfc/halimpl/pn54x/self-test/
DphNxpNciHal_SelfTest.c1176 retry: in phNxpNciHal_writeLocked()
1198 goto retry; in phNxpNciHal_writeLocked()
/system/core/logcat/tests/
Dlogcat_test.cpp131 static const size_t retry = 4; in inject() local
132 size_t errors = retry; in inject()
142 errors = retry; in inject()
/system/core/liblog/
DREADME194 It is generally not advised for the caller to retry the -EAGAIN return
/system/nfc/halimpl/pn54x/hal/
DphNxpNciHal.c787 retry: in phNxpNciHal_write_unlocked()
815 goto retry; in phNxpNciHal_write_unlocked()
/system/core/adb/
Dprotocol.txt94 packet and a new random token, so that the recipient can retry signing
/system/tpm/trunks/generator/
Draw_commands_fixed.txt1869 handle and retry the command.
1900 retry the command.