Home
last modified time | relevance | path

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

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