HomeSort by relevance Sort by last modified time
    Searched defs:retry (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 252 boolean retry; local
254 map = svga_buffer_hw_storage_map(svga, sbuf, transfer->usage, &retry);
255 if (map == NULL && retry) {
262 map = svga_buffer_hw_storage_map(svga, sbuf, transfer->usage, &retry);
  /external/u-boot/arch/arm/mach-keystone/
psc.c 39 u32 retry; local
50 retry = 0;
55 } while ((ptstat != 0) && ((retry += psc_delay()) <
58 if (retry >= PSC_PTSTAT_TIMEOUT_LIMIT)
  /external/u-boot/arch/x86/lib/
pmu.c 35 int retry = 500000; local
44 } while (--retry);
  /cts/hostsidetests/devicepolicy/app/PasswordComplexity/src/com.android.cts.passwordcomplexity/
GetPasswordComplexityTest.java 169 // password metrics is updated asynchronously so let's be lenient here and retry a few times
171 int retry = 0; local
172 while (retry < maxRetries && mDpm.getPasswordComplexity() != expectedComplexity) {
173 retry++;
  /external/grpc-grpc/test/core/end2end/tests/
retry.cc 96 // Tests a basic retry scenario:
143 begin_test(config, "retry", &client_args, nullptr);
243 // Make sure the "grpc-previous-rpc-attempts" header was sent in the retry.
316 void retry(grpc_end2end_test_config config) { function
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingAction.java 190 mPollingTask.retry();
PollingTask.java 106 public void retry() { method in class:PollingTask
108 logger.print("retry mCurrentRetry=" + mCurrentRetry);
110 logger.print("Retry finished for task: " + this);
127 logger.print("retry delay=" + delay);
PollingsQueue.java 223 public synchronized void retry(long id) { method in class:PollingsQueue
239 logger.debug("Trigger wrong retry: " + id);
  /external/testng/src/test/java/test/retryAnalyzer/
InvocationCountTest.java 115 public boolean retry(ITestResult result) { method in class:InvocationCountTest
124 public boolean retry(ITestResult result) { method in class:InvocationCountTest.ThreeRetries
  /external/u-boot/common/
autoboot.c 109 int retry; member in struct:__anon47162
112 { .str = env_get("bootdelaykey"), .retry = 1 },
113 { .str = env_get("bootstopkey"), .retry = 0 },
140 delaykey[i].retry ? "delay" : "stop",
166 delaykey[i].retry ? "delay" :
169 /* don't retry auto boot */
170 if (!delaykey[i].retry)
  /external/u-boot/drivers/misc/
atsha204a-i2c.c 313 int res, retry = ATSHA204A_TRANSACTION_RETRY; local
334 debug("ATSHA204A read retry (%d)\n", retry);
335 retry--;
337 } while (retry >= 0);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 52 unsigned int retry; /* which retry */ member in struct:wps_event_
60 * Leaves data, retry count etc. alone.
122 wpa_printf(MSG_DEBUG, "WPS UPnP: Retry event %p for subscription %p",
128 e->retry++;
129 wpa_printf(MSG_DEBUG, "WPS UPnP: Try address %d", e->retry);
131 if (e->retry >= dl_list_len(&s->addr_list)) {
289 if (itry++ == e->retry)
291 if (itry < e->retry)
  /device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c 592 int retry; local
616 retry = 0;
621 retry = 1;
631 } while (retry);
  /external/boringssl/src/ssl/
handshake.cc 583 bool retry; local
584 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert);
588 if (retry) {
  /external/libusb/examples/
ezusb.c 510 unsigned retry = 0; local
547 /* Retry this till we get a real error. Control messages are not
554 && retry < RETRY_LIMIT) {
557 retry += 1;
  /external/ltp/tools/genload/
genload.c 38 /* By default, retry on non-critical errors every 50ms. */
136 } else if (strcmp(arg, "--no-retry") == 0) {
140 } else if (strcmp(arg, "--retry-delay") == 0) {
141 assert_arg("--retry-delay");
143 dbg(stdout, "setting retry delay to %dus\n",
341 " --no-retry exit rather than retry non-critical errors\n"
342 " --retry-delay n wait n us before continuing past error\n"
473 int retry = global_retry; local
496 usleep(retry);
549 int retry = global_retry; local
625 int retry = global_retry; local
748 int retry = global_retry; local
    [all...]
stress.c 38 /* By default, retry on non-critical errors every 50ms. */
136 } else if (strcmp(arg, "--no-retry") == 0) {
140 } else if (strcmp(arg, "--retry-delay") == 0) {
141 assert_arg("--retry-delay");
143 dbg(stdout, "setting retry delay to %dus\n",
341 " --no-retry exit rather than retry non-critical errors\n"
342 " --retry-delay n wait n us before continuing past error\n"
473 int retry = global_retry; local
496 usleep(retry);
549 int retry = global_retry; local
625 int retry = global_retry; local
748 int retry = global_retry; local
    [all...]
  /external/u-boot/drivers/ddr/fsl/
lc_common_dimm_params.c 22 unsigned int retry = 16; local
53 while (!(common_caslat & (1 << caslat_actual)) && retry > 0) {
55 retry--;
  /external/u-boot/drivers/mmc/
dw_mmc.c 201 u32 retry = 100000; local
264 for (i = 0; i < retry; i++) {
273 if (i == retry) {
tegra_mmc.c 162 unsigned int retry = 0x100000; local
214 for (i = 0; i < retry; i++) {
224 if (i == retry) {
258 for (i = 0; i < retry; i++) {
265 if (i == retry) {
  /external/u-boot/drivers/net/
armada100_fec.c 551 int retry = PHY_WAIT_ITERATIONS * PHY_WAIT_MICRO_SECONDS; local
589 if (!(retry--)) {
  /external/u-boot/drivers/tpm/
tpm_tis_infineon.c 412 if (status & TPM_STS_DATA_AVAIL) { /* Retry? */
426 int retry = 0; local
459 if (retry && burstcnt > CONFIG_TPM_TIS_I2C_BURST_LIMITATION_LEN)
469 if (retry++ > 10)
  /frameworks/av/media/codec2/hidl/1.0/utils/
InputBufferManager.cpp 317 bool retry = false; local
334 // notifications for this listener untouched for now and retry
337 retry = true;
374 // Clear deathNotifications for this listener and set retry to true
379 retry = true;
417 if (retry) {
419 << "will retry again in " << *timeToRetryNs << "ns.";
425 return retry;
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
poc.c 94 struct iw_param retry; /* Retry limits & lifetime */ member in union:iwreq_data
  /external/curl/lib/
transfer.c 1808 bool retry = FALSE; local
    [all...]

Completed in 1896 milliseconds

12 3 4 5