Home
last modified time | relevance | path

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

123

/external/mockito/src/test/java/org/mockitoutil/
DRetryRule.java17 public static RetryRule attempts(final int attempts) { in attempts() argument
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.py41 def get_attempt(strategy, attempts): argument
137 def worker_fn(attempts): argument
163 def worker_fn(attempts): argument
193 def worker_fn(attempts): argument
/external/cronet/net/socket/
Dtransport_connect_job_unittest.cc341 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
388 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
414 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
436 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
520 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
568 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
636 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
670 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
760 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
833 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
[all …]
/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/testing/util/
Dtask_util.h20 int attempts = 1; variable
/external/tensorflow/third_party/absl/abseil-cpp/absl/time/
Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/external/abseil-cpp/absl/time/
Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/external/cronet/third_party/abseil-cpp/absl/time/
Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 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/libtextclassifier/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.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() 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/angle/third_party/abseil-cpp/absl/time/
Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/external/python/cpython3/Objects/stringlib/
Dreplace.h22 int attempts = 10; in STRINGLIB() local
/external/minijail/
Dtest_util.cc28 unsigned int attempts = 0; in write_to_pipe() local
/external/compiler-rt/test/asan/android_commands/
Dandroid_common.py11 def adb(args, attempts = 1): argument
/external/cronet/net/reporting/
Dreporting_report.cc27 int attempts) in ReportingReport()
Dreporting_report.h123 int attempts = 0; member
/external/autotest/server/site_tests/servo_ConsoleStress/
Dservo_ConsoleStress.py44 def run_once(self, attempts, cmd_type, cmd): argument
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_autodetach.c31 int attempts; in serial_test_cgroup_attach_autodetach() local
/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/docker/
Dapi.py32 … script, args=None, docker_args=None, copies=None, recursive_read=None, attempts=1, match_director… argument
/external/cronet/net/http/
Dhttp_stream_request.cc91 const ConnectionAttempts& attempts) { in AddConnectionAttempts()
/external/cronet/net/dns/public/
Ddns_config_overrides.h57 absl::optional<int> attempts; member
/external/ltp/testcases/kernel/controllers/memcg/
Dmemcontrol03.c157 size_t attempts; in test_memcg_min() local

123