Home
last modified time | relevance | path

Searched defs:attempt (Results 1 – 25 of 51) sorted by relevance

123

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DErrors.kt124 return retryWhen { cause, attempt -> attempt < retries && predicate(cause) } in cause() method
134 return retryWhen { cause, attempt -> predicate(cause) && attempt < retries } in cause() method
172 var attempt = 0L in retryWhen() variable
/external/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp9 void attempt() { in attempt() function
/external/llvm-project/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp9 void attempt() { in attempt() function
/external/perfetto/src/tracing/core/
Dshared_memory_abi.cc34 inline void WaitBeforeNextAttempt(int attempt) { in WaitBeforeNextAttempt()
167 for (int attempt = 0; attempt < kRetryAttempts; attempt++) { in TryAcquireChunk() local
245 for (int attempt = 0; attempt < kRetryAttempts; attempt++) { in ReleaseChunk() local
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py45 def between_attempts_fn(attempt): argument
/external/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py44 def between_attempts_fn(attempt): argument
/external/skia/infra/bots/recipe_modules/flavor/
Dios.py39 def sleep(attempt): argument
100 def uninstall_app(attempt): argument
Dandroid.py89 def wait_for_device(attempt): argument
/external/perfetto/src/profiling/memory/
Dscoped_spinlock.cc49 for (size_t attempt = 1; mode == Mode::Blocking || in LockSlow() local
Dunwinding.cc156 for (int attempt = 0; attempt < 2; ++attempt) { in DoUnwind() local
/external/perfetto/src/kallsyms/
Dlazy_kernel_symbolizer.cc100 for (int attempt = 1; attempt <= 50; ++attempt) { in ScopedKptrUnrestrict() local
/external/skqp/infra/bots/recipe_modules/flavor/
Dios.py37 def uninstall_app(attempt): argument
Dandroid.py90 def wait_for_device(attempt): argument
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.cc86 int attempt = 0; in Connect() local
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_test.cc144 for (int attempt = 0; attempt < 2; ++attempt) { in TestMultipleWrites() local
182 for (int attempt = 0; attempt < 2; ++attempt) { in TestMultipleWritesInputStream() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DRetryTest.kt18 val sum = flow.retryWhen { cause, attempt -> in <lambda>() method
/external/openscreen/discovery/mdns/
Dmdns_probe_manager.cc23 DomainName CreateRetryDomainName(const DomainName& name, int attempt) { in CreateRetryDomainName()
/external/skia/tests/
DProxyTest.cpp119 int attempt = 0; // useful for debugging in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skqp/tests/
DProxyTest.cpp112 int attempt = 0; // useful for debugging in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/openssh/
Dauth.h58 int attempt; member
/external/icu/icu4c/source/common/
Dcaniter.cpp383 UnicodeString attempt; in getEquivalents() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dmain.rb225 def attempt( lib, message = nil, exit_status = nil ) method in ANTLR3.Main.Main

123