Home
last modified time | relevance | path

Searched refs:kMaxRetries (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_master.cc154 constexpr int kMaxRetries = 10; local
158 if (num_retries >= kMaxRetries) {
/external/libchrome/base/allocator/
Dallocator_shim.cc96 size_t kMaxRetries = 7; in InsertAllocatorDispatch() local
97 for (size_t i = 0; i < kMaxRetries; ++i) { in InsertAllocatorDispatch()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc139 const int kMaxRetries = 10; in MmapAlignedOrDie() local
140 for (; retries < kMaxRetries && in MmapAlignedOrDie()
165 if (retries == kMaxRetries && mapped_addr == 0) in MmapAlignedOrDie()
/external/libaom/libaom/common/
Dy4minput.c25 const int kMaxRetries = 5; in file_read() local
43 } while (!feof(file) && len < size && ++retry_count < kMaxRetries); in file_read()
/external/libvpx/libvpx/
Dy4minput.c23 const int kMaxRetries = 5; in file_read() local
41 } while (!feof(file) && len < size && ++retry_count < kMaxRetries); in file_read()