/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Errors.kt | 124 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/ |
D | windows-itanium-exceptions.cpp | 9 void attempt() { in attempt() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | windows-itanium-exceptions.cpp | 9 void attempt() { in attempt() function
|
/external/perfetto/src/tracing/core/ |
D | shared_memory_abi.cc | 34 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/ |
D | full.py | 45 def between_attempts_fn(attempt): argument
|
/external/skqp/infra/bots/recipe_modules/run/examples/ |
D | full.py | 44 def between_attempts_fn(attempt): argument
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | ios.py | 39 def sleep(attempt): argument 100 def uninstall_app(attempt): argument
|
D | android.py | 89 def wait_for_device(attempt): argument
|
/external/perfetto/src/profiling/memory/ |
D | scoped_spinlock.cc | 49 for (size_t attempt = 1; mode == Mode::Blocking || in LockSlow() local
|
D | unwinding.cc | 156 for (int attempt = 0; attempt < 2; ++attempt) { in DoUnwind() local
|
/external/perfetto/src/kallsyms/ |
D | lazy_kernel_symbolizer.cc | 100 for (int attempt = 1; attempt <= 50; ++attempt) { in ScopedKptrUnrestrict() local
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | ios.py | 37 def uninstall_app(attempt): argument
|
D | android.py | 90 def wait_for_device(attempt): argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | shrinker.cpp | 138 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/ |
D | shrinker.cpp | 138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | shrinker.cpp | 138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client.cc | 86 int attempt = 0; in Connect() local
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_test.cc | 144 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/ |
D | RetryTest.kt | 18 val sum = flow.retryWhen { cause, attempt -> in <lambda>() method
|
/external/openscreen/discovery/mdns/ |
D | mdns_probe_manager.cc | 23 DomainName CreateRetryDomainName(const DomainName& name, int attempt) { in CreateRetryDomainName()
|
/external/skia/tests/ |
D | ProxyTest.cpp | 119 int attempt = 0; // useful for debugging in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/external/skqp/tests/ |
D | ProxyTest.cpp | 112 int attempt = 0; // useful for debugging in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/external/openssh/ |
D | auth.h | 58 int attempt; member
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 383 UnicodeString attempt; in getEquivalents() local
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | main.rb | 225 def attempt( lib, message = nil, exit_status = nil ) method in ANTLR3.Main.Main
|