Home
last modified time | relevance | path

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

12

/third_party/glib/gio/
Dgsocketclient.c1468 ConnectionAttempt *attempt = g_new0 (ConnectionAttempt, 1); in connection_attempt_new() local
1474 connection_attempt_ref (ConnectionAttempt *attempt) in connection_attempt_ref()
1483 ConnectionAttempt *attempt = pointer; in connection_attempt_unref() local
1501 connection_attempt_remove (ConnectionAttempt *attempt) in connection_attempt_remove()
1528 g_socket_client_async_connect_complete (ConnectionAttempt *attempt) in g_socket_client_async_connect_complete()
1595 ConnectionAttempt *attempt = user_data; in g_socket_client_tls_handshake_callback() local
1621 g_socket_client_tls_handshake (ConnectionAttempt *attempt) in g_socket_client_tls_handshake()
1661 ConnectionAttempt *attempt = user_data; in g_socket_client_proxy_connect_callback() local
1716 ConnectionAttempt *attempt; in try_next_successful_connection() local
1819 ConnectionAttempt *attempt = user_data; in g_socket_client_connected_callback() local
[all …]
/third_party/flutter/skia/infra/bots/recipe_modules/run/examples/
Dfull.py45 def between_attempts_fn(attempt): argument
/third_party/skia/infra/bots/recipe_modules/run/examples/
Dfull.py46 def between_attempts_fn(attempt): argument
/third_party/skia/infra/bots/recipe_modules/flavor/
Dios.py39 def sleep(attempt): argument
101 def uninstall_app(attempt): argument
Dandroid.py89 def wait_for_device(attempt): argument
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/lib/
Dretry_operation.js78 RetryOperation.prototype.attempt = function(fn, timeoutOps) { method in RetryOperation
Dretry.js48 exports.createTimeout = function(attempt, opts) { argument
/third_party/node/deps/npm/node_modules/retry/lib/
Dretry_operation.js91 RetryOperation.prototype.attempt = function(fn, timeoutOps) { method in RetryOperation
Dretry.js49 exports.createTimeout = function(attempt, opts) { argument
/third_party/weex-loader/deps/weex-scripter/lib/
Drequire-parse.js44 function attempt(aPath) { function
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dios.py38 def uninstall_app(attempt): argument
Dandroid.py91 def wait_for_device(attempt): argument
/third_party/boost/libs/range/test/algorithm_test/
Drandom_shuffle.cpp98 for (int attempt = 0; !shuffled && (attempt < MAX_RETRIES); ++attempt) in test_random_shuffle_nogen_impl() local
/third_party/spirv-tools/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dshrinker.cpp138 uint32_t attempt = 0; // Keeps track of the number of shrink attempts that in Run() local
/third_party/skia/third_party/externals/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
/third_party/mbedtls/library/
Drsa_alt_helpers.c68 uint16_t attempt; /* Number of current attempt */ in mbedtls_rsa_deduce_primes() local
/third_party/skia/tests/
DProxyTest.cpp119 int attempt = 0; // useful for debugging in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/flutter/skia/tests/
DProxyTest.cpp113 int attempt = 0; // useful for debugging in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/icu/icu4c/source/common/
Dcaniter.cpp383 UnicodeString attempt; in getEquivalents() local
/third_party/skia/third_party/externals/icu/source/common/
Dcaniter.cpp383 UnicodeString attempt; in getEquivalents() local
/third_party/node/deps/icu-small/source/common/
Dcaniter.cpp383 UnicodeString attempt; in getEquivalents() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcaniter.cpp383 UnicodeString attempt; in getEquivalents() local
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dcomm_util.cc149 for (size_t attempt = 0; attempt < max_attempts; ++attempt) { in Retry() local
/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc1396 for (int attempt = 1;; ++attempt) { local
1430 for (int attempt = 1;; ++attempt) { local
1465 for (int attempt = 0;; ++attempt) { local
1501 for (int attempt = 0;; ++attempt) { local

12