HomeSort by relevance Sort by last modified time
    Searched refs:max_num_attempts (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/platform_ActivateDate/
platform_ActivateDate.py 28 max_num_attempts = 21
32 while current_attempt <= max_num_attempts and not success:
  /external/tensorflow/tensorflow/contrib/verbs/
rdma_mgr.cc 88 static const int max_num_attempts = 5; local
121 << "/" << max_num_attempts << ")...";
122 if (++attempts == max_num_attempts) {
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 115 def adb_retry(self, args, max_num_attempts, timeout):
122 timeout this process is repeated up to 'max_num_attempts'.
130 max_num_attempts: the max number of attempts to repeat the command
148 for attempt in range(max_num_attempts):

Completed in 108 milliseconds