Searched defs:attempts (Results 1 – 13 of 13) sorted by relevance
17 public static RetryRule attempts(final int attempts) { in attempts() method in RetryRule30 private final int attempts; field in RetryRule.NumberedAttempts32 NumberedAttempts(int attempts) { in NumberedAttempts()33 assert attempts > 1; in NumberedAttempts() local
87 int attempts = 3; in ReadSpaceFirmware() local128 int attempts = 3; in WriteSpaceFirmware() local184 int attempts = 3; in ReadSpaceKernel() local223 int attempts = 3; in WriteSpaceKernel() local
11 def adb(args, attempts = 1): argument
97 int attempts = 0; in readPacket() local184 int attempts = 0; in writePacket() local
119 def with_retry(self, steptype, name, attempts, **kwargs): argument
141 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) { in RandomizedVirtualAlloc() local
767 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) { in RandomizedVirtualAlloc() local
293 def adb_connect(device, timeout=None, attempts=MAX_ATTEMPTS): argument
115 int attempts; member
813 volatile uint8_t attempts = 13; in shell() local
5241 uint32_t attempts = 100000; in e1000_poll_eerd_eewr_done() local5624 uint32_t attempts = 100000; in e1000_commit_shadow_ram() local
904 unsigned int attempts = 0; in write_policy_to_pipe() local
3187 int attempts = 0; in Throw() local