Home
last modified time | relevance | path

Searched refs:should_retry (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dbasic_loops.py55 should_retry = True
56 while should_retry:
58 should_retry = False
65 should_retry = True
/external/autotest/site_utils/
Dgmail_lib.py172 should_retry = any([msg in error_msg for msg in RETRIABLE_MSGS])
173 if should_retry:
175 return should_retry
/external/perfetto/src/profiling/perf/
Dunwinding.cc354 bool should_retry = unwind.error_code == unwindstack::ERROR_INVALID_MAP || in UnwindSample() local
366 if (should_retry && sample.stack_maxed) { in UnwindSample()
369 } else if (should_retry) { in UnwindSample()
/external/oss-fuzz/projects/mysql-server/
Dfix.diff286 + vio->should_retry = vio_should_retry_fuzz;