Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 25 of 39) sorted by relevance

12

/external/mockito/src/test/java/org/mockitoutil/
DRetryRule.java17 public static RetryRule attempts(final int attempts) { in attempts() method in RetryRule
30 private final int attempts; field in RetryRule.NumberedAttempts
32 NumberedAttempts(int attempts) { in NumberedAttempts()
33 assert attempts > 1; in NumberedAttempts() local
/external/tensorflow/tensorflow/python/distribute/integration_test/
Dmwms_peer_failure_test.py44 def get_attempt(strategy, attempts): argument
138 def worker_fn(attempts): argument
160 def worker_fn(attempts): argument
186 def worker_fn(attempts): argument
/external/openscreen/testing/util/
Dtask_util.h20 int attempts = 1; variable
/external/python/cpython3/Objects/stringlib/
Dreplace.h22 int attempts = 10; in STRINGLIB() local
/external/vboot_reference/firmware/lib/
Drollback_index.c87 int attempts = 3; in ReadSpaceFirmware() local
128 int attempts = 3; in WriteSpaceFirmware() local
184 int attempts = 3; in ReadSpaceKernel() local
223 int attempts = 3; in WriteSpaceKernel() local
/external/openscreen/third_party/abseil/src/absl/time/
Dclock_test.cc54 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
91 int attempts = 0; in AssertSleepForBounded() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dclock_test.cc54 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
91 int attempts = 0; in AssertSleepForBounded() local
/external/webrtc/third_party/abseil-cpp/absl/time/
Dclock_test.cc54 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
91 int attempts = 0; in AssertSleepForBounded() local
/external/libtextclassifier/abseil-cpp/absl/time/
Dclock_test.cc54 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
91 int attempts = 0; in AssertSleepForBounded() local
/external/abseil-cpp/absl/time/
Dclock_test.cc54 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
91 int attempts = 0; in AssertSleepForBounded() local
/external/compiler-rt/test/asan/android_commands/
Dandroid_common.py11 def adb(args, attempts = 1): argument
/external/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
Dandroid_common.py16 def adb(args, attempts = 1, timeout_sec = 600): argument
/external/autotest/server/site_tests/servo_ConsoleStress/
Dservo_ConsoleStress.py43 def run_once(self, attempts, cmd_type, cmd): argument
/external/skqp/experimental/Networking/
DSkSockets.cpp97 int attempts = 0; in readPacket() local
184 int attempts = 0; in writePacket() local
/external/skia/infra/bots/recipe_modules/docker/
Dapi.py32 … script, args=None, docker_args=None, copies=None, recursive_read=None, attempts=1, match_director… argument
/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.cc193 std::deque<Attempt>* attempts = in Cancel() local
266 std::deque<Attempt>* attempts = in TryAttemptLocked() local
/external/skia/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument
/external/skqp/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument
/external/openscreen/cast/common/discovery/e2e_test/
Dtests.cc280 int attempts) { in CheckForClaimedIds()
299 int attempts, in CheckForPublishedService()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_cgroup_attach.c466 int attempts; in test_autodetach() local
/external/skia/infra/bots/gen_tasks_logic/
Dtask_builder.go40 func (b *taskBuilder) attempts(a int) { func
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_freezer.c120 int attempts; in cg_enter_and_wait_for_frozen() local
Dcgroup_util.c227 int attempts; in cg_wait_for_proc_count() local
Dtest_memcontrol.c270 int i, attempts; in test_memcg_min() local
/external/adhd/cras/src/server/
Dcras_alsa_helpers.c738 unsigned int attempts = 0; in cras_alsa_mmap_begin() local

12