Home
last modified time | relevance | path

Searched defs:should_retry (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Dgrpc_util.cc52 const std::function<bool()>& should_retry, in Retry()
/external/cronet/base/allocator/partition_allocator/
Dpage_allocator_internals_win.h68 bool should_retry = GetRetryOnCommitFailure() && (type_flags & MEM_COMMIT) && in VirtualAllocWithRetry() local
/external/cronet/net/dns/
Dhost_resolver_system_task.cc443 bool should_retry = false; in SystemHostResolverCall() local
/external/perfetto/src/profiling/perf/
Dunwinding.cc380 bool should_retry = unwind.error_code == unwindstack::ERROR_INVALID_MAP || in UnwindSample() local
/external/python/mobly/mobly/
Dbase_test.py680 def should_retry(record): function